Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 683 Bytes

File metadata and controls

27 lines (21 loc) · 683 Bytes

GLuck

This is my first attempt at writing a program to render something.

Libraries used

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

Compiling

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.git
cd GLuck && mkdir build && cd build
cmake .. && make -j$(nproc)
chmod +x GLuck
./GLuck