Skip to content

Twashi1/vivium

Repository files navigation

Vivium4

Credit

Most of the verlet integration code and maths was taken from Pezza's work github

Build

  1. Clone the repository and cd in

git clone https://github.com/Twashi1/vivium; cd vivium4

  1. Validate Vulkan version/install

python3 scripts/downloadVulkan.py

  1. Create a build directory

mkdir build; cd build

  1. Run cmake to build

cmake .. -G Ninja cmake --build .

  1. Run editor

./editor or editor.exe

Dependencies

  • Vulkan SDK v1.4+ (installed by script if needed, or see Vulkan)
  • Lua v5.4+ (installed by CMake)
  • GLFW (installed by CMake, but see GLFW section)
  • GLM (packaged with project)
  • STB image (packaged with project)

Vulkan SDK

Follow installation instructions from the official website

GLFW

You may have to install the dependencies specified for compiling GLFW

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors