Rohan Deshpande

Results 91 comments of Rohan Deshpande

Just a question about this great PR, do you need to tell the algorithms to look for cost or does it just happen? Just looking at your `pathTests` you have...

@qiao Any reason why this can't get merged? I've been using the fork for a while now and would like to be able to go back to the main branch

Would love to see this merged as well as https://github.com/qiao/PathFinding.js/pull/100

I've just been using a fork for ages. It works for my needs and so I'm not too bothered by it. But yeah, sucks to see real improvements not getting...

As far as I know, @imor was maintaining, he's had the latest commit to master.

Hey has anyone used this Fork and can share a bit about how it is implemented? I think this should really be part of the A\* constructor, it really is...

I don't really have time but I think this is a necessary feature for an A\* pathfinder. I think it would be awesome if it was made part of the...

@paulrobello thanks for your fork! Does this add cost to other algorithms other than the A*?

Sorry just read the PR! Great stuff!

You can just pull it in from github in your `package.json` ```json "pathfinding": "git+https://github.com/qiao/PathFinding.js.git", ``` Then you can just ```javascript import pathfinder from 'pathfinding'; ```