-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
ARM64 native binaries for MacOS #190
Conversation
@SpaiR Hi, could you please merge this PR, It will be greatly appreciated, Much obliged, Maor. |
Excitedly waiting for this to be merged. |
Any update on this? Trying to use imgui on my m1 |
@SpaiR what's stopping this pr? |
@SpaiR I too would like to know what's stopping this PR |
I think the branch needs to be merged with new changes, but apart from that i don't see any issues. Not related to the prI came to this pr because it prevents me from playing minecraft with [axiom](https://axiom.moulberry.com/), I had to provide the libs by path. |
I see there's workflows in the repo for releasing built bindings and natives to maven. But I'm new to gradle and maven, so I'd appreciate helps on getting it working on forked repository. |
@zbx1425 i've forked your fork, merged changes from upstream and setup the workflows to publish to my maven repo: https://maven.realrobotix.me/#/imgui-java/io/github/spair |
Wow, this works! Thanks!!! @realRobotix. I'm on an M1 MacBook Pro running Sonoma. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zbx1425 you merged some code which is specific for publishing to my maven, which shouldn't be included in the merge request
How do I use this dependency in a gradle project? I know i have to point it at the maven repo but I keep having build errors |
This worked for me. project.ext.lwjglVersion = "3.3.3" repositories {
} dependencies {
} |
I am getting build errors with the following build.gradle
Error
|
Would be nice if this was merged. |
Can this be merged? |
# Conflicts: # bin/freetype/imgui-java64.dll # bin/imgui-java64.dll
@SpaiR I have reverted some unnecessary changes so it could be merged, and the example app works fine for me, but there is still something to do:
|
@SpaiR It would be great to get this (or #223 if that's better) merged and released (since the @realRobotix maven repo is not functional). |
sorry for the inconvenience, i have identified the issue with the maven it should be up again in a few minutes |
Closing in favor of #223 |
Description
This PR attempts to finish #112 by merging it with the latest upstream updates and trying tofix the build scripts.
Now the CI script can produce correct binary files. I have yet to test if these native binaries built actually works currently though.
Type of change