Spiralito #2
theo-armour
started this conversation in
Show and tell
Replies: 1 comment
-
Full Screen: Spiralito 2021-10-18First pass at multi-color dots Ooops - buttons are broken. The dots did it!! And you can't stop the rotation but you can zoom and pan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@dashdotdotdashdotdot
Spiralito - the little spiral viewer
https://konturno.github.io/sandbox/spiralito/
I started with this template: https://github.com/konturno/konturno.github.io/blob/master/templates/basic-threejs-2021-08-13.html
This script loads the Three.js library and the Orbit camera controller. It creates and HTML canvas with a Three.js camera, scene, controller and rendered. Using the JavaScript RequestAnimationFrame call, the browser is updated 60 times a second.
I built this script: https://konturno.github.io/sandbox/spiralito/
With source code here: https://github.com/konturno/konturno.github.io/blob/master/sandbox/spiralito/r-2021-10-17/spiralito.html
This script requests a CSV file from: https://github.com/dashdotdotdashdotdot
Once the file is loaded, the text is hacked into a suitable array of coordinate data and a single line is drawn.
The question now is where do we go next with Spiralito? What should we add or change?
Beta Was this translation helpful? Give feedback.
All reactions