| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A react-based visualization of a pathfinder, built without any UI library. You can view live here.
Each grid item represents a node in a implicit graph.
2D grid types
Search algorithms
Pattern generation algorithms
View, pause or continue the visualization
Immediate response to delay change during visualization
Draw your own wall nodes with mouse
Persist form inputs on local storage
Drag and drop the source and target nodes
Folding animation on changing the node state
In the root directory, you can run:
# To install all dependencies of the project.
> yarn install
> npm install
# To run the app on http://localhost:3000.
> yarn start
> npm run start
# To run the unit tests
> yarn test:unit
> npm run test:unit
# To build the bundled app for production on the `build` folder.
> yarn build
> npm run build| Back | FazBrowse Home | New Git URL |