kotlin-graphics / glm

jvm glm
122 stars 20 forks source link

Docs don't mention it's a JVM-only project #20

Closed cubuspl42 closed 1 year ago

cubuspl42 commented 3 years ago

I was quite excited to give this project a try in my small Kotlin/JS + WebGL side-project and I discovered very late that it depends on java.* APIs.

I'm aware of issue #6, but an important first step before implementing multiplatform support, in my opinion, could be mentioning current state in the readme clearly.

elect86 commented 2 years ago

Hey,

sorry for the late reply, but I'm currently working on it, you can read all in #6

elect86 commented 1 year ago

Hey,

I just pushed the mp branch for the multiplatform

it's still in WIP but it should be already usable

cubuspl42 commented 1 year ago

@elect86 Cool! I'll check it out when I have a free moment. I can't promise when that is, sadly 😞