A Visual Novel Engine written in Rust.
Notice: koibumi is still in early stage(active development) and some features may not work yet. Please be patient and wait for new update.
- Cross-Platform Support
- Desktop (Windows, MacOS, Linux) (First-class Support)
- Mobile (Android, iOS) (In testing, should be work anyway)
- Web (WASM) (In testing, it should be work)
- Hot-Reload
- Multi-Script Language support (see RenPy Compatibility for more infomation)
Koibumi use rhai as the script language in game. It's highly customizable!
For more infomation about the usage of koibumi script, please check out Script Design
Current RenPy script (known as .rpy
) is partially supported. It's recommended to rewrite your script to .rhai
for stability and better development experience.
Koibumi support the basic gammar of RenPy script, and most of API should be supported as well.
See RenPy Support to check the supported API and gammar of RenPy script.
AnErW