FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

jprivet-dev/three.js-vr-angular: EXPERIMENTAL AREA! - Platform (made with Angular) to manage mini 3D projects with Three.js, and to experiment VR - (dockerized project) · GitHub

Repository files navigation

Angular & Three.js

Install three.js

$ npm install --save three
$ npm install --save @types/three
// Option 1: Import the entire three.js core library.
import * as THREE from 'three';

const scene = new THREE.Scene();
// Option 2: Import just the parts you need.
import { Scene } from 'three';

const scene = new Scene();

About

EXPERIMENTAL AREA! - Platform (made with Angular) to manage mini 3D projects with Three.js, and to experiment VR - (dockerized project)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages


Back | FazBrowse Home | New Git URL