Skip to content

Alex-Sidor/FastEngine

Repository files navigation

FastEngine

FastEngine is a lightweight CPU-based renderer that performs rendering without external tools.

Clone Instructions

git clone https://github.com/Alex-Sidor/FastEngine.git

Build

  • This project uses cmake

Create a build folder and build the project using CMake:

mkdir build
cmake -B build # -G "your generator"
cmake --build build
build/FastEngine (.exe)

Shader Monkey

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published