Giuseppe Barbieri
Giuseppe Barbieri
Hey, I just pushed the `mp` branch for the multiplatform it's still in WIP but it should be already usable
With pleasure, however JitPack is enough for me at the moment I know Bintray and Maven require going throw so much pain that makes me giving up. But if you...
Oh man, I lost the reply mail.. anyway @Dominaezzz, the limitation with the stdlib unsigned is that they dont extend `Number` because inline classes cant extend classes, I explicitely asked...
any news, @Dominaezzz ?
> I made a branch with some changes. Have you looked at it? Yep, they are only confined to gradle or? > The current code is a bit of a...
> Yes, the new revamped kotlinx-io. It should be released sometime around Kotlin 1.4 release. Where is possible to read something about that? > Oh, maybe I didn't push. >...
> You would need to make a lot of the member functions into extension functions or top-level functions. This would make the library not very nice to use from Java....
Hi @Dominaezzz, still interested in this? From my side there is plenty of availability I've been notified of some rising interest into multiplatform libraries for images and fonts (@Sylvyrfysh). I'd...
> I think extension functions. (Might have to be on a case by case basis). Ok, then extension functions be > We could start there, after pulling out `Mat4` into...
I gave it a refresh, @Dominaezzz I started with the gradle build file, moved to kotlin script, followed the [tutorial](https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-a-multiplatform-project) on the website removed the `glm-test` module and all external...