sbrshk / Moebius

Academic computer graphics project made with Angular 5

Home Page:https://cellardoor42.github.io/Moebius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

Möbius grew up from an academic project for computer graphics course. It was supplemented by intuitive UI based on material design principles and comprehensive theoretical reference (now in progress).

Why Angular?

Being an one-page web application, Möbius has a structure which is based at the component scheme. Angular is one of the best front-end frameworks implementing component based project structure and delivering app-like experiences.

The app loads quickly with the Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.

One of the most important features of Angular is TypeScript. In modern web-development it is the best way of building applications with non-trivial structure and complex logic. It is indispensable in implementing some math based things which mostly require object oriented paradigm.

Features

  • common 2d/3d projective and affine transformations visualization
  • intuitive interface and control
  • setting up custom camera position in 3d (wip)
  • wide theoretical reference with all required math basics (wip)
  • programming features and tips wiki (wip)

Setup and launch

To launch the app clone master repository and run

npm install
npm start

(node should be installed).

Navigate to localhost:4200

License

Möbius is delivered under the MIT license.

About

Academic computer graphics project made with Angular 5

https://cellardoor42.github.io/Moebius/

License:MIT License


Languages

Language:TypeScript 79.1%Language:HTML 12.9%Language:CSS 6.4%Language:JavaScript 1.6%