three-pathfinding icon indicating copy to clipboard operation
three-pathfinding copied to clipboard

Clean up demo

Open donmccurdy opened this issue 2 years ago • 3 comments

The current demo is probably more complex than it needs to be. I'd like to get the thing building with Vite, and have two separate demo —

  1. basic demo that looks nice and is as simple as possible
  2. drag-and-drop demo that lets you bring in a .glb for testing

donmccurdy avatar Sep 02 '22 19:09 donmccurdy

If you would like to / if help is needed I could help out :)

soelen avatar Feb 10 '23 22:02 soelen

@soelen if you're willing to do that, yes much appreciated! I just pushed a commit (https://github.com/donmccurdy/three-pathfinding/commit/5710b1de125374137084417e7e05d9922b30d2da) that updates the builds to Vite. Ideally I'd like to do something like this setup...

https://github.com/donmccurdy/three-filmic/blob/main/examples/vite.config.js

... if we want to support more than one demo page.

donmccurdy avatar Feb 10 '23 23:02 donmccurdy

https://github.com/donmccurdy/three-pathfinding/pull/185

soelen avatar Feb 19 '23 08:02 soelen