No description
Find a file
Fries 23dd7ace18 Parse a cube .obj file to display.
Right now the implementation is extremely unoptimized and draw call heavy as I just copy and pasted that from the docs for tiny obj loader but added gl calls.
2024-03-13 21:49:35 -07:00
.vscode Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00
romdisk Parse a cube .obj file to display. 2024-03-13 21:49:35 -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
cube.cc Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00
dreamcast-cross-file.txt Convert gl.c to c++ and make it nicer. 2024-03-11 22:41:34 -07:00
engine.cc Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00
engine.hh Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00
gl.cc Create an abstracted engine class for the programs. 2024-03-13 12:53:37 -07:00
hello.cc Create an abstracted engine class for the programs. 2024-03-13 12:53:37 -07:00
meson.build Parse a cube .obj file to display. 2024-03-13 21:49:35 -07:00