NobodyNada / cs519v_sample_rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 559 Rust Sample

This is a version of the sample code for Dr. Mike Bailey's CS 559 course, rewritten in Rust using the vulkano API bindings.

To run this on Mac, install the Vulkan SDK first. Be sure to either select the option for "System Global Installation", or set some environment variables so the program knows where to locate the Vulkan libraries.

As long as you have Rust installed, you can compile and run this by running cargo run.

About


Languages

Language:Rust 92.5%Language:GLSL 7.5%