jOOQ / jOOU

jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
http://www.jooq.org/products
Apache License 2.0
228 stars 32 forks source link

glm/UMath better support #10

Closed elect86 closed 4 years ago

elect86 commented 8 years ago

Hi,

first of all, let me say it is a really cool project!

Second, we are working on a java glm here and at the moment I am implementing all the unsigned types, Vec2ub, Vec2ui, and so on

I am really interested in jOOU and I was wondering if it'd be possible to facilitate my task by implementing additional methods such as min(uX, uY), max(uX, uY) in a, let's say, UMath class...

For info, I am currently implementing such a class, but it'd be cool I could move it inside jOOU :)

lukaseder commented 8 years ago

Thank you very much for your nice words and for your suggestion. That's an excellent idea, it makes perfect sense. We'd love to integrate your work into jOOU, so that other users can profit from it as well

elect86 commented 8 years ago

Awesome, thanks Lucas! :)