Giter Club home page Giter Club logo

moebius's Introduction

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.

moebius's People

Contributors

angular-cli avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.