The original author doesn't maintain vis-editor any more and also reject any pull request for the editor, so I fork his repository to work on for my game. 原作者已不再维护vis-editor,本分支上的维护用于我自己的游戏。
./gradelw clean install
VisEditor is cross platform 2D game level editor, it allows to easily create game scenes using intuitive drag and drop editor.
VisEditor doesn't force you to use single game framework, scenes are exported in JSON format. Many assets file formats are supported: images, sounds, fonts, particles, GLSL shaders, Spine and Spriter animations with more features coming soon. Box2d physics is supported as well.
See Quick Start guide to get stared with using VisEditor.
VisEditor currently have libGDX runtime which uses artemis-odb for entity-component-system framework. With that runtime you can load your scene in just few lines of code.
LibGDX runtime source code is a good start if you want to create your own runtime, if you do so don't forget to let me know and I will gladly link it here.
You can follow Vis development on my Twitter channels: @VisEditor and @kotcrab or read my blog. You can also join our forum and IRC channel!
VisUI is a UI library developed alognside VisEditor. It consist of UI skin and many useful widgets, such as file chooser or color picker. More details can be found on wiki page.
- VisUI - flat design skin and scene2d.ui toolkit for libGDX - CHANGES file - Documentation
- USL - UI Styling Language for scene2d.ui
- vis-ui-contrib - Community driven extension and utilities for VisUI
- gdx-lml-vis - VisUI extension for gdx-lml, LibGDX Markup Language for UI - web demo
- gdx-setup - Alternative gdx-setup application - create your LibGDX projects with ease
- ktx - Kotlin utilities for LibGDX applications