open-story-teller/core
anthony@rabine.fr 5c16e2bd94
Some checks failed
Build-StoryEditor / build_linux (push) Has been cancelled
Build-StoryEditor / build_win32 (push) Has been cancelled
Deploy-Documentation / deploy (push) Has been cancelled
Good architecture between AST and assembly generation, still WIP
2025-04-17 21:14:44 +02:00
..
chip32 First version of AST/flow/assembly generation base classes, arch seems ok 2025-04-09 10:32:26 +02:00
story-manager Good architecture between AST and assembly generation, still WIP 2025-04-17 21:14:44 +02: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