# sierra [![crates](https://img.shields.io/crates/v/sierra.svg?style=for-the-badge&label=sierra)](https://crates.io/crates/sierra) [![docs](https://img.shields.io/badge/docs.rs-sierra-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white)](https://docs.rs/sierra) [![actions](https://img.shields.io/github/workflow/status/zakarumych/sierra/badge/master?style=for-the-badge)](https://github.com/zakarumych/sierra/actions?query=workflow%3ARust) [![MIT/Apache](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](COPYING) ![loc](https://img.shields.io/tokei/lines/github/zakarumych/sierra?style=for-the-badge) Sierra is Vulkan-lite API, focused on ease of use while maintaining high level of control. While resembles Vulkan in most ways,\ sierra does both memory and descriptor allocation automatically. Additionally sierra tracks resources usage to free them once no references left. Sierra provides rich proc-macro system for declarative descriptor sets and render passes. ## License Licensed under either of * Apache License, Version 2.0, ([license/APACHE](license/APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([license/MIT](license/MIT) or http://opensource.org/licenses/MIT) at your option. ## Contributions Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. ## Donate [![Become a patron](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/zakarum)