Engine & Library: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 15: Line 15:


==Engine==
==Engine==
*[[Simulant] - A general purpose 2D-3D engine in active developement.
*[[Simulant]] - A general purpose 2D-3D engine in active developement.
*[[nuQuake]] - Quake engine by MrNeo240
*[[nuQuake]] - Quake engine by MrNeo240
*[[RADquake]] - Quake engine by Ian Micheal
*[[RADquake]] - Quake engine by Ian Micheal
Line 25: Line 25:
*[https://gitlab.com/simulant/ GLdcGLdc] - A OpenGL 1.2 implementation started by Kazade
*[https://gitlab.com/simulant/ GLdcGLdc] - A OpenGL 1.2 implementation started by Kazade
*[https://github.com/Kannagi/ LMP3DLMP3D] - A multi-platform 3D Lib. (*Looks abandoned but might be good for research*)
*[https://github.com/Kannagi/ LMP3DLMP3D] - A multi-platform 3D Lib. (*Looks abandoned but might be good for research*)
*https://github.com/multimediamike/dreamroq DreamROQ] - A ROQ video player. (*Stable, no sound*)
*[https://github.com/multimediamike/dreamroq DreamROQ] - A ROQ video player. (*Stable, no sound*)


==Audio==
==Audio==
*[https://gitlab.com/simulant/ALdc ALdc] - A OpenAL 1.2 implementation started by Kazade
*[https://gitlab.com/simulant/ALdc ALdc] - A OpenAL 1.2 implementation started by Kazade
*https://github.com/Aurelien34/DreamcastAicaSoundDriver - A hardware accelerated S3M and sfx AICA driver.


==VMU==
==VMU==

Latest revision as of 12:46, 3 February 2024

This list is an adaptation of the awesome-dreamcast repo on github.

Tutorial

  • Dreamcast.wiki - A brand new wiki with up-to-date information about the Dreamcast.
  • DCEmu Developement Wiki - Great resource to start. Somewhat incomplete in certain aspect.
  • Dreamcast-tutorial Github - A new-ish sets of tutorial with code example. Covers the basic (installing the toolchain, graphics, audio, controller)

Framework

  • KOS - The pseudo-OS that's been used in a lot of homebrew/indie.
  • DreamSDK - A multitool environment made for Windows. Maintained by [SiZiOUS](User:SiZiOUS)
  • BennuGD - A multi-platform engine
  • WincastCE - An experimental windows CE shell (?)
  • DreamShell - The popular alternative operating system for loading games/app from SD Card and IDE Drive
  • libronin - an independent development library created by the DreamSNES team

Engine

Graphics

  • GLdcGLdc - A OpenGL 1.2 implementation started by Kazade
  • LMP3DLMP3D - A multi-platform 3D Lib. (*Looks abandoned but might be good for research*)
  • DreamROQ - A ROQ video player. (*Stable, no sound*)

Audio

VMU

Utilities

  • Prism - CaptainDreamcast's set of utilities for Physics, files loading, etc. (*untested*)

Memory Management

Debugging

Random