Development has been moved in the DEV branch (last working version in Main) 😔
- Vulkan
- OneTBB
- GLM
- GLFW
- ImGUI
- MSVC 19.X
- LLVM 15.0.2
(Using Clang-cl)
- Have VCPKG installed
- install dependencies / Libraries using vcpkg
Make sure to install imgui[docking-experimental,vulkan-binding, glfw-binding]
- Set -DCMAKE_TOOLCHAIN_FILE to
~/vcpkg/scripts/buildsystems/vcpkg.cmake
- Build it in your favorite IDE & Enjoy 😌
Enzo Crema – @ZephirFX – [email protected]
- Fork it (https://github.com/ZephirFXEC/Lumen/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request