marcusbelcher / angular-three-js-composition

A simple app which utilises Angular 2+ with Three.JS and blends different inputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularThreeJs

This project was generated with Angular CLI version 7.0.1 and implemented a simple WebGL compositor with Three.JS. You can argue the state logic/frameworks are a tad overkill however I was asked to 1) composit a color and video in Three.JS and 2) how in Angular 2+ do you LazyLoad a stateful module from two different people so here we are ;)

Live demo: https://marcusbelcher.github.io/angular-three-js-composition

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Technologies used

Acknowledgements

The following video files were used in this project:

About

A simple app which utilises Angular 2+ with Three.JS and blends different inputs

License:MIT License


Languages

Language:TypeScript 81.3%Language:HTML 7.5%Language:JavaScript 6.6%Language:CSS 4.5%