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 b41555a

Browse filesBrowse files
N44: Add spell editor series. (rust-gamedev#1320)
Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent c19f13a commit b41555a
Copy full SHA for b41555a

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+19
-0
lines changed
1.51 MB
Loading

‎content/news/044/index.md

Copy file name to clipboardExpand all lines: content/news/044/index.md
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
7272

7373
## Learning Material Updates
7474

75+
### Developing an editor with egui
76+
77+
![Gif displaying the functionality of the editor](TheGrimsey-Editor.gif)
78+
79+
[@TheGrimsey] published a three-part series of articles about developing a Spell
80+
Editor with egui.
81+
82+
- ["Databases & Editors (1/3)"] covers displaying egui windows & tables of
83+
entries.
84+
- ["Editors (2/3): Editing entries"] elaborates on handling editing of entries &
85+
properties such as enums.
86+
- Finally, ["Editors (3/3): Selection dialog & new entries"] talks about
87+
developing a selection dialog and creating new entries.
88+
89+
[@TheGrimsey]: https://mastodon.social/@TheGrimsey
90+
["Databases & Editors (1/3)"]: https://thegrimsey.net/2023/03/07/Bevy-Four-Editor.html
91+
["Editors (2/3): Editing entries"]: https://thegrimsey.net/2023/03/12/Bevy-Five-Editor-Two.html
92+
["Editors (3/3): Selection dialog & new entries"]: https://thegrimsey.net/2023/03/21/Bevy-Six-Editor-Three.html
93+
7594
## Tooling Updates
7695

7796
## Library Updates

0 commit comments

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