Comment by divbzero
4 months ago
Did you use any libraries to help render the canvas? Or is the code built up from plain JavaScript and DOM APIs?
4 months ago
Did you use any libraries to help render the canvas? Or is the code built up from plain JavaScript and DOM APIs?
Three.js for all of the fun 3D stuff, vanilla canvas drawing for annotations like dots/labels/offscreen indicators. Three.js is an incredible project.