open-story-teller/core/README.md
2025-01-21 09:59:13 +01:00

312 B

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