Handmade CG (Computer Graphics) implementation.
In the programs
folder you can find example programs demonstrating the use of
the libraries available here.
Dependencies:
- clang++ (compiler)
- SDL2 (developer headers)
- SDL2_image (developer headers)
- OpenBLAS (developer headers)
- Assimp (developer headers)
To build a project with clang++ compiler execute the following command:
$ cmake . && make