kotlin-graphics / glm

jvm glm
122 stars 20 forks source link

Lwjgl api #40

Closed Bixilon closed 1 year ago

Bixilon commented 1 year ago

Closes #39

(And you should probably tag a new release after merging all MRs to make the 11th build outdated)

elect86 commented 1 year ago

I have created some aliases for the unsigned buffers in kool (I cant link them because they are auto-generated), but it's something like this

@JvmInline
value class UByteBuffer(val buffer: ByteBuffer)

We should consider incorporating these into the toBuffer interface (one of the many things on my todo list), what do you think?

We may also just merge this now and do that later

Bixilon commented 1 year ago

I think that is something for a different MR.

elect86 commented 1 year ago

Thanks Moritz!