Skip to content
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

Missing Bindings: linux problems #281

Closed
YunusTR opened this issue Sep 30, 2024 · 3 comments
Closed

Missing Bindings: linux problems #281

YunusTR opened this issue Sep 30, 2024 · 3 comments
Labels
wontfix This will not be worked on

Comments

@YunusTR
Copy link

YunusTR commented Sep 30, 2024

Version

1.87.0 linux

What part of the binding has gaps?

Dear ImGui

What is missing?

Can you recompile the whole imgui library for linux arm64?

@YunusTR YunusTR added the missing binding Some of the original library API is missing label Sep 30, 2024
@YunusTR YunusTR changed the title Missing Bindings: Missing Bindings: linux problems Sep 30, 2024
@SpaiR
Copy link
Owner

SpaiR commented Oct 21, 2024

It is what it is. If you need libraries for a specific platform, you can compile them yourself. Alternatively, you can add the build process for the new platform to the existing CI of the project and do the PR.

@SpaiR SpaiR closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2024
@SpaiR SpaiR added wontfix This will not be worked on and removed missing binding Some of the original library API is missing labels Oct 21, 2024
@mcpkdotdev
Copy link

I'm trying to do this by looking at the PR where MacOS got arm support.
I managed to compile it (with some inconsistencies/manual task inbetween because I'm not very good with building) and it passed
ImGui.createContext()

I'm running this on a new setup(fedora + hyprland) so it currently crashes for unknown reasons. I will attempt it again on another linux setup and if it works, I will fix the said inconsistencies/manual tasks and make a PR.

@mcpkdotdev
Copy link

mcpkdotdev commented Feb 20, 2025

Made a (draft) pr: #324
It should build correctly and give a working jar, but CI has to be worked with for automatic building.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants