/bezier-curve-drawing

Simple JS webapp for drawing bezier curves

Primary LanguageJavaScriptMIT LicenseMIT

Bezier Curves Editor

Part of a university curse Computer Graphics. Task was to create a tool for drawing bezier curves.

Part of the task was to make it in JS with only Canvas. And without any libraries.

Demo

TODO

  • Implement Continuity 2