Development: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
(→‎Other: add link to new page: compiling for naomi)
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
* [[Docker images]]
* [[Docker images]]
* [[DreamSDK]] (Windows only)
* [[DreamSDK]] (Windows only)
====[[Building the required toolchains for Sega Dreamcast development]]====


====[[KallistiOS]]====
====[[KallistiOS]]====
* [[Building KOS on Linux mint (or Ubuntu)]]
* Building on Linux, macOS, Windows Subsystem for Linux
* [[Building KOS under Windows Subsystem for Linux (Windows 10 only)]]
** see [[Getting Started with Dreamcast development|''Getting Started with Dreamcast development'']]
* [[Building KOS on macOS]]
* [[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 & profiling ===
=== 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]]
* [[CLion Debugging]]


=== Releasing your project ===
=== Releasing your project ===
Line 38: Line 40:


=== Engines ===
=== Engines ===
* [[Simulant]]
''See'' [[Engine & Library]]
** [[Windows WSL2 Setup]]
** [[Generate profiling data]]


=== 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
Line 91: Line 93:
* PVR
* PVR
=== Website Development ===
=== Website Development ===
*[[Web Development Resources]]
*[[Development Resources]]


=== Random Snippets ===
=== Random Snippets ===
* [[Objdump]]
* [[Objdump]]

Latest revision as of 10:13, 4 February 2024

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