Skip to content

hcs64/tiramisu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?.