WebAssembly 3D Pathfinding
Interactive 3D A* pathfinding using a WebAssembly module compiled from Rust. The visualization
shows a 3D grid with obstacles (red cubes), start point (green sphere), goal point (blue sphere),
and the calculated path as a yellow tube with waypoint markers.
Controls: Click grid cells to move start/goal points. Press SPACE to toggle between
moving start and goal.