Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 840 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 840 Bytes

tiramisu

A touch screen tree editor. The root is displayed at the bottom, its children are placed horizontally directly above it.

Fibonacci example

Demo

Instructions

  • Tap a node to edit text
  • Drag a node up to add a parent
  • Drag a node left or right to add a sibling node
  • Drag a node down to delete a node
  • Long press to cut a node, it can be pasted from the edit screen
  • Pinch to zoom out

Credits

Inspired by a diagram on a recipe by Michael Chu by way of Li Haoyi's article What's Functional Programming All About?.