Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.48 KB

Compass 3D

Simple WebGL application made on Typescript

The application renders an oriented graphical primitives:

  • The cube is located in the global origin;
  • Cilinders mark negative axe directions:
    • Red - (-X);
    • Yellow - (-Y);
    • Blue - (-Z);
  • Cones point to positive axe directions:
    • Red - (+X);
    • Yellow - (+Y);
    • Blue - (+Z).

Compas 3D Screenshot

Dependencies

  • NodeJS;
  • Npm;
  • Web browser with WebGL 1.0 support.

Running & Development

npm install
npm run start

Develompent server is run on 8080 port (http://localhost:8080)

Implementation

The application is fully implemented on Typescript.

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.