Hey all!
If you tried to create a 2D scene with the current Neo dev version you might have noticed that it does not have any integration into the editor, i.e. all levels and graphics have to be loaded manually in the Lua script. This approach is similar to what Löve2D is doing for example and allows the developer to decide which 2D editor he likes to use (Tiled for example).
The disadvantage is that this way another 3rd party application is needed.
The proposal is: Creating a XML based file format for 2D scenes including support for GUI elements, sprites, sprite sheets and sprite sheet based animation. This would make it possible to create editor support for building and editing 2D scenes inside the Neo Editor.
What are your opinions on this topic?