DEV Community

Mikhail
Mikhail

Posted on

Built free app for game design and worldbuilding

Hi! I want to share a project that I work for a while. It started from idea to get rid off manual copying data from game design documents to game engine. Here you can define your game objects, their props, relations and everything will be stored in structural JSON format that can be read by Unity, Godot, Unreal and other engines. What we have now?

  • construct **wiki-like documents **using a block editor and template system (markdown is supported too)

  • design dialogues of your game in special graph editor

  • create maps and prototype levels on canvas

  • store and manage database of game objects

  • use created objects inside engine directly or export data to customizable data formats (arbitrary JSON, CSV)

Made it free and open source. Please try (have Windows and Mac builds) and give your feedback

Source code: https://github.com/ImStocker/ims-creators

Itch.io: https://nordth.itch.io/imsc-desktop

Top comments (0)