@@ -107,6 +107,30 @@ They are also looking forward towards an [official Bevy integration][inox2d-bevy
107
107
[ inochi2d-rs ] : https://github.com/Inochi2D/inochi2d-rs
108
108
[ inox2d-bevy ] : https://github.com/Inochi2D/inox2d/issues/1
109
109
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
+
110
134
## Popular Workgroup Issues in Github
111
135
112
136
<!-- Up to 10 links to interesting issues -->
0 commit comments