The lightweight base material for building things.
This is a cleanup of core with a less egotistical namespace, a focus on Qt and Vulkan, and using meson to clean up the build process. The visualization / scenegraph system borrows heavily from magnum - I'm trying do a concept-heavy vulkan-focused variant of it.
This package is build using meson
and dependencies can be installed using
conan
. The easiest way to build it to first install those two with pip:
pip install conan meson
```bash
conan install . --output-folder=build --build=missing # prepare conan
pushd build # enter build directory
meson setup --native-file conan_meson_native.ini .. . # configure meson to use the output of conan
ninja # build