• Joined on 2023-03-30
fries created repository fries/XboxProject2 2024-04-06 08:01:48 +00:00
fries pushed to main at fries/dreamcast-opengl 2024-04-02 00:29:01 +00:00
aaa6c15a9a Move engine stuff to its own namespace.
fries pushed to main at fries/opengl-learning 2024-04-01 22:53:24 +00:00
fe8a38d624 Make a shader class and add colors to the verticies.
7215c6aba3 Add a uniform color.
f5f08ce669 GL shader vertex color variable.
7c694988d3 Edit some comments and use destructors.
Compare 4 commits »
fries pushed to main at fries/dreamcast-opengl 2024-03-31 19:02:05 +00:00
ecdeaf0b94 Convert the Cube program to use entities.
fries pushed to main at fries/dreamcast-opengl 2024-03-30 18:28:46 +00:00
c94fd602e8 Try some threading again.
fries pushed to main at fries/dreamcast-opengl 2024-03-18 04:14:40 +00:00
576179218c add some working collision
fries pushed to main at fries/dreamcast-opengl 2024-03-17 06:44:21 +00:00
63565fc7f1 Add some windows support.
fries pushed to main at fries/dreamcast-opengl 2024-03-17 05:18:22 +00:00
c651dcd038 Create a basic flappy bird clone.
fries pushed to main at fries/dreamcast-opengl 2024-03-16 06:54:23 +00:00
00fdd89b88 Add some memory cleanup code.
fries pushed to main at fries/dreamcast-opengl 2024-03-16 00:19:59 +00:00
eb21ac1dc7 Fix the abstractions.
fries pushed to main at fries/dreamcast-opengl 2024-03-15 06:19:47 +00:00
8f303eec6a Try to abstract out the engine to make it more cross-platform.
fries pushed to main at fries/dreamcast-opengl 2024-03-14 04:49:49 +00:00
23dd7ace18 Parse a cube .obj file to display.
3822973d6a Create an abstracted engine class for the programs.
Compare 2 commits »
fries pushed to main at fries/dreamcast-opengl 2024-03-13 05:27:38 +00:00
f919b166df Set gl ortho.
fries pushed to main at fries/dreamcast-opengl 2024-03-12 05:41:40 +00:00
e98856a874 Convert gl.c to c++ and make it nicer.
fries pushed to main at fries/dreamcast-opengl 2024-03-11 04:40:37 +00:00
4d4582831c Make some Dreamcast OpenGL programs.
fries created branch main in fries/dreamcast-opengl 2024-03-11 04:40:37 +00:00
fries created repository fries/dreamcast-opengl 2024-03-11 04:40:28 +00:00
fries pushed to main at fries/opengl-learning 2024-03-11 01:13:33 +00:00
6d4b70aa1c Add a togglable rectangle and toggable wireframe.
fries pushed to main at fries/opengl-learning 2024-03-10 20:53:25 +00:00
86b72db39e Add a fixed function program
fries pushed to main at fries/opengl-learning 2024-03-10 02:59:04 +00:00
ab928750cf Switch to libepoxy