No description
Find a file
Fries c651dcd038 Create a basic flappy bird clone.
Right now, theres no score but I did make a entity abstraction which is like a GameObject from Unity where you have a position and scale (but no rotation) and the entity has a draw function and an update function.
2024-03-16 22:18:15 -07:00
.vscode Create a basic flappy bird clone. 2024-03-16 22:18:15 -07:00
romdisk Try to abstract out the engine to make it more cross-platform. 2024-03-14 23:19:39 -07:00
src Create a basic flappy bird clone. 2024-03-16 22:18:15 -07:00
subprojects Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00
.clang-format Convert gl.c to c++ and make it nicer. 2024-03-11 22:41:34 -07:00
.clangd Convert gl.c to c++ and make it nicer. 2024-03-11 22:41:34 -07:00
.gitignore Make some Dreamcast OpenGL programs. 2024-03-10 21:40:08 -07:00
dreamcast-cross-file.txt Convert gl.c to c++ and make it nicer. 2024-03-11 22:41:34 -07:00
meson.build Try to abstract out the engine to make it more cross-platform. 2024-03-14 23:19:39 -07:00