open-story-teller/core
anthony@rabine.fr 157c5a5a01 usage of submodules instead of git fetch
multiple fixes/file moves
2025-01-28 22:31:05 +01:00
..
chip32 usage of submodules instead of git fetch 2025-01-28 22:31:05 +01:00
story-manager usage of submodules instead of git fetch 2025-01-28 22:31:05 +01:00
README.md fix unit tests for chip32, better debugger 2025-01-21 09:59:13 +01:00

StoryTeller core components

Each component is organized as follow:

Directories:

  • interfaces: contains only pure virtual C++ interface classes
  • lib: shared static classes utilities
  • src: core implementation (private files)

story-manager

GUI agnostic implementation of the editor engine.

story-vm