Difference between revisions of "Development"

From DCEmulation
Jump to navigation Jump to search
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Development ==
'''Please refer to the newer version of this page, located at [https://dreamcast.wiki/Development Dreamcast.wiki]!'''
 
== Tutorials ==
Please request tutorials in [http://dcemulation.org/phpBB/viewtopic.php?f=29&t=103940|in this forum thread]
 
For chat support join the [[IRC channel]]
 
=== Setup ===
* [[Compiling KOS on Windows]]
* [[Compiling KOS on OS X]]
* [[Compiling KOS on Linux]]
 
=== General ===
* [[SH4|About the CPU (store queues, DMA)]]
* [[Dreamcast Memory Map]]
* [[Efficient usage of the Dreamcast RAM]]
* [[Gamepad input]]
* [[Filesystem|How to read and write data on the VMU]]
* [[Romdisk Swapping]]
 
=== Graphics ===
* [[GPU|About the DC graphics hardware]]
* [[Graphics APIs|PVR API vs OpenGL vs software rendering]]
* [[Texture Formats|About PVR texture formats and compression]]
* [[Rendering geometry efficiently]]
 
==== PVR ====
* [[2D Graphics Tutorial|2D rendering without using the PVR graphics chip]]
* [[Paletted Textures|How to load and display paletted textures]]
* [[KMG Textures|Creating and loading KMG textures]]
* [[PVR Spritesheets|Spritesheet animation with PVR]]
 
==== OpenGL ====
* [[Loading PNG images as OpenGL textures]]
 
=== Audio ===
* [[SPU|About the DC audio hardware]]
* [[How to play sounds]]
* [[How to stream music]]
 
=== Deployment ===
* [[About IP.bin, 1st.bin and scrambling]]
* [[Burning discs]]
* [[Upload to Dreamcast|Transfer over serial, modem or BBA]]
 
=== VMU and other accessories ===
* [[VMU Programs|Writing programs for the VMU]]
* [[VMU Beep|Making the VMU beep]]
* [[Rumble|Rumble]]
 
=== FAQs ===
* [[Porting FAQs]]
 
=== Official Development Tools (unsupported and not legal to use without a license from Sega) ===
* SEGA [[Katana]] SDK
* Microsoft [[WinCE]] SDK


'''The official Dreamcast development IRC channel is ''#dreamcastdev'' on ''irc.freenode.net''
= Old documents before rewrite of this page (probably outdated) =


== Development ==
== Free Development Tools==
== Free Development Tools==


Line 11: Line 67:
*[[KallistiOS]]
*[[KallistiOS]]


[[fackue]] has released a special pre-configured development ISO for Windows. Check out his [[DC Dev ISO]].
=== Pre-compiled tools (outdated) ===
 
[[fackue]] has released a special pre-configured development ISO for Windows, known as the [[DC Dev ISO]]. However, this has not been updated in some time (since 2008), and is not recommended for current development.


He also released a pre-compiled version of the Code::Blocks IDE for Windows. [[CodeBlocks DC Dev|Check it out]]!
In addition, he also released a pre-compiled version of the [[CodeBlocks DC Dev|Code::Blocks IDE]] for Windows along with Dreamcast development tools. Like the DC Dev ISO above, this has not been updated since 2008 and should not be used for current development.


==Documents and Tutorials==
==Documents and Tutorials==


===Tutorials===
===Tutorials===
Please request tutorials [http://dcemulation.org/phpBB/viewtopic.php?f=29&t=103940|in this forum thread]
*[[Configuring a development environment under Linux]] by henzenmann
*[[2D Graphics Tutorial]] by [[BlackAura]]
*[[Introduction to SDL 2D Graphics]] by [[reaper2k2]]
*[[Introduction to SDL 2D Graphics]] by [[reaper2k2]]
*[[PowerVR Introduction]] by [[BlueCrab]]
*[[PowerVR Introduction]] by [[BlueCrab]]
*[[Compiling KOS on Windows using Cygwin]]


===Documents===
===Documents===
*[[IP.BIN|About the IP.BIN]]
*[[IP.BIN|About the IP.BIN]]
*[[SH4|About the Hitachi SH4 CPU]]
*[[Dreamcast Memory Map]]
== Official Development Tools ==
*SEGA [[Katana]] SDK
*Microsoft [[WinCE]] SDK


== Additional Libraries ==
== Additional Libraries ==

Latest revision as of 09:49, 19 October 2022

Please refer to the newer version of this page, located at Dreamcast.wiki!

Tutorials

Please request tutorials in this forum thread

For chat support join the IRC channel

Setup

General

Graphics

PVR

OpenGL

Audio

Deployment

VMU and other accessories

FAQs

Official Development Tools (unsupported and not legal to use without a license from Sega)

Old documents before rewrite of this page (probably outdated)

Development

Free Development Tools

There are three free development libraries you can choose to start developing for the Dreamcast console.

Pre-compiled tools (outdated)

fackue has released a special pre-configured development ISO for Windows, known as the DC Dev ISO. However, this has not been updated in some time (since 2008), and is not recommended for current development.

In addition, he also released a pre-compiled version of the Code::Blocks IDE for Windows along with Dreamcast development tools. Like the DC Dev ISO above, this has not been updated since 2008 and should not be used for current development.

Documents and Tutorials

Tutorials

Documents

Additional Libraries

Tools

Developers

A list of quite all independet/homebrew Dreamcast developers can be found here.