项目作者: hcs64

项目描述 :
touch screen tree editor
高级语言: JavaScript
项目地址: git://github.com/hcs64/tiramisu.git
创建时间: 2017-09-03T01:51:56Z
项目社区:https://github.com/hcs64/tiramisu

开源协议:

下载


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