Skip to content

Compass 3D. A simple WebGL application demonstrating camera movement

License

Notifications You must be signed in to change notification settings

belom88/ts-gl-1-compass

Repository files navigation

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.

About

Compass 3D. A simple WebGL application demonstrating camera movement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published