This repository is just a little project that I am working on while learning basic rendering techniques using OpenGL and C++.
-
Clone repo
git clone https://github.com/GeoCHiP/OpenGL.git
-
Build project
cd OpenGL/ mkdir build cd build/ cmake .. cmake --build . -t OpenGL
-
Run
./OpenGL
-
Fedora 33 using Xorg:
sudo dnf install mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel libXext-devel