Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c827b32

Browse filesBrowse files
authored
N49: space_editor (rust-gamedev#1448)
1 parent 884fd4b commit c827b32
Copy full SHA for c827b32

File tree

Expand file treeCollapse file tree

2 files changed

+23
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+23
-0
lines changed

‎content/news/049/index.md

Copy file name to clipboardExpand all lines: content/news/049/index.md
+23Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,29 @@ _Discussions: [Mastodon](https://hachyderm.io/@chrisbiscardi/110934091254135119)
195195

196196
## Tooling Updates
197197

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+
198221
## Library Updates
199222

200223
### [Dexterous Developer][dexterous_developer]

‎content/news/049/space_editor.png

Copy file name to clipboard
257 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.