mbrlabs / Mundus

A 3D world/level editor built with Java, Kotlin & libGDX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin system

mbrlabs opened this issue · comments

Define a stable editor api and load plugins at runtime. More like a v.0.2.0 feature

Api scope:

  • Manipulation of the scene graph
  • Access to some ui elements
  • Creation of new ui elements
  • ...