mirror of
https://github.com/rgleichman/glance.git
synced 2024-12-02 10:54:54 +03:00
A visual Haskell
cairodiagramsfunctional-programminggdkglancegraph-layoutgraphvizgtkgtk3haskellstarred-repostarred-rgleichman-repovisualvisual-programmingvisual-programming-language
app | ||
examples | ||
src | ||
test | ||
.gitignore | ||
glance.cabal | ||
LICENSE | ||
notes.txt | ||
README.md | ||
Setup.hs | ||
stack.yaml |
Glance
A visual Haskell
To build and run:
stack build
stack exec glance-exe -- -o images/fact.svg -w 500 examples/fact.hs -
firefox images/fact.svg
Below is a mockup of what Glance may look like in the future
Here is a getting started guide for Glance rendered by Glance (source here). 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.