Skip to content

LumiOwO/LumiEngine

Repository files navigation

LumiEngine License: MIT

A simple Vulkan renderer.

screenshot

Features

  • PBR
    • Image Based Lighting (IBL)
  • Shadow
    • Simple PCF
    • PCSS

Prerequisites

  • Visual Studio >= 2022
  • CMake >= 3.20
  • Vulkan SDK >= 1.3.250.0

Build

git clone https://github.com/LumiOwO/LumiEngine.git --recursive
cd LumiEngine
cmake -S . -B build

Then open the Visual Studio solution in the build directory and build it manually.

License

MIT License

References

Todos

  • Index buffer
  • Instanced rendering
  • PBR
  • Shadow map
  • MSAA
  • SSAO
  • vsync
  • Defered shading

About

A simple Vulkan renderer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published