donmccurdy / aframe-inspector-plugin-recast

A-Frame Inspector plugin for creating navigation meshes.
MIT License
64 stars 14 forks source link

Can't run server on port 3000 locally. #46

Open gmarty opened 1 year ago

gmarty commented 1 year ago

I try to run the server locally. I can access the example page on port 9966, but the server that generates the nav mesh on port 3000 doesn't load (connection refused). Here's the steps I follow:

  1. Use node 10 nvm use 10.
  2. Use Python 2 pyenv global 2.
  3. Install deps npm install.
  4. Install now npm install -g now (This bit is missing from the documentation).
  5. Start the server npm run dev.
  6. Open the example page on http://localhost:9966/.
  7. Open A-Frame inspector.
  8. Push the Build button.

Result: An Oops something went wrong alert is shown, no navmesh is generated.

Expected: A navmesh is downloaded from the server and shown in A-Frame inspector.

How can I generate navmesh locally?

donmccurdy commented 1 year ago

Hi @gmarty — see #48. Unfortunately the dependencies of this project are pretty old, and the lack of a stable and documented Recast WASM build has become a big obstacle. I'm no longer able to keep this project working. 😞