about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* wire up colors to actual stateKartik K. Agaram2021-05-161-18/+40
|
* game of life working at lowest zoomKartik K. Agaram2021-05-161-30/+195
|
* build out the lowest zoomKartik K. Agaram2021-05-161-2/+115
|
* .Kartik K. Agaram2021-05-161-0/+5
|
* .Kartik K. Agaram2021-05-161-1/+6
|
* .Kartik K. Agaram2021-05-161-2/+2
|
* done rendering at the finest zoom levelKartik K. Agaram2021-05-161-6/+18
|
* edges to cell outputsKartik K. Agaram2021-05-161-1/+7
|
* .Kartik K. Agaram2021-05-161-1/+2
|
* adjust location of the filter nodeKartik K. Agaram2021-05-161-6/+6
|
* .Kartik K. Agaram2021-05-161-5/+5
|
* first conveyor to outputKartik K. Agaram2021-05-161-0/+2
|
* alignmentKartik K. Agaram2021-05-161-27/+27
|
* animate transition from sum to filter nodeKartik K. Agaram2021-05-162-15/+60
|
* start of a naming convention for constantsKartik K. Agaram2021-05-161-21/+21
|
* cell outputs will always be identicalKartik K. Agaram2021-05-161-2/+2
|
* much betterKartik K. Agaram2021-05-161-19/+19
|
* adjustment to avoid a couple of intersectionsKartik K. Agaram2021-05-161-4/+4
| | | | Still not ideal. I should probably move the sum node.
* first bit of animationKartik K. Agaram2021-05-162-2/+46
|
* render differently at different zoom levelsKartik K. Agaram2021-05-161-1/+12
|
* framework for animationKartik K. Agaram2021-05-161-2/+29
|
* .Kartik K. Agaram2021-05-161-199/+3
|
* last of the static elements in a cellKartik K. Agaram2021-05-161-0/+16
|
* .Kartik K. Agaram2021-05-161-0/+8
|
* hestified life: initial commitKartik K. Agaram2021-05-162-0/+257
| | | | https://ivanish.ca/hest-podcast
* clean upKartik K. Agaram2021-05-162-58/+1
|
* bugfix in bezierKartik K. Agaram2021-05-163-7/+78
|
* .Kartik K. Agaram2021-05-161-8/+8
|
* new app: interactive bezier curveKartik K. Agaram2021-05-161-1/+132
|
* .Kartik K. Agaram2021-05-162-1/+51
|
* .Kartik K. Agaram2021-05-161-21/+52
|
* .Kartik K. Agaram2021-05-161-1/+1
|
* .Kartik K. Agaram2021-05-162-8/+71
|
* .Kartik K. Agaram2021-05-161-45/+0
|
* Bresenham's algorithm for bezier curvesKartik K. Agaram2021-05-163-0/+387
|
* reimplement Bresenham circle in MuKartik K. Agaram2021-05-151-0/+90
|
* reimplement Bresenham line in MuKartik K. Agaram2021-05-152-0/+83
|
* shell: roll back a change to the 'when' macroKartik K. Agaram2021-05-151-2/+2
| | | | | Introduced in commit 1adc904ef3 from a week ago, but it turns out brcircle has been consistently broken ever since.
* grow a few buffers until shell/ loadsKartik K. Agaram2021-05-153-8/+11
|
* .Kartik K. Agaram2021-05-151-20/+0
|
* print call stack on all low-level errorsKartik K. Agaram2021-05-159-55/+14
|
* print call stack on abortKartik K. Agaram2021-05-151-2/+55
|
* look up debug info from call stack on abortKartik K. Agaram2021-05-141-2/+68
|
* .Kartik K. Agaram2021-05-1419-71/+71
|
* parse debug info on abortKartik K. Agaram2021-05-141-14/+140
|
* free up '_' for top-level SubX functionsKartik K. Agaram2021-05-142-40/+40
|
* load debug info from disk on abortKartik K. Agaram2021-05-145-8/+109
|
* fixup! load debug info into code diskKartik K. Agaram2021-05-142-3/+11
|
* dump addresses of call stack on abortKartik K. Agaram2021-05-142-0/+32
|
* .Kartik K. Agaram2021-05-142-0/+1
|