uno-sdk icon indicating copy to clipboard operation
uno-sdk copied to clipboard

UNofficial Opengl SDK

Results 4 uno-sdk issues
Sort by recently updated
recently updated
newest added

I wanted to add platform hints to my code as follows ```kotlin glfw { errorCB = defaultErrorCB initHint { if (glfw.Platform.Wayland.supported) { platform = GLFW_PLATFORM_WAYLAND libDecor = GLFW_WAYLAND_PREFER_LIBDECOR } }...

Hello, I tried to test this SDK with Intellij IDEA community edition and Gradle, but I could not get it to run. I tried adding Gradle dependencies such as glm,...

The provided `MouseButton` enum is very useful, however has some problems. Multiple mouse buttons are defined for the same underlying id (e.g. `1` and `LEFT` both have the same id...

Right now the inter project dependencies of kotlin-graphics look like this: ![dependencies_current](https://user-images.githubusercontent.com/18382611/55794438-8355b480-5ac5-11e9-84a2-e3b51a0b2133.png) I think it would be better if we change it to something like this: ![Dependencies_goal](https://user-images.githubusercontent.com/18382611/55794490-a54f3700-5ac5-11e9-9739-4158620b81f8.png) That way it's...