Expand description
A library for representing and simulating interactive stories using a multilinear system.
Structs§
- Change
- Represents a change in value for a condition.
- Channel
- Represents a channel in the multilinear system.
- Condition
- Represents a condition for an event in the multilinear system.
- Event
- Represents an event in the multilinear system.
- Event
Container - An iterator over the events of the callable or revertable events.
- Event
Edit - Represents information for adding conditions to an event in a multilinear system.
- Event
Node - Represents an event.
- Multilinear
Info - Represents the information for a multilinear system.
- Multilinear
State - Represents the state of a multilinear system.
Enums§
- Invalid
Change Error - Represents an error when adding an invalid change to an event.
Type Aliases§
- Borrowed
Multilinear Simulation - Represents a borrowed simulation for the multilinear system.
- Multi
Multilinear Simulation - Represents a multi simulation for the multilinear system.
- Multilinear
Simulation - Represents an owned simulation for the multilinear system.