Ilum Graphics Engine, name after Planet Ilum from Star Wars
- Windows 10
- Visual Studio 2019
- C++17
- CMake 3.14+
Run:
git clone https://github.com/Chaf-Libraries/IlumEngine --recursive
mkdir build
cd build
cmake ..
cmake --build ./ --target ALL_BUILD --config ReleaseMore features are on their way:
-
Image based lighting
-
Shadow
-
RTX
-
GI
-
GPU driven rendering
-
Screen space
- SSR
- SSGI
- SSAO
- ...
-
Simulation
- Ridge body
- Fluid
- Cloth
-
...


