Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path finding #28

Closed
cubiq opened this issue Feb 21, 2014 · 4 comments
Closed

Path finding #28

cubiq opened this issue Feb 21, 2014 · 4 comments
Labels
feature New feature

Comments

@cubiq
Copy link

cubiq commented Feb 21, 2014

Wondering if a basic path finding algo should be integrated in panda. There are many javascript path finding libraries around, I don't think this is strictly necessary but having at least A* implementation might be nice.

Reference:
https://github.com/bgrins/javascript-astar (very nice Astar)
http://qiao.github.io/PathFinding.js/visual/ (impressive library, but really too much)
http://www.93i.de/products/software/gamlib-ai (another interesting library)

@ekelokorpi ekelokorpi added this to the 1.3 milestone Feb 21, 2014
@ekelokorpi
Copy link
Owner

Have you used any of those libraries in your games?

@cubiq
Copy link
Author

cubiq commented Feb 21, 2014

I've used the first one only, it worked well but I haven't researched too much. demo http://www.briangrinstead.com/files/astar/

@ekelokorpi ekelokorpi modified the milestones: Future, 1.3 Mar 22, 2014
@davisable
Copy link

Just found this library that seems to be compact (5KB): http://easystarjs.com/ ( https://github.com/prettymuchbryce/easystarjs ) while looking for pathfinding for Panda.

Also the demo on their website uses Pixi so that's a plus for Panda.js ;)

@ekelokorpi
Copy link
Owner

This also should be as plugin.
https://github.com/ekelokorpi/panda.js-plugins/issues/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

3 participants