Download zig 0.13.0 https://ziglang.org/download/
git clone [email protected]:AndrewKraevskii/screen-drawer.git
zig build
Works on linux x11. Probably will work on Wayland (since uses raylib) but I haven't checked. On windows it works but shows black background instead of transparent.
You can look at keybindings at start of src/main.zig and change them however you like. Default once are just for my setup with stylus. Also mouse wheel works in sketches preview.
It stores images in default location for apps to store data on your OS.
- linux => ~/.local/share/screen-drawer/
- windows => %LOCALAPPDATA%\screen-drawer\
- Vector image format
- Better keybindings (with support for both drawing pad and mouse)
- Add optional icons to show current drawing mode
- Bring gallery back
- Figure out file format versioning
- Do some testing
- Support of image importing using clipboard
- Draw grid
- Since it's now vector format do infinite canvas
- Export canvases
- Regular drawing board mode?