File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Original file line number Diff line number Diff line change @@ -72,6 +72,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
72
72
73
73
## Learning Material Updates
74
74
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
+
75
94
## Tooling Updates
76
95
77
96
## Library Updates
You can’t perform that action at this time.
0 commit comments