yoanlcq / vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
282 stars 32 forks source link

A variety of useful utilities on Aabr and Aabb #51

Open zesterer opened 4 years ago

zesterer commented 4 years ago

I'm using both of these types a lot at the moment while doing dungeon generation for Veloren ( https://www.veloren.net ) so I'm trying to distill the biggest API pain points down into a series of additions that should help those that come after me.

yoanlcq commented 4 years ago

CI checks only failed because of cargo test --features "serde repr_simd" on Nightly. Sad thing I didn't notice it beforehand, but at least cargo build is not broken... I've commited a fix.

yoanlcq commented 4 years ago

By the way, it's always nice hearing about vek being used for cool stuff! :+1: I'm also all for more erognomics in the API.

zesterer commented 4 years ago

image image image

A few screenshots of dungeons generated using vek.