You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I tried to use it as a client side library (first ~30m of https://www.youtube.com/watch?v=v1ItMdi3_GY), but was stymied by the fact that it appears to want to load local files (in v1/solarsystem.js for example), which, as you know, client-side Javascript can't do.
It's possible, even likely, that I just misunderstood something and/or confused v1 and v2, so this comment is more feedback, not a complaint.
The v1 is old version. It requires http connection(web server) because data files are loaded via Ajax.
The v2 (in the "build" folder) is latest version works without http connection.
I was renamed the folder "v1" to "old". Thank you for your feedback!
It's unclear to me whether this library is for client-side use, or server-side/node.js use.
Currently, I'm leaning towards client-side, but wanted to double check
The text was updated successfully, but these errors were encountered: