aboutsummaryrefslogtreecommitdiff
path: root/src/bitmap.rs
Commit message (Collapse)AuthorAgeFilesLines
* add better brush drawing feedbackAkshay2021-03-281-0/+28
|
* implement flood fill; new fill brushAkshay2021-03-281-8/+29
|
* add invert function and keybindsAkshay2021-03-231-0/+8
|
* read and write to .obi filesAkshay2021-03-171-2/+1
|
* refactor get_circle to draw filled & outline circlesAkshay2021-03-151-27/+23
|
* add symmetry optionsAkshay2021-03-141-1/+67
|
* factor out line and circle drawing into bitmapAkshay2021-03-131-1/+102
|
* add pixmap moduleAkshay2021-03-131-0/+89