Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patrickt/stack-graphs-playground

An experimental stack graphs implementation/playground in PureScript.
https://github.com/patrickt/stack-graphs-playground

Last synced: 3 days ago
JSON representation

An experimental stack graphs implementation/playground in PureScript.

Awesome Lists containing this project

README

        

# Stack Graphs playground

This is an experiment to see if we can have an interesting UI for/visualization of the stack graphs pathfinding algorithm. As of now the only thing implemented is the graph primitives. The pathfinding algorithm is a WIP.

The implementation is in PureScript and closely follows [the Rust implementation](github.com/github/stack-graphs). It is very imperative and operates largely in the `ST` monad.

## License

Apache 2 or MIT, at your option, like the Rust implementation.