8000 Add space_editor to news 49 · rewin123/rust-gamedev.github.io@3bdccbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bdccbc

Browse files
authored
Add space_editor to news 49
1 parent df8f46d commit 3bdccbc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/news/049/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,31 @@ If needed, a section can be split into subsections with a "------" delimiter.
7373

7474
## Tooling Updates
7575

76+
### [Space editor][space_editor]
77+
78+
![Space editor window with opened level](space_editor.png)
79+
80+
[Space editor][space editor] is an editor designed for Bevy engine
81+
that simplifies level and object template creation. Here are its key features:
82+
83+
84+
1. Intuitive UI is built on top of bevy-inspector-egui and egui-gizmo
85+
to easy objects position manipulate
86+
2. It supports the bevy_xpbd physics library,
87+
making customizing collider positions faster than ever.
88+
3. Run your levels directly from the editor.
89+
This enables quick and efficient development iteration.
90+
4. Save your levels and object templates in the standard Bevy scene format
91+
and spawn in game with just one line of code
92+
5. Many custom structures that allow to customize saved scenes
93+
equally conveniently, both via gui and directly editing the saved text file
94+
95+
The [Github project][https://github.com/rewin123/space_editor] is free for use
96+
and open to contribute for everyone, be it with suggestions, bugs or PRs.
97+
[Space editor]: https://github.com/rewin123/space_editor
98+
99+
100+
76101
## Library Updates
77102

78103
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)
0