Vulkanus is a small pedagogical project which aims to bring Vulkan-based 3D rendering to the command line. It is currently in a minimum working example state.
Vulkanus is written in Rust. We prefer to use Anaconda (specifically miniconda) for managing the build environment. You will also need Microsoft Build Tools for Visual Studio (C++ desktop) to compile a few Rust dependencies.
From the cloned repository:
conda env create -f environment.yml
conda activate vulkanus
cargo run