aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* begin work on parserAkshay2021-03-203-7/+262
|
* factor out types into expr.rsAkshay2021-03-202-40/+90
|
* begin work on scripting lispAkshay2021-03-194-0/+423
|
* add grid centering keybindAkshay2021-03-191-17/+35
|
* render cursor to command box, add readline keybindsAkshay2021-03-182-8/+70
|
* add history to command modeAkshay2021-03-182-10/+138
|
* feat: basic command mode, add text box primitivesAkshay2021-03-174-99/+396
|
* read and write to .obi filesAkshay2021-03-174-17/+30
|
* add obi to depsAkshay2021-03-173-0/+53
|
* add dither_level to app state, integrate with brushesAkshay2021-03-162-5/+31
|
* 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