RoadmapΒΆ

Plans for future versions of prism. Open an issue on GitHub or talk to us on Discord to give input on priorities!

1.1

Compatibility with Lua 5.1, for other platforms (including web).

1.2

Expanding the extra module library with lighting, sound, smell, and auto tiling modules.

1.x
  • Reimplement Geometer with a Spectrum-based UI module, in preparation for features like a component editor.

  • Exposing/supporting said UI module for public use as a built-in UI to use in games.

  • Hot reloading of game objects?

2.0
  • Unify querying on both cells and actors.

  • Unify the Controller and Decision API.

  • Split Vector2 into Vector2i and Vector2f for better validation.