Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dirkchristianbecker/bevy_flat_arrays

An implementation of flat 2d and 3d arrays for bevy.
https://github.com/dirkchristianbecker/bevy_flat_arrays

bevy yazomsug

Last synced: 16 days ago
JSON representation

An implementation of flat 2d and 3d arrays for bevy.

Awesome Lists containing this project

README

        

bevy_flat_arrays
==========
This project implements 2 and 3 dimensional arrays for bevy. Internally these arrays are flattened to avoid indirections and cache misses (while iterating) and thereby improving performance.