UnderwaterApps / overlap2d

Overlap2D Game development toolkit for UI and Level design
Other
781 stars 224 forks source link

So is this editor no longer supported? Build is failing. Compiling doesn't work. #435

Open kujukuju opened 7 years ago

kujukuju commented 7 years ago

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.

Mr00Anderson commented 6 years ago

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.

iSynth commented 5 years ago

It seems that the project was abandoned. Correct me if this is not true (i hope i am wrong).

alex-place commented 5 years ago

Well the last commit at this time was from 3 years ago (not including the README) so yeah it's not being supported anymore.

TommyBoy4004 commented 4 years ago

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..

czyzby commented 4 years ago

@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. :(

acknapp commented 3 years ago

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 54608221666b11119012658e99d580f04ed954d4 on MacOS) the last one builds for me and then I'm able to run with the following: gradlew run