Skip to content

stbachmann/VisEditor

 
 

Repository files navigation

VisEditor

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.

Runtime

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.

Community

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!

Subprojects

See also

About

Level editor and LibGDX UI toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • GLSL 0.1%