AlejandroDagobah / VisualTrig

Visualization of trigonometric functions in real time, Unit Circle and Curves in cartesian plane

Home Page:https://visualtrig.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisualTrig

visualTrig

About

VisualTrig is a Trigonometry visualization tool to understand through real-time visualization how the different trigonometry reasons work, it allows you to:

  • Visualize in the unit circle how all the trigonometry reasons work in each degree.
  • Visualize in a cartasian plane where x is the radians of the circle how each trigonometry reason is represented.
  • Visualize the current size of each reason in the cartasian plane with a cursor that travels trough the curve of each trigonometry reason.
  • Change the degrees of (x).
  • Change the Radius size (in pixels).
  • Get the current value of each trigonometry reason in each degree.
  • Turn On/Off all the trigonometry reasons and their Cursors.

Demo

You can check it here: VisualTrig.

Download it

Easily set up a local development environment!

  • clone
  • npm install
  • gatsby develop
  • Start coding! 🎉

Built with

  • Gatsby.js for the pagination and SEO features
  • React for components and use of states
  • Tailwind for Styling
  • Native Canvas for drawing the visualization charts

Contribute

Currently i dont have any commit alignment but you can use FIX as a prefix for bug fixes and ADD for new features.

About

Visualization of trigonometric functions in real time, Unit Circle and Curves in cartesian plane

https://visualtrig.netlify.app/


Languages

Language:JavaScript 87.6%Language:CSS 12.4%