vulkano-rs / vulkano-examples

Examples of using vulkano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice. This repository contains an outdated set of Vulkano examples. All examples have migrated to the primary Vulkano repository where we keep them up to date with the recent changes in Vulkano. Contribution to the example set is very welcome! For this purpose, you can open a PR directly to the primary repository.

Vulkano examples

Build Status

Running the examples:

cargo run --bin <example>

Example:

cargo run --bin triangle

If you want to compare performances with other libraries, you should pass the --release flag as well. Rust is pretty slow in debug mode.

Projects that use vulkano

Contributing

Issues are disabled for this repo, please file issues on the main vulkano repo mentioning that you ran the examples from this repo.

Pull requests should also be made against the examples in the main vulkano repo. The examples in the main repo are copied here when a breaking release occurs.

However if you know of an external open-source project that uses vulkano, is functional and is useful as a reference. Feel free to make a PR to this repo adding it to the list of "projects that use vulkano".

License

Licensed under either of

About

Examples of using vulkano

License:Apache License 2.0


Languages

Language:Rust 99.3%Language:GLSL 0.7%