Development: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
(Added link to SH4ZAM documentation)
 
(3 intermediate revisions by 2 users not shown)
Line 82: Line 82:
* [[Useful programming tips]]
* [[Useful programming tips]]
* [[Efficient usage of the Dreamcast RAM]]
* [[Efficient usage of the Dreamcast RAM]]
* [[SH4 FIPR Optimizations]]
* [[SH4 FTRV Optimizations]]
* [http://sh4zam.falcogirgis.net SH4ZAM docs]
* Registers
* Registers
* DMA
* DMA
* TA
* TA
* PVR
* PVR
=== Dreamcast Tutorial ===
==== First Steps =====
* [[Makefile]]
* [[Main.cpp]]
==== Texturing ====
* [[Adding a Romdisk]]
* [[Drawing a Texture]]
* [[Textures and Meshes]]
* [[Transparent Textures]]
==== Systems ====
* [[Text Rendering]]
* [[Event Handling]]


=== Website Development ===
=== Website Development ===

Latest revision as of 20:39, 8 January 2026

Getting started

Ready-to-use environments

KallistiOS

Other

Build & test

Environments and IDEs

Tools & utilities

Releasing your project

  • Plain files
  • Disc image
  • Selfboot Inducer package

Engines

See Engine & Library

General

Graphics

Audio

Maple

  • Controller input

VMU

Optimization

Website Development

Random Snippets