Ondřej Žára
Ondřej Žára
> I'm not sure about limiting the target cost to greater then or equal to 0 because I don't know why you would limit it that like? If it works...
> Would it make sense for DijkstraMap to share the same interface as the other path modules (extend Path), and add a few functions to manage goals and access the...
> Thus all I need is a method to precalculate a Dijkstra Map where I can look up the distance to a single goal that never changes its position. Is...
Hi @Gerhard-Wonner, it depends on use cases. The A* is generally faster when trying to find one solution, but the Dijkstra implementation is caching all discovered values, so repeated Dijkstra...
For node, please use the `dist/rot.js`. This is the file used in the [node.js example](https://github.com/ondras/rot.js/tree/master/examples/node). It is also referenced `package.json`'s `main` field: https://github.com/ondras/rot.js/blob/master/package.json#L30
> The compiler complains about the namespace `FOV` not existing. Can you find out whether this resolves to `src/`, `lib/` or `dist/`? The repo happens to contain three distinct versions...
This issue has taken quite a twist! So many topics are making it somewhat hard to follow. I will try to address individual points, but let's start with some general...
> > @ondras I guess this remark really goes to you. Is a new build process acceptable? If so, I'm more than happy to help when I find some spare...
> Also, I have an unrelated question (sorry to pollute the topic, but I really don't want to open a new issue just to ask this): what is `RestrictiveShadowcasting` based...
> That leaves the 20% of folks like me who will inevitably be dissatisfied. My point here is that the published package is *oriented towards the 80%*, i.e. it closely...