From 327699a1b38fc1e3d63aa63a1ef1428a8a2dcd4d Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 28 May 2016 21:45:31 -0700 Subject: [PATCH] Add tutorial image to README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c19119..d190b5e 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ A visual Haskell To build and run: ``` stack build -stack exec glance-exe -- -o output.svg -w 600 -firefox output.svg +stack exec glance-exe -- -o images/fact.svg -w 500 examples/fact.hs - +firefox images/fact.svg ``` -Goal: +Below is a mockup of what Glance may look like in the future factorial_goal -
-Current Status: -guard_factorial_1 +Here is a getting started guide for Glance rendered by Glance ([source here](examples/tutorial.hs)). To generate this image run + +`stack exec glance-exe -- -o examples/tutorial.svg -w 873 examples/tutorial.hs c` + +Glance is still in development, so for the time being, layout, routing, and icon design all have room for improvement. +Introduction to Glance