https://github.com/hasnainroopawalla/ant-colony-simulation
Ant colony simulation in p5.js using React and TypeScript
https://github.com/hasnainroopawalla/ant-colony-simulation
ant-colony jest nodejs p5js react typescript webpack
Last synced: about 1 month ago
JSON representation
Ant colony simulation in p5.js using React and TypeScript
- Host: GitHub
- URL: https://github.com/hasnainroopawalla/ant-colony-simulation
- Owner: hasnainroopawalla
- License: mit
- Created: 2023-08-05T16:24:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T19:01:35.000Z (about 2 years ago)
- Last Synced: 2025-04-11T03:58:03.168Z (6 months ago)
- Topics: ant-colony, jest, nodejs, p5js, react, typescript, webpack
- Language: TypeScript
- Homepage: https://hasnainroopawalla.github.io/ant-colony-simulation/
- Size: 6.38 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant Colony Simulation
[Live Demo](https://hasnainroopawalla.github.io/ant-colony-simulation/)
A simulator for the ant colony optimization algorithm in p5.js using TypeScript and React ([inspiration](https://youtu.be/X-iSQQgOd1A?si=XYnjKHSCwMdGiX5T)).
![]()
A Python implementation of this optimization algorithm to find the shortest path in a graph can be found at [github.com/hasnainroopawalla/Ant-Colony-Optimization](https://github.com/hasnainroopawalla/Ant-Colony-Optimization).
## Contributing
- Post any issues and suggestions on the GitHub [issues](https://github.com/hasnainroopawalla/ant-colony-simulation/issues) page.
- To contribute, fork the project and then create a pull request back to master.## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/hasnainroopawalla/ant-colony-simulation/blob/86c7974afc16431838be1e629e38719b1205f07b/LICENSE) file for details.