Implementation of a Rasterizer OpenGL Like from scratch, used by Rakiah3D to render everything.
You can get a working example using Pornygonz on this very bitbucket account, inside the repository called Rakiah 3D Exemple.
API created for educational purposes, it it now part of the 42 Pedagogy projects, along with Rakiah3D.
A working makefile compiling Rakiah3D with a basic main is inside Rakiah 3D Exemple, it has dependencies to :
- RMath
- RContainers
- RStd
- SDL2
- Math
Every usable method for Pornygonz API is well documented in the pornygonz.h file.
Béranger "Rakiah" Kabbas.