triptych Posted November 17, 2013 Share Posted November 17, 2013 http://easystarjs.com/ asynchronous pathfinding in javascript Easystar.js is an asynchronous A* pathfinding API written in Javascript for use in your HTML5 games and interactive projects. The goal of this project is to make it easy and fast to implement performance conscious pathfinding. mentuat, Sanju and driver.by 3 Quote Link to comment Share on other sites More sharing options...
Alvin Posted November 18, 2013 Share Posted November 18, 2013 Wow, they revamped their homepage, I didn't remember it was like that Very useful link though. Quote Link to comment Share on other sites More sharing options...
mwatt Posted November 19, 2013 Share Posted November 19, 2013 I knew something of the subject from reading an article on the Build New Games site, which shows you how to roll your own pathing. But this is stuff from Easystar.js is so impressive, I think it would just use Easystar if I needed pathing like this, assuming it is really is easy to use and is as performant and bug free as necessary. Their home page demo is very engrossing. I poked around with it for at least 5 minutes. Quote Link to comment Share on other sites More sharing options...
PrettyMuchBryce Posted January 11, 2014 Share Posted January 11, 2014 Hello. Thanks for all the kind words. I have been working on the project for about a year now. My goal is to continue to improve the project, and make it accessible for as many people as possible. I am happy to answer any questions, or listen to any feedback here. Sanju 1 Quote Link to comment Share on other sites More sharing options...
Biggerplay Posted January 12, 2014 Share Posted January 12, 2014 I can't be the only one that looked at that and thought "I want to make a TD game" Quote Link to comment Share on other sites More sharing options...
spelagon Posted February 2, 2014 Share Posted February 2, 2014 Nice library Yesterday I wrote a typescript definition for EasyStar.Pull request can be found here if anyone need it. Sanju 1 Quote Link to comment Share on other sites More sharing options...
Sanju Posted March 20, 2016 Share Posted March 20, 2016 On 2/2/2014 at 1:08 PM, spelagon said: Nice library Yesterday I wrote a typescript definition for EasyStar. Pull request can be found here if anyone need it. Hi, I'm trying to use your definition file, but I'm new to typescript's module importing and I don't know how to use it. When I try to import import EasyStar = require("easystarjs"); Atom gives me the error: "An import declaration can only be used in a namespace or module." How should I call it from my app? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.