Development: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
(→‎Other: add link to new page: compiling for naomi)
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Getting started ===
=== Getting started ===
* [[Ready-to-use environments]]
* [[Getting Started with Dreamcast development]] -- start here!
** [[Docker images]]
====Ready-to-use environments====
** [[DreamSDK]] (Windows only)
* [[Docker images]]
* [[Building the required toolchains for Sega Dreamcast development]]
* [[DreamSDK]] (Windows only)
** [[Building the required toolchains on BSD]]
 
** [[Building the required toolchains on Cygwin]]
====[[KallistiOS]]====
** [[Building the required toolchains on GNU/Linux]]
* Building on Linux, macOS, Windows Subsystem for Linux
** [[Building the required toolchains on macOS]]
** see [[Getting Started with Dreamcast development|''Getting Started with Dreamcast development'']]
** [[Building the required toolchains on MinGW/MSYS]]
* [[Building KOS on Cygwin]]
** [[Building the required toolchains on MinGW-w64/MSYS2]]
* [[Building KOS on MinGW/MSYS]]
* [[KallistiOS]]
* [[Building KOS on MinGW-w64/MSYS2]]
** [[Building KOS on Linux mint (or Ubuntu)]]
* [https://kos-docs.dreamcast.wiki/ KallistiOS Doxygen documentation]
** [[Building KOS under Windows Subsystem for Linux (Windows 10 only)]]
 
** [[Building KOS on macOS]]
====Other====
* [[Using Ruby for Sega Dreamcast development]] (experimental)
* [[Using Ruby for Sega Dreamcast development]] (experimental)
* [[Using GCC 9.2.0]]
* [[Compiling for Naomi]]


=== Build & test ===
=== Build & test ===
Line 21: Line 21:
* [[Emulators]]
* [[Emulators]]
* [[Broadband adapter]] / [[LAN adapter]]
* [[Broadband adapter]] / [[LAN adapter]]
** [[Using dcload-ip with Linux]] (or Windows 10 via Windows Subsystem for Linux)
** [[Using dcload-ip with Linux]]
** [[Using dcload-ip with Windows Subsystem for Linux|Using dcload-ip with Windows 10]] (via Windows Subsystem for Linux)
* [[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]]
Line 34: Line 40:


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


=== General ===
=== General ===
* [[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]


=== Graphics ===
=== Graphics ===
* [[Texture Formats]]
* [[Graphics APIs]]
* [[Paletted Textures]]
* [[2D Rendering Without PVR]]
* [[Twiddling]]
* PVR
* PVR
** [[PowerVR Introduction]]
** [[PVR Spritesheets]]
** [[PVR Spritesheets]]
* [[GLdc]]
* [[GLdc]]
** [[Drawing 2D sprites using GLdc]]
** [[Drawing 2D sprites using GLdc]]
** [[Drawing 3D shapes using GLdc]]
** [[Drawing 3D shapes using GLdc]]
** [https://hkowsoftware.com/articles/gldc-vertex-formats-from-vec3f-to-fastpath-to-map_buffer/ GLdc Vertex Formats: From vec3f to fastpath to map_buffer]
* Others
* Others
** [http://www.numechanix.com/blog/index.php/2015/10/03/20/ Procedural texture]
** [http://www.numechanix.com/blog/index.php/2015/10/03/20/ Procedural texture]
** [[Notes on fillrate and drawing large textures]]
** [[Notes on fillrate and drawing large textures]]
** [[KMG Textures]]
** [[Loading PNG images as OpenGL textures]]


=== Audio ===
=== Audio ===
Line 60: Line 76:


=== VMU ===
=== VMU ===
* [[File Types]]
* [[Save/Load file]]
* [[Save/Load file]]
* [[Show icon]]
* [[Show icon]]
* [[Play tone]]
* [[Play tone]]
* [[Save VMU game]]
* [[VMU_development|Game Development]]


=== Optimization ===
=== Optimization ===
* [[GCC-SH4 tips]]
* [[GCC-SH4 tips]]
* [[Yam 20to4 SH4 maths]]
* [[SH4 in Compiler Explorer]]
* [[Fast SH4 Vertex Processing]]
* [[Useful programming tips]]
* [[Useful programming tips]]
* [[Efficient usage of the Dreamcast RAM]]
* Registers
* Registers
* DMA
* DMA
* TA
* TA
* PVR
* PVR
=== Website Development ===
*[[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