- First you need to download all the files in threeJS-Solar-System.
git clone https://github.com/Roni-Boiz/threeJS-Solar-System.git
- Open folder in VS Code.
- Open the terminal in VS code and type and execute
npm install parcel -g
to install a bundler. - Type and execute
npm install three
to install threeJS modules. - Type and execute
npm install dat.gui
to install and enable gui modules. - Finally to compile and run the project type and execute
npm run dev
ornpm run start
. - Following command will create or update dist folder according to files in our src folder and also create .parcel-cache folder.
- To view the content
Ctrl + Click the link
available in the treminal to view the content rendered on the web page. (copy paste the link in your favorite browser)
-
Notifications
You must be signed in to change notification settings - Fork 0
3D Solar System rendered on web browser using webGL technology. Here I have user Three.js to create this amazing 3d solar system. All planets position, speed and size are relative to actual data to provide more realistic view.
Roni-Boiz/threeJS-Solar-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
3D Solar System rendered on web browser using webGL technology. Here I have user Three.js to create this amazing 3d solar system. All planets position, speed and size are relative to actual data to provide more realistic view.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published