planjure icon indicating copy to clipboard operation
planjure copied to clipboard

:checkered_flag:Path-planning algorithms (Dijkstra, A*, etc); a study in ClojureScript, Om and core.async.

Results 12 planjure issues
Sort by recently updated
recently updated
newest added

If A\* is selected and re-plan is on, and then I switch to Dijkstra, the plan isn't re-planned. Make it so. Likewise, if I enable re-plan, it should re-plan right...

Don't show this: ![image](https://cloud.githubusercontent.com/assets/142962/4347167/d980eec0-4138-11e4-9299-f9910fe988e0.png)

Break out planjure.plan to its own library. Perhaps use that project that compiles to cljs and clj, then include the cljs version into the demo.

The slow part about re-drawing the world (mostly noticeable on large world) is the tight loop through each element in `world`. What we need to do is only draw the...

https://coderwall.com/p/-sawaa To add tests to a React/Om app: https://github.com/sgrove/omchaya/blob/master/project.clj - Check out how react is included in the preamble.

Path vectors should look continuous, with knowledge to render proper direction and (on corner changes) curves.

Write tests targeting JVM since it seems easier?

Looking good is important. I want to give it an old-world-ish seafaring theme. Like you're going on an explorative mission for the Queen somewhere. - [x] Toolbar in proper place...

in progress