The aim of the project is to create an easy to use, lightweight, cross-browser, general purpose 3D library in angular. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available in the examples.
npm install -g @angular/cli
ng new my-app
cd my-app
npm install --save ngx3js
node ./node_modules/ngx3js/bin/patch.js
#shell