WalidRH / angular-3D

We'll learn the fundamentals of Three.js and integrate the Three.js scene in Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular + Three.js

This project consists of two examples:

  1. Tutorial to render 3D cube in Angular + Three.js
  2. Tutorial to render 3D Model in Angular + Three.js

We'll learn the fundamentals of Three.js and integrate the Three.js scene in Angular.

Usage

git clone <this-repo>

npm install
ng serve

localhost:4200 will render cube
localhost:4200/model will render 3D model

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

We'll learn the fundamentals of Three.js and integrate the Three.js scene in Angular.


Languages

Language:TypeScript 88.5%Language:JavaScript 8.0%Language:HTML 2.7%Language:SCSS 0.9%