A Rust-based visual novel backend compatible with Ren'Py .rpy script files.
Find a file
2023-05-30 17:13:03 -07:00
.vscode Basic renrs-gui implementation 2023-05-21 14:51:33 -07:00
demo Add variable-to-variable assignment 2023-05-30 17:13:03 -07:00
renrs Add variable-to-variable assignment 2023-05-30 17:13:03 -07:00
renrs-gui Clear clippy warnings 2023-05-30 12:34:43 -07:00
.envrc Initial commit 2023-05-19 11:43:17 -07:00
.gitignore Make workspace changes 2023-05-29 16:13:50 -07:00
Cargo.lock Implement basic variable assignment 2023-05-29 18:06:44 -07:00
Cargo.toml Add root Cargo.toml 2023-05-28 15:45:06 -07:00
README.md Update README 2023-05-23 16:35:01 -07:00
shell.nix Use sfml, egui-sfml instead of eframe 2023-05-23 13:53:00 -07:00

renrs

(Work in progress 🚧)

renrs (name subject to change) is a visual novel and dialog engine written in Rust. It is fully compatible with Ren'Py language .rpy scripts, letting you migrate easily. The core engine is logic only, so you are free to integrate it into whatever front-end framework or game engine you like. If you are creating a simple visual novel with no complex gameplay elements, you can use renrs's official GUI to have an all-in-one engine solution. If you want to use renrs as a dialog system in a full game engine, you can use renrs's official Godot integration.

Modules

  • WIP renrs is the core engine and Ren'Py script interpreter.
  • WIP renrs-gui is a graphics layer for simple visual novels.
  • PLANNED renrs-editor is a route viewer and theme editor for renrs-gui.
  • PLANNED renrs-godot is an integration for Godot for more advanced projects.
  • PLANNED renrs-hub is a launcher for visual novels made in renrs-gui.