Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uni-gal/ayaka
A visual novel engine written by Rust. Just Ayaka.
https://github.com/uni-gal/ayaka
rust visual-novel visual-novel-engine vue
Last synced: 6 days ago
JSON representation
A visual novel engine written by Rust. Just Ayaka.
- Host: GitHub
- URL: https://github.com/uni-gal/ayaka
- Owner: Uni-Gal
- License: mit
- Created: 2022-09-09T11:40:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T17:39:11.000Z (about 2 months ago)
- Last Synced: 2025-02-01T16:05:19.503Z (6 days ago)
- Topics: rust, visual-novel, visual-novel-engine, vue
- Language: Rust
- Homepage: https://Uni-Gal.github.io/Ayaka/en/
- Size: 12.6 MB
- Stars: 208
- Watchers: 3
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ayaka
Ayaka was initially a project for [OSPP 2022](https://summer-ospp.ac.cn/).
For Simplified Chinese version README, see [简体中文](https://github.com/Uni-Gal/Ayaka/blob/master/README_zh-Hans.md)
## About the name
The frontend is Ayaka. The runtime is Ayaka. The script is Ayaka. [Just Ayaka.](https://bbs.mihoyo.com/ys/article/21828380)## What we've done
* A cross-platform visual noval (VN) runtime with rust
* A well-defined and easy-to-author VN config file format, based on YAML.
* An embedded custom script.
* [CLDR](https://github.com/unicode-org/cldr)-based i18n support.
* A flexible plugin system based on [WebAssembly](https://webassembly.org/). It provides hooks of the runtime and interop functionalities with the script.
* A decoupled framework - the frontend, backend and plugins are decoupled.
* A CLI frontend to check grammar errors and debug quickly.
* A GUI frontend powered by [Tauri](https://tauri.app/) and [Vue](https://vuejs.org/), with [Live2D](https://www.live2d.com) support.
* A prototype LaTeX frontend to generate PDF from the config.## Docs
[Ayaka Book](https://uni-gal.github.io/Ayaka/en/)[API docs](https://uni-gal.github.io/Ayaka/doc/ayaka_model/index.html)
## Screenshot
![Orga](assets/galgui.png)## License
This project is licensed under the [MIT license](LICENSE).