bitshifter / glam-rs

A simple and fast linear algebra library for games and graphics
Apache License 2.0
1.5k stars 152 forks source link

Implement `{U,I}8Vec` #562

Open andrewgazelka opened 3 weeks ago

bitshifter commented 3 weeks ago

Do you have a use case for these or is this more because they aren't implemented yet?

andrewgazelka commented 3 weeks ago

Do you have a use case for these or is this more because they aren't implemented yet?

Use case. I want to use U8Vec because I want to represent chunk section coordinates in Minecraft which can be x,y,z in [0,16) so might as well use a U8Vec 🤷‍♂️