No description
Stephen Seo
1da2ddb125
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 48s
|
||
---|---|---|
.forgejo/workflows | ||
.github/workflows | ||
src | ||
third_party | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
Triangles
THIS PROJECT IS STILL A WORK IN PROGRESS!
A gui application that lets you draw triangles of different colors on a colored background.
Uses raygui for UI.
Compiling
Create a build dir, run cmake, and then make to build.
mkdir buildDebug
cd buildDebug
cmake ..
make
Dependencies
Raylib should be installed on the system. Other third-party dependencies are git
submodules and should be initialized with git submodule update --init recursive
.
Legal stuff
Uses raylib, which is licensed under the zlib license.
Uses raygui, which is licensed under the zlib license.
Uses glm, which is licensed under the Happy Bunny License or the MIT License.
Uses catch, which is licensed under the Boost Software license.