Skip to content

LavenSun/IlumEngine

 
 

Repository files navigation

IlumEngine(WIP)

Ilum Graphics Engine, name after Planet Ilum from Star Wars

Build

  • 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 Release

Feature

Overview

image-20211120113603895

Render Graph

image-20211120113259237

Editor

image-20211120113509528

TODO

More features are on their way:

  • Image based lighting

  • Shadow

  • RTX

  • GI

  • GPU driven rendering

  • Screen space

    • SSR
    • SSGI
    • SSAO
    • ...
  • Simulation

    • Ridge body
    • Fluid
    • Cloth
  • ...

About

Ilum graphics engine for learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 93.4%
  • CMake 4.5%
  • GLSL 2.1%