-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Migrate newest imgui to here #27
Comments
Are |
I did not continue developing this because I don't have a Mac thus cannot build a dylib with it |
It's supposed to be added easily |
Would procuring a cloud solution for the mac be useful? Microsoft offers free mac agents and its free for open source. I use the mac ones since I have yet to procure a Mac myself. I could add the tabs to the code base then. Not familiar with this project build scripts yet, so might take me some time to get it complete. My current solution is just using a horizontal single selection for now. |
Could u help me? I've just tried to revive this project, bumping the dependent toolchains to the most (or second-most) recent versions, use the official imgui sources (instead of my own fork, which has some private additions but very old), and the build script works. |
To build, Currently there are some trivial compilation errors due to API changes, working on fixing them |
https://dev.azure.com/mr00anderson/JImGui |
Ill try to get this working tonight on my windows and then windows pipeline on devops azure. After that Ill work on mac and linux. |
So you want to pull the files directly from the ImGui repo? |
You don't need to do so, the build script will download the minimum required files for you.
|
I thought above you were asking to have me use the official sources. Ooooh I understand now. Yes I always use the source library first, most of the stuff in my editor I used from the c++ and just guessed where it was in JImGui. |
Because this project is not maintained for a while. Now it's revived |
Recent commits are building successfully, working on coaxing CIs and new APIs |
Tab APIs are added |
Can anyone build a mac dylib for me please |
I am working on it, trying to with DevOps Azure. Might be a day or two. |
I am stuck messing with the Build Agents Java for some reason doesn't come with JavaFX. I am working on setting up a custom JDK on the agent so that it can build. |
No need JavaFX. Did you forget pulling the repo? I'm updating it from time to time. |
Tested on Windows and Linux |
They're removed: 2d508e2 |
Btw, now I required CMake 3.14 because of Visual Studio 2019 only. If you're building it with MacOS (thus no Visual Studio), you can manually edit the |
I got the pipeline working with the agent dependencies. Just having issues with some test? I am using the most recent commit.
|
Don't worry, it's because something mentioned in README (about a JVM argument). |
@ice1000 I have attached it. |
Thanks |
Released 0.8 on bintray. Enjoy your tabs. Tested on Ubuntu Linux 18.04, works like a charm. |
FYI u can use a |
Yea I just have it locked as read only atm. |
@Mr00Anderson Might need your help again -- for #31 |
Haven't worked on adding the missing functions here yet, but that's gonna be in close future |
s/close/near/ |
No description provided.
The text was updated successfully, but these errors were encountered: