Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages