Dreamcast Tutorial: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
(Created page with "While many resources exist to explain individual parts of developing games and applications for the Dreamcast, there are not many comprehensive tutorials that detail the entire process. The following tutorial has been created to more thoroughly explain Dreamcast development topics towards a goal of creating fully featured applications. It is meant to be a full tutorial for beginners, starting from bare text files. This is a table of contents for topics the tutorial cover...")
 
No edit summary
Line 3: Line 3:
=== First Steps ===
=== First Steps ===
* [[Makefile]]
* [[Makefile]]
* [[Main.cpp]]

Revision as of 14:04, 5 April 2025

While many resources exist to explain individual parts of developing games and applications for the Dreamcast, there are not many comprehensive tutorials that detail the entire process. The following tutorial has been created to more thoroughly explain Dreamcast development topics towards a goal of creating fully featured applications. It is meant to be a full tutorial for beginners, starting from bare text files. This is a table of contents for topics the tutorial covers, in order.

First Steps