File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,29 @@ _Discussions: [Mastodon](https://hachyderm.io/@chrisbiscardi/110934091254135119)
195
195
196
196
## Tooling Updates
197
197
198
+ ### [ Space editor] ( space_editor )
199
+
200
+ ![ Space editor window with opened level] ( space_editor.png )
201
+
202
+ [ Space editor] ( space_editor ) is an editor designed for Bevy engine
203
+ that simplifies level and object template creation. Here are its key features:
204
+
205
+ - Intuitive UI is built on top of bevy-inspector-egui and egui-gizmo
206
+ to easy objects manipulate.
207
+ - It supports the bevy_xpbd physics library,
208
+ making customizing collider positions faster than ever.
209
+ - Run your levels directly from the editor.
210
+ This enables quick and efficient development iteration.
211
+ - Save your levels and object templates in the standard Bevy scene format
212
+ and spawn in game with just one line of code.
213
+ - Many custom structures that allow to customize saved scenes
214
+ equally conveniently, both via gui and directly editing the saved text file.
215
+
216
+ The [ Github project] [ space_editor ] is free for use
217
+ and open to contribute for everyone, be it with suggestions, bugs or PRs.
218
+
219
+ [ space_editor ] : https://github.com/rewin123/space_editor
220
+
198
221
## Library Updates
199
222
200
223
### [ Dexterous Developer] [ dexterous_developer ]
You can’t perform that action at this time.
0 commit comments