about summary refs log tree commit diff stats
path: root/prototypes/tile/5.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6699 - start building out fake screenKartik Agaram2020-08-011-6/+6
| | | | | We now have all existing apps and prototypes going through the dependency-injected wrapper, even though it doesn't actually implement the fake screen yet.
* 6679Kartik Agaram2020-07-251-1/+1
|
* 6654Kartik Agaram2020-07-161-125/+28
|
* 6653 - render deeper trees with a single childKartik Agaram2020-07-161-2/+14
| | | | | Every time you press a key the depth increases by 1, and then the tree re-renders.
* 6652 - function to divide whole numbersKartik Agaram2020-07-161-13/+112
|
* 6651Kartik Agaram2020-07-161-7/+39
| | | | baby steps: rendering a tree node with just one child
* 6646 - in-progress prototype: tree editorKartik Agaram2020-07-141-0/+111