bevy_entitiles 0.9.0

A 2d tilemap library for bevy. With many useful algorithms/tools built in.
Documentation
1
2
3
4
5
6
#define_import_path bevy_entitiles::math

struct Aabb2d {
    min: vec2<f32>,
    max: vec2<f32>,
}