Development: Difference between revisions
Jump to navigation
Jump to search
(→Other: add link to new page: compiling for naomi) |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[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 15: | ||
====Other==== | ====Other==== | ||
* [[Using Ruby for Sega Dreamcast development]] (experimental) | * [[Using Ruby for Sega Dreamcast development]] (experimental) | ||
* [[Compiling for Naomi]] | |||
=== Build & test === | === Build & test === | ||
Line 27: | Line 25: | ||
* [[Coder's cable]] | * [[Coder's cable]] | ||
=== Debugging & | === Environments and IDEs === | ||
* [[Qt Creator Dreamcast Development Environment]] | |||
* [[CLion Debugging]] | |||
* [[Visual Studio Code]] | |||
=== Tools & utilities === | |||
* [[Debugging throught GNU Debugger (GDB) and dcload/dc-tool]] | * [[Debugging throught GNU Debugger (GDB) and dcload/dc-tool]] | ||
* [[Using dcprof]] | * [[Using dcprof]] | ||
=== Releasing your project === | === Releasing your project === | ||
Line 38: | Line 40: | ||
=== Engines === | === Engines === | ||
''See'' [[Engine & Library]] | |||
=== General === | === General === | ||
* [[Filesystem]] | * [[Filesystem]] | ||
* [[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 52: | Line 53: | ||
* [[Paletted Textures]] | * [[Paletted Textures]] | ||
* [[2D Rendering Without PVR]] | * [[2D Rendering Without PVR]] | ||
* [[Twiddling]] | |||
* PVR | * PVR |
Revision as of 15:13, 4 February 2024
Getting started
- Getting Started with Dreamcast development -- start here!
Ready-to-use environments
- 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
- SH4 in Compiler Explorer
- Fast SH4 Vertex Processing
- Useful programming tips
- Efficient usage of the Dreamcast RAM
- Registers
- DMA
- TA
- PVR