Skip to content

AndrewKraevskii/screen-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small utility to draw on screen.

image image

How to build.

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.

Keybindings

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.

Where it stores images

It stores images in default location for apps to store data on your OS.

  • linux => ~/.local/share/screen-drawer/
  • windows => %LOCALAPPDATA%\screen-drawer\

TODO

  • 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?

About

Small utility to draw on screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages