• This repository has been archived on 30/Jan/2022
  • Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created about 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples of using vulkano

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