Skip to content

Commit 10689b7

Browse files
N41: Add bevy-rpg (#1235)
1 parent 6fb49f9 commit 10689b7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

content/news/041/bevy-rpg.png

20.8 KB
Loading

content/news/041/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,30 @@ They are also looking forward towards an [official Bevy integration][inox2d-bevy
107107
[inochi2d-rs]: https://github.com/Inochi2D/inochi2d-rs
108108
[inox2d-bevy]: https://github.com/Inochi2D/inox2d/issues/1
109109

110+
### [bevy_rpg]
111+
112+
![an UI showing the currently running dialog in the bottom
113+
and some control buttons in the top-right corner](bevy-rpg.png)
114+
115+
[bevy_rpg] ([Discord channel][bevy-rpg-discord]) by [@fianathedevgirl]
116+
is a plugin allowing RPG or visual novel dialogs
117+
to be made with the Bevy game engine.
118+
119+
At the moment, it can be used for very basic dialogs.
120+
"Choose dialog" or text input dialog are still not implemented
121+
and the dialog controller buttons doesn't work yet.
122+
123+
If you are interested in seeing how it should be used in production,
124+
checkout ["Project Flara"][project-flara]. It's a prototype/demo game
125+
made by the same author showcasing a JRPG-ish indie game written in Rust.
126+
The author also made a basic example [here][bevy-rpg-example].
127+
128+
[bevy_rpg]: https://github.com/project-flara/bevy-rpg
129+
[bevy-rpg-discord]: https://discord.com/channels/676678179678715904/1054506073240899684
130+
[@fianathedevgirl]: https://github.com/fianathedevgirl
131+
[project-flara]: https://github.com/project-flara/project-flara
132+
[bevy-rpg-example]: https://github.com/project-flara/bevy-rpg/blob/main/examples/basic.rs
133+
110134
## Popular Workgroup Issues in Github
111135

112136
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)