Skip to content

Noololly/GLuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Good luck to me on this OpenGL adventure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages