Skip to content

A small Vulkan-based command line renderer

License

Notifications You must be signed in to change notification settings

jhilgar/vulkanus-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small Vulkan-based command line renderer

Resources

License

Stars

Watchers

Forks