Vulkano Examples Save Abandoned

Examples of using vulkano

Project README

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

Open Source Agenda is not affiliated with "Vulkano Examples" Project. README Source: vulkano-rs/vulkano-examples
Stars
127
Open Issues
2
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating