Development: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user 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]]
* 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 04:33, 12 December 2025

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