Development: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
GyroVorbis (talk | contribs) No edit summary  | 
				No edit summary  | 
				||
| (16 intermediate revisions by 5 users not shown) | |||
| Line 2: | Line 2: | ||
* [[Getting Started with Dreamcast development]] -- start here!  | * [[Getting Started with Dreamcast development]] -- start here!  | ||
====Ready-to-use environments====  | ====Ready-to-use environments====  | ||
* [[Codespaces]] (Browser-based development)  | |||
* [[Docker images]]  | * [[Docker images]]  | ||
* [[DreamSDK]] (Windows only)  | * [[DreamSDK]] (Windows only)  | ||
====[[KallistiOS]]====  | ====[[KallistiOS]]====  | ||
*   | * Building on Linux, macOS, Windows Subsystem for Linux  | ||
** see [[Getting Started with Dreamcast development|''Getting Started with Dreamcast development'']]  | |||
* [[  | |||
* [[Building KOS on Cygwin]]  | * [[Building KOS on Cygwin]]  | ||
* [[Building KOS on MinGW/MSYS]]  | * [[Building KOS on MinGW/MSYS]]  | ||
| Line 18: | Line 16: | ||
====Other====  | ====Other====  | ||
* [[Using Ruby for Sega Dreamcast development]] (experimental)  | * [[Using Ruby for Sega Dreamcast development]] (experimental)  | ||
* [[Compiling for Naomi]]  | |||
=== Build & test ===  | === Build & test ===  | ||
| Line 28: | Line 27: | ||
=== Environments and IDEs ===  | === Environments and IDEs ===  | ||
* [[CLion Debugging]]  | * [[CLion Debugging]]  | ||
* [[Visual Studio Code   | * [[Visual Studio Code]]  | ||
=== Tools & utilities ===  | === Tools & utilities ===  | ||
| Line 42: | Line 40: | ||
=== Engines ===  | === Engines ===  | ||
''See'' [[Engine & Library]]  | |||
=== General ===  | === General ===  | ||
* [[  | * [[Store Queues]]  | ||
* [[Romdisk Swapping]]  | * [[Romdisk Swapping]]  | ||
* [https://mc.pp.se/dc/hw.html Marcus Comstedt's Dreamcast Hardware Reference]  | * [https://mc.pp.se/dc/hw.html Marcus Comstedt's Dreamcast Hardware Reference]  | ||
| Line 72: | Line 68: | ||
=== Audio ===  | === Audio ===  | ||
=== Maple ===  | === Maple ===  | ||
| Line 79: | Line 73: | ||
=== VMU ===  | === VMU ===  | ||
* [[Save/Load file]]  | * [[Save/Load file]]  | ||
* [[Show icon]]  | * [[Show icon]]  | ||
* [[Play tone]]  | * [[Play tone]]  | ||
=== Optimization ===  | === Optimization ===  | ||
* [[GCC-SH4 tips]]  | * [[GCC-SH4 tips]]  | ||
* [[Fast SH4 Vertex Processing]]  | * [[Fast SH4 Vertex Processing]]  | ||
* [[Useful programming tips]]  | * [[Useful programming tips]]  | ||
| Line 95: | Line 86: | ||
* TA  | * TA  | ||
* PVR  | * PVR  | ||
=== Website Development ===  | === Website Development ===  | ||
*[[Development Resources]]  | *[[Development Resources]]  | ||
Latest revision as of 12:52, 18 July 2025
Getting started
- Getting Started with Dreamcast development -- start here!
 
Ready-to-use environments
- Codespaces (Browser-based development)
 - Docker images
 - DreamSDK (Windows only)
 
KallistiOS
- Building on Linux, macOS, Windows Subsystem for Linux
 - Building KOS on Cygwin
 - Building KOS on MinGW/MSYS
 - Building KOS on MinGW-w64/MSYS2
 - KallistiOS Doxygen documentation
 
Other
- Using Ruby for Sega Dreamcast development (experimental)
 - Compiling for Naomi
 
Build & test
- Building your project
 - Emulators
 - Broadband adapter / LAN adapter
- Using dcload-ip with Linux
 - Using dcload-ip with Windows 10 (via Windows Subsystem for Linux)
 
 - Coder's cable
 
Environments and IDEs
Tools & utilities
Releasing your project
- Plain files
 - Disc image
 - Selfboot Inducer package
 
Engines
See Engine & Library
General
Graphics
- PVR
 - GLdc
 - Others
 
Audio
Maple
- Controller input
 
VMU
Optimization
- GCC-SH4 tips
 - Fast SH4 Vertex Processing
 - Useful programming tips
 - Efficient usage of the Dreamcast RAM
 - Registers
 - DMA
 - TA
 - PVR