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.
15b16071c9
Switch to using a meson generator instead of a custom_target.
2fc701723a
Add a semi-working bird sprite to the flappyBird game.
c591275bd1
Overlay a transparent meme over the crate texture.
7eeaa0fa42
Map a texture to the triangles.
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.
23dd7ace18
Parse a cube .obj file to display.
3822973d6a
Create an abstracted engine class for the programs.