aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add dithering primitivesAkshay2021-03-161-0/+67
|
* factor out common utils into moduleAkshay2021-03-153-31/+37
|
* ui changes: symmetry lines and brush size indicatorAkshay2021-03-153-67/+76
|
* refactor get_circle to draw filled & outline circlesAkshay2021-03-152-27/+65
|
* add basic statusline widget; text drawing supportAkshay2021-03-143-11/+101
|
* add SDL2_ttf to depsAkshay2021-03-144-8/+9
|
* add symmetry optionsAkshay2021-03-142-8/+120
|
* simplify mvc modelAkshay2021-03-141-78/+69
|
* factor out line and circle drawing into bitmapAkshay2021-03-133-66/+160
|
* refactor to use pixmap over Vec<bool>Akshay2021-03-133-74/+51
|
* add pixmap moduleAkshay2021-03-131-0/+89
|
* initAkshay2021-03-1211-0/+2329