-
Notifications
You must be signed in to change notification settings - Fork 224
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
So is this editor no longer supported? Build is failing. Compiling doesn't work. #435
Comments
We plan on using this internally. However if it is no longer Free Universe Games will have to double check the licensing but; but would be willing to run an open source repository and beef it up as we need to for our game making. The other option is we would just make a new one. |
It seems that the project was abandoned. Correct me if this is not true (i hope i am wrong). |
Well the last commit at this time was from 3 years ago (not including the README) so yeah it's not being supported anymore. |
Ok so a question related to this, has anyone come across an alternative solution, i really need a tool to position a lot of elements in Scene2D, i don't want to have to hardcode them all.. |
@TommyBoy4004 VisEditor comes close, I think, but it is also no longer being developed. You won't have to "hardcode" Scene2D positions if you use a viewport and world units rather than absolute pixel positions. Libraries like KTX provide nice DSL for Scene2D UI, so you can easily create it programmatically. If you'd rather use a graphical editor, I'm afraid LibGDX is not the best choice. :( |
Unfortunately it looks like the dropbox link no longer works and you can't download the jar from the Web archived home page anymore. The project doesn't currently build at head, but checkout the commit just before (on Windows, or commit 5460822 on MacOS) the last one builds for me and then I'm able to run with the following: |
I was wondering whats the current status of this editor? The build is failing, and when I tried to compile it it seems like it's trying to use a method of FloatArray that doesn't exist for the version of LibGDX that's being required.
The text was updated successfully, but these errors were encountered: