-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve mat4 transforming performance #41
Conversation
I wanted to change that sooner or later myself, thanks |
How about a release? (also pushes to maven hopefully) |
Personally I'd like to switch this to Multiplatform and then release. I've already ported Can you release it in the meanwhile? Which number would make sense to upgrade? |
Can understand that. I could release but I don't want version numbers to differ from this repository and maven. I mean it contains breaking changes, but build 12 would probably still fit? |
ok, it makes sense actually, we can release it I'll look into it, |
For maven its actually enough if you push a tag I guess. If not, I will investigate it.
Am 22. Oktober 2023 23:07:23 MESZ schrieb Giuseppe Barbieri ***@***.***>:
…ok, it makes sense actually, we can release it
I'll look into it, `build` is fine I guess?
--
Reply to this email directly or view it on GitHub:
#41 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Just published the tag Publishing to maven central failed, because it is not authorized. Have you stored the signing key and the credentials for in as a secret? I sent you them per email a while ago (add them https://github.com/organizations/kotlin-graphics/settings/variables/actions/new). I'll publish this release manually. |
I still have theme somewhere However, another issue I recall it now is that we have now maven central and mary, I wonder if we can automatically switch dependencies regarding where we are publishing (eg maven central shall fetch the maven central deps) |
Sent it on 7/6/23. That is actually a must have, otherwise things break and dependecies can not be resolved. I am not sure how to make it though. For glm it is really easy, there are no dependencies. kool and unsigned are runtime dependencies (i.e. add them if you need it). For projects that really require it, there needs to be a variable set that calles |
Tests passing, its actually faster and allocates 0 memory now.