Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 780 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 780 Bytes

Vulkanus

Vulkan

Vulcanus

ASCII art

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.

Setup

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