Skip to content

sprhawk/rust-vulkan-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust + Vulkano

Notes On Ubuntu:

  1. Build & Run

To run on Ubuntu 16.04 LTS with Intel Driver:

sudo add-apt-repository ppa:ubuntu-x-swat/intel-graphics-updates
sudo apt-get update

sudo apt-get install libvulkan1 mesa-vulkan-drivers

then you can try:

vulkaninfo

to get your current vulkan capabilities

then

cargo run

should work

  1. Format

surface format R8G8R8A8_SRGB is supported to run

About

A learning project for Rust + Vulkan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published