Example project to build a Raylib game for both desktop computers and the Sega Dreamcast.
  • C++ 56.4%
  • Shell 43.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-08 20:12:46 -05:00
.gitignore Initial commit 2026-06-08 16:41:56 -05:00
build.sh Add include flag, which is apparently needed on some machines 2026-06-08 20:12:46 -05:00
cube.cpp Initial commit 2026-06-08 16:41:56 -05:00
cube.hpp Fix misnamed files 2026-06-08 16:45:15 -05:00
main.cpp Initial commit 2026-06-08 16:41:56 -05:00
README.md Initial commit 2026-06-08 16:41:56 -05:00

Dreamcast Raylib Example

Example project to build a Raylib game for both desktop computers and the Sega Dreamcast. Features a ball bouncing around the screen ala DVD screensaver.

More information on what this is and how to build it can be found in this blog post