• Joined on 2023-03-30
fries pushed to main at fries/Pong 2024-05-04 20:20:40 +00:00
f0d60c6882 Update to newer Godot and switch to using floats instead of doubles.
fries pushed to main at fries/opengl-learning 2024-04-29 03:01:16 +00:00
642e913275 add a cube that rotates.
f22087afc1 use perspective to enter into 3d.
4395bf8a9f Add the glm math library and use matrices to transform the object
9801282409 Move some heap code to using the stack.
Compare 4 commits »
fries pushed to main at fries/dreamcast-opengl 2024-04-24 05:24:21 +00:00
15b16071c9 Switch to using a meson generator instead of a custom_target.
2fc701723a Add a semi-working bird sprite to the flappyBird game.
Compare 2 commits »
fries pushed to main at fries/dreamcast-opengl 2024-04-22 04:12:55 +00:00
dd801873de Write a python script to generate byte arrays.
fries pushed to main at fries/opengl-learning 2024-04-22 01:26:06 +00:00
c591275bd1 Overlay a transparent meme over the crate texture.
7eeaa0fa42 Map a texture to the triangles.
Compare 2 commits »
fries pushed to main at fries/XboxProject2 2024-04-07 21:48:45 +00:00
eb59407ba2 Try to render a cube and add a Win32 version
fries pushed to main at fries/XboxProject2 2024-04-06 08:02:13 +00:00
3f434f8592 Create a basic triangle for the XBOX.
fries created branch main in fries/XboxProject2 2024-04-06 08:02:13 +00:00
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 »