Skip to content

diego-gt/calvin-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calvin Editor

GUI Editor to be used as the main interface with the Calvin Engine.

Currently configured to run the imgui GLFW+Vulkan example.

Building

Dependencies

  • Vulkan 1.3
  • GLFW3
  • imgui (added as a meson wrap)

We currently only support the meson build system, if you want to use a different system, you'll need to procure your own version of imgui as meson is used to download it.

Setup your project:

meson setup build_dir source_dir

To compile, just run ninja directly.

ninja -C build_dir

About

GUI Editor to be used in the Calvin project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published