- this is my attempt at making a game engine
- can render and blend images!
- has perspective projection (3D)
- download the latest release to see more!
- should have a clean, transparent and easy to use API
- should be easy to modify and customize
- should be capable of 3D
- should have good error checking and recovery
- ray tracing?
- clone the project
git clone https://github.com/shamone03/shmn
- download cmake and conan
- run the powershell script with the build type to generate the project
./make-sln.ps1 Release
- currently only tested in visual studio 2022 and on windows