Skip to content
/ dro Public

Minimal image manipulation program written in Go using raylib-go.

License

Notifications You must be signed in to change notification settings

atmatto/dro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dro

Minimal image manipulation program written using raylib-go.

Usage: dro [FILE]

Program may be buggy. Clipboard support is not yet implemented.
Currently can only save PNG files and load only some formats.
Input prompts support only ASCII characters.

ctrl-n - new file
ctrl-o - open file
ctrl-s - save file
ctrl-(shift)-q - quit (forcefully)
ctrl-z, ctrl-y - undo, redo
c - color selector
s - rectangular selection
[, ] - change brush thickness, hold shift to change faster

To do:
- clipboard
- hold (...) to draw straight lines
- ellipse outline thickness
- support more file formats
- support UTF-8 input in prompts
- tidy up the code

About

Minimal image manipulation program written in Go using raylib-go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published