@@ -107,6 +107,33 @@ mutually benefit each other, reusing proven designs for user-friendly Rust APIs.
107
107
108
108
## Tooling Updates
109
109
110
+ ### Sprite and Pixel Art Editor
111
+
112
+ ![ Image editor screenshot] ( sprite_pixel_art_editor.png )
113
+ _ Screenshot of the editor_
114
+
115
+ A sprite and pixel art editor made with egui and macroquad is being
116
+ developed by @yds12 ([ github] [ yds-github ] , [ mastodon] [ yds-mastodon ] ).
117
+ The project is already usable, but has not been made public yet. Current
118
+ features are
119
+
120
+ - Drawing w/ brush, eraser, lines, rectangles, bucket (fill w/ color)
121
+ - Color selector, editable palette and eyedropper (pick color from canvas)
122
+ - Resize or completely erase the canvas
123
+ - Move camera, zoom in and out
124
+ - Selection (rectangular only for now), deleted, copied and pasted; flip
125
+ selection (horizontal or vertical)
126
+ - Layers: create, remove, moved up/down, control visibility and opacity
127
+ - Spritesheet: specify how many columns and rows your image has, and an
128
+ animated preview will be displayed in a window w/ configurable scale
129
+ - Save/load projects (with all its settings), export and import PNG/JPG
130
+ - Status bar w/ info about canvas size, canvas position, color under mouse, etc
131
+
132
+ The source is planned to be released in the next few weeks
133
+
134
+ [ yds-github ] : https://github.com/yds12
135
+ [ yds-mastodon ] : https://fosstodon.org/@yds/
136
+
110
137
## Library Updates
111
138
112
139
## Popular Workgroup Issues in Github
0 commit comments