FastEngine is a lightweight CPU-based renderer that performs rendering without external tools.
git clone https://github.com/Alex-Sidor/FastEngine.git- This project uses cmake
Create a build folder and build the project using CMake:
mkdir build
cmake -B build # -G "your generator"
cmake --build buildbuild/FastEngine (.exe)