From af1555e223ebb1b1813b9b85f4cf8dddc432189e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 2 Mar 2022 10:58:22 +1100 Subject: Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a860b3f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Grid of Life + +An interactive visualisation of the biological tree of life. + +Each tile represents a group of organisms with a common ancestor. +- Clicking on a tile expands it into tiles representing direct descendants. + If there are too many other tiles, there might not be room to expand. +- Clicking on an expanded tile collapses it back into one tile. +- Double-clicking on a tile expands it to fill the whole view. + Other tiles will be moved to the side. -- cgit v1.2.3