My submission to Brackeys Game Jam 2022.2
glfw: for windowing
glad: for accessing OpenGL functions
cglm: for opengl maths
stb: specifically stb_image for loading textures
collections-c: for data structures like dynamic arrays, queues, etc since C doesn't have any of those inbuilt
This project used premake5 to generate build files
After installing premake5 and adding it to path, run: premake5 --help
to see available options
example:
Run premake5 gmake2
to generate makefiles
Run premake5 vs2022
to generate a visual studio 2022 solution