Expand description
Parade-rs is a CLI-based rewrite of Parade, and a library to support other such implementations.
§Parade-rs
Parade-rs is a rewrite of Hundred Rabbits’ Parade in Rust.
Parade is an experimental interactive-fiction playground, and also maybe a filesystem and/or operating system?
Parade-rs currently implements the full parade spec as described on Hundred Rabbits’ website. This version uses a more interactive programming interface than Paradise.
Project roadmap:
- 1.x.x:
-
Implement
cast
-
Implement
- 2.0.0:
-
Change
use
to function as the user -
Replace
help
withlearn
-
Change
- 2.x.x
- Stretch goals:
- Networking / multi-world interaction
-
GUI client
- Local voice interaction via Whisper and Kokoro-82m
- Alternate branch for canon-divergent features:
-
Extend the language features
- Vessel deletion
-
More user-friendly programming than
@wildcards
?
-
Extend the language features
- Moonshot stretch goals:
- OS-level build, as an actual filesystem/OS?
Modules§
- action
- Action parsing and handling utilities.
- tree
- The looping tree-like data struture.
- vessel
- The vessel::Vessel object-type.