Comment by divbzero
1 year ago
Did you use any libraries to help render the canvas? Or is the code built up from plain JavaScript and DOM APIs?
1 year 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.