Skip to content

Commit ad11445

Browse files
authored
Newsletter 43: section tooling/sprite editor (#1288)
1 parent 0ad5cb3 commit ad11445

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

content/news/043/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,33 @@ mutually benefit each other, reusing proven designs for user-friendly Rust APIs.
107107

108108
## Tooling Updates
109109

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+
110137
## Library Updates
111138

112139
## Popular Workgroup Issues in Github
46 KB
Loading

0 commit comments

Comments
 (0)