This repository is a codebase of different exercices requested by Computer Graphics Courses #1 of KMU Uni.
Start by cloning this repository
git clone https://github.com/Miou-zora/Xmake-OpenGl.git
cd Xmake-OpenGl
xmake f -m release
xmake build -y
xmake f -m debug
xmake build -y
xmake run
If you're using VS Code (on windows), don't forget to add these paths to includePath:
"path_to_appdata\\Local\\.xmake\\packages\\**",
"path_to_vcpk\\vcpkg\\installed\\x64-windows-static\\**"
If you don't know the correct path for you, you can run:
xmake l find_package gl3w
or
xrepo info glm
xrepo info glfw