Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 948 Bytes

File metadata and controls

16 lines (14 loc) · 948 Bytes

Brackeys-Game-Jam-2022.2-Submission

My submission to Brackeys Game Jam 2022.2

Dependencies

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

Build Instructions

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