Difference between revisions of "ThreeJs"
Jump to navigation
Jump to search
(Adding some installation instructions) |
m |
||
Line 1: | Line 1: | ||
Sarmpavi's guide and info: [[Three.js]] | Sarmpavi's guide and info: [[Three.js]] | ||
=== Setting up your development environment (installation) === | |||
If you are new to programming with javascript and the size of the project is small (maybe a few interactive graphs), I recommend using the online environment as you can get started with it straight away. | If you are new to programming with javascript and the size of the project is small (maybe a few interactive graphs), I recommend using the online environment as you can get started with it straight away. | ||
Line 10: | Line 10: | ||
===== Local Installation ===== | ===== Local Installation ===== | ||
- [https:// | - Follow the guide [https://threejs.org/docs/#manual/en/introduction/Installation here]. It is recommended to use a framework such as React or Vue. | ||
=== Should you use ThreeJS? === | |||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 10:33, 2 October 2022
Sarmpavi's guide and info: Three.js
Setting up your development environment (installation)
If you are new to programming with javascript and the size of the project is small (maybe a few interactive graphs), I recommend using the online environment as you can get started with it straight away.
Online Installation
- Go to code sandbox and create a free account.
- Fork this repo (the button is on the top right).
Local Installation
- Follow the guide here. It is recommended to use a framework such as React or Vue.