Difference between revisions of "Development"

From DCEmulation
Jump to navigation Jump to search
(17 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Please request tutorials in [http://dcemulation.org/phpBB/viewtopic.php?f=29&t=103940|in this forum thread]
Please request tutorials in [http://dcemulation.org/phpBB/viewtopic.php?f=29&t=103940|in this forum thread]


=== General ===
For chat support join the [[IRC channel]]
* [[IRC channel]]
 
=== Setup ===
* [[Compiling KOS on Windows]]
* [[Compiling KOS on Windows]]
* [[Compiling KOS on OS X]]
* [[Compiling KOS on OS X]]
* [[Compiling KOS on Linux]]
* [[Compiling KOS on Linux]]
=== General ===
* [[SH4|About the CPU (store queues, DMA)]]
* [[SH4|About the CPU (store queues, DMA)]]
* [[Dreamcast Memory Map]]
* [[Dreamcast Memory Map]]
* [[Efficient usage of the Dreamcast RAM]]
* [[Gamepad input]]
* [[Gamepad input]]
* [[Filesystem|How to read and write data on the VMU]]
* [[Romdisk Swapping]]


=== Graphics ===
=== Graphics ===
Line 18: Line 24:
* [[Texture Formats|About PVR texture formats and compression]]
* [[Texture Formats|About PVR texture formats and compression]]
* [[Rendering geometry efficiently]]
* [[Rendering geometry efficiently]]
==== PVR ====
* [[2D Graphics Tutorial|2D rendering without using the PVR graphics chip]]
* [[2D Graphics Tutorial|2D rendering without using the PVR graphics chip]]
* [[Paletted Textures|How to load and display paletted textures]
* [[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 ===
=== Audio ===
Line 27: Line 40:


=== Deployment ===
=== Deployment ===
* [[About 1st.bin and scrambling]]
* [[About IP.bin, 1st.bin and scrambling]]
* [[Burning discs]]
* [[Burning discs]]
* [[Upload to Dreamcast|Transfer over serial, modem or BBA]]
* [[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 ===
=== FAQs ===
* [[Porting FAQs]]
* [[Porting FAQs]]


=== Official Development Tools ===
=== Official Development Tools (unsupported and not legal to use without a license from Sega) ===
* SEGA [[Katana]] SDK
* SEGA [[Katana]] SDK
* Microsoft [[WinCE]] SDK
* Microsoft [[WinCE]] SDK


= Old documents before rewrite of this page (probably outdated) =
= Old documents before rewrite of this page (probably outdated) =
Line 51: 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==
Line 60: Line 78:
*[[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]]


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

Revision as of 03:22, 8 September 2018

This section is currently undergoing a rewrite. Feel free to help writing tutorials. Old documentation is at the bottom

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.