Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytesleo/fabricjs-pathfinding
Pathfinding based in Fabricjs
https://github.com/bytesleo/fabricjs-pathfinding
fabric fabricjs pathfinder pathfinding
Last synced: 4 months ago
JSON representation
Pathfinding based in Fabricjs
- Host: GitHub
- URL: https://github.com/bytesleo/fabricjs-pathfinding
- Owner: bytesleo
- License: mit
- Created: 2017-08-23T19:24:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T20:11:43.000Z (over 7 years ago)
- Last Synced: 2024-10-04T10:37:51.766Z (4 months ago)
- Topics: fabric, fabricjs, pathfinder, pathfinding
- Language: JavaScript
- Size: 601 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fabricjs-pathfinding
Pathfinding based in Fabricjs
## Preview:
* open `index.html` in a browser.
![](https://j.gifs.com/GZDGxy.gif)
## Usage
* `npm i` install dependecies
* `npm start` to start Webpack in watch mode - will recompile when you change a file.
* open `index.html` in a browser.
* Change or add files in `src` folder. `index.js` is the entry point.
* Reload the browser when you have made a change.## License
MIT © [Leonardo Rico](https://github.com/kevoj/fabricjs-pathfinding/blob/master/LICENSE)