fitzgen / generational-arena

A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
https://docs.rs/generational-arena
Mozilla Public License 2.0
672 stars 53 forks source link

Projects Showcase? #47

Open wyhinton opened 3 years ago

wyhinton commented 3 years ago

Having some showcased open source projects for the library could be a great source of non-trivial examples, which demonstrate more "real-world" use patterns.

Froggy, for example, has a great demo: https://github.com/kvark/froggy/tree/master/demos/cubes