Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dirkchristianbecker/bevy_flat_arrays
- Owner: DirkChristianBecker
- License: mit
- Created: 2024-04-07T13:29:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:22:06.000Z (7 months ago)
- Last Synced: 2024-10-31T23:06:32.175Z (16 days ago)
- Topics: bevy, yazomsug
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.