7 releases

0.2.2 Oct 15, 2020
0.2.1 Oct 13, 2020
0.2.0 Aug 17, 2020
0.1.3 Apr 7, 2020
0.1.1 Mar 31, 2020

#111 in Rendering

Download history 967/week @ 2023-12-15 739/week @ 2023-12-22 443/week @ 2023-12-29 765/week @ 2024-01-05 904/week @ 2024-01-12 763/week @ 2024-01-19 667/week @ 2024-01-26 324/week @ 2024-02-02 861/week @ 2024-02-09 1005/week @ 2024-02-16 746/week @ 2024-02-23 795/week @ 2024-03-01 1101/week @ 2024-03-08 809/week @ 2024-03-15 1143/week @ 2024-03-22 944/week @ 2024-03-29

4,123 downloads per month

MIT/Apache

75KB
2K SLoC

gfx-extras

Matrix Build Status

Extra libraries to help working with gfx-hal:

  • Crates.io - descriptor allocator
  • Crates.io - memory allocator

Contributing

We are using Github with PR-based workflow into the master branch for the cutting edge development. The released versions are branched out, and some patches can be back-ported into the release branches for patch updates. Only linear history is allowed in all the branches, no merge commits. Every commit has to be green on CI in order to easy bisection later on.

We are using rustfmt stable with default configuration, not enforced by CI.


lib.rs:

GPU memory management

Dependencies

~1MB
~15K SLoC