Skip to content

ZephirFXEC/Lumen

Repository files navigation

CMake Untitled-1

Development has been moved in the DEV branch (last working version in Main) 😔

Library Used

  • Vulkan
  • OneTBB
  • GLM
  • GLFW
  • ImGUI

Compiler Used

  • MSVC 19.X
  • LLVM 15.0.2

(Using Clang-cl)

How to Build

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

About me

Enzo Crema – @ZephirFXZephirFX.Pro@gmail.com

Contributing

  1. Fork it (https://github.com/ZephirFXEC/Lumen/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request