You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it doesn't resolve those jars. I've also tried using com.github.kotlin-graphics as it seems there's been a change in username but I still can't resolve them so am unable to import:
I managed to at least resolve the dependencies but it looks like the Kotlin source has not been written in a way that makes nice to call from Java. I can get the glm stuff working for example but the imports are pretty ugly:
importglm_.mat4x4.Mat4; // instead of glm.mat_.Mat4x4;importglm_.vec2.Vec2; // instead of glm.vec._2.Vec2;importglm_.vec3.Vec3; // instead of glm.vec._3.Vec3;
I'm having no such luck with the classes that are supposed to be in uno-sdk though.
I have a maven project that is a collection of various JOGL examples and have been trying to get some of your code working in it.
I've added the maven equivalent of the jitpack stuff in your build.gradle to my pom as per the following:
but it doesn't resolve those jars. I've also tried using com.github.kotlin-graphics as it seems there's been a change in username but I still can't resolve them so am unable to import:
Would it be possible to either place all required code in this repo or to publish any other dependencies in maven central.
The text was updated successfully, but these errors were encountered: