Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patrickt/stack-graphs-playground
- Owner: patrickt
- Created: 2022-11-18T14:56:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T21:56:06.000Z (about 2 years ago)
- Last Synced: 2024-12-24T12:30:20.070Z (5 days ago)
- Language: PureScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.