Some improvements and a lot more comments in the code
Improvements:
- Improve coplanar polygons performance (#87, #88)
- Improve cursor behavior (#90)
- Make directional lights meet Wolfram Language behavior (#69, #77)
- Improve performance of camera rotation (#77)
Internals:
- Rename the script start-server to start
- Replace SphereGeometry with custom code (#81)
- Install ESLint and add "lint" script (#82)
- Replace TubeGeometry with custom code (#83)
- Replace CatmullRomCurve3 with custom code (#83)
- Convert all materials to RawShaderMaterial (#77)
- Use a custom uniform system (#77)
Bug fixes:
- Stop replacing 10.1 by 1.1 in the tick labels (#93)