This is my first attempt at writing a program to render something.
In this program I used OpenGL with GLFW to window it and GLAD to load OpenGL instead of using my system headers. In the example by GLFW, they used a linear algebra library called linmath.h
If, for some reason, you want to try out my code; here are some instructions :)
Clone the repo:
git clone https://github.com/noololly/GLuck.gitcd GLuck && mkdir build && cd buildcmake .. && make -j$(nproc)chmod +x GLuck
./GLuck