Skip to content
Avetis edited this page Nov 7, 2015 · 7 revisions

#HaxeFlixel Overlap2D runtime - wiki

What is Overlap2D ?

Overlap2D is am open source level map and ui editor for game development. With Overlap2D one can create complex UI and Game levels, export that data as JSON, and then use this runtime in order to render that content in one particular game engine or framework that this runtime was made for (in this case it's HaxeFlixel

To learn more about Overlap2D, visit our website: http://overlap2d.com/ There you can download editor itself, learn more on how to use it and what features it has.

To get help on this particular runtime, use this wiki as your guide.

What does this runtime do exactly?

This is a small library built on top of HaxeFlixel, it will let you load assets exported by Overlap2D into memory, and then allow you to render the scene and/or navigate through nested structure of item by using their id's to dynamically program your game logic.

Move on to the Getting Started guide in order to learn how.