Skip to content

Commit b41555a

Browse files
N44: Add spell editor series. (#1320)
Co-authored-by: Forest Anderson <[email protected]>
1 parent c19f13a commit b41555a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
1.51 MB
Loading

content/news/044/index.md

+19
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)