NovelRT icon indicating copy to clipboard operation
NovelRT copied to clipboard

Integrate Fabulist into NovelRT

Open FiniteReality opened this issue 2 years ago • 1 comments

After #383 we're currently stuck without any form of interface for non-programmers. We should implement Fabulist, our new VN language into NovelRT.

The idea is roughly:

  • Fabulist is used to write VN contents
  • Something else is used to store data for animations/scenes/etc (maybe Lua based too?)
  • Something else is used to manage save states and such. (Fabulist will have a serializable "state" payload which represents the current state in the story, including things like variables)

FiniteReality avatar Jan 27 '22 21:01 FiniteReality

I'm doing the basic integration, but once imgui is in this will still primarily be on @FiniteReality to ensure she's happy with the APIs etc.

RubyNova avatar May 11 '22 22:05 RubyNova