NOTICE |
---|
I'm in the process of reimplementing the whole project. This will be extremely unstable from now on until I remove this notice. Download the latest release, or check the version-0.2 for the latest stable version. |
cuentitos
is a probabilistic narrative environment designed to make creating interactive stories a pleasure.
It's designed from the ground up to make writers more productive, simplifying workflows and assisting the creative process as much as possible.
This repository holds the core components of Cuentitos, the probabilistic narrative engine.
Please, refer to each project's README.md for specific information.
Table of Contents
- ADRs: Every time I make a design decision, I write an ADR. This is the place to look for the rationale behind the design.
- Compatibility Test Suite: This repository contains all the tests that are run against the different runtimes to ensure compatibility.
- Language:
- Compiler:
- Reference Runtime: A reference runtime written in Rust.
- Developer Portal: The SSR for https://dev.cuentitos.studio
cuentitos
is expected to be a powerful and extremely productive environment.
This goal enforces a very opinionated design that is the consequence of hitting my head to the wall for years.
TODO(fran): Write a proper Philosophy doc.
cuentitos
is developed using Rust. You need a working rust installation.
Once you have cargo
running, you just run
$ cargo build
Refer to each project for more information.
cuentitos
is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.