Skip to content

jeegurda/curves

Repository files navigation

Bezier curves length

Live: https://jeegurda.github.io/curves/


Build it to /build

and serve with anything

$ npm i
$ npm run build
$ npx serve ./build  # 'serve' not included, just an example

Run it with webpack-dev-serve

$ npm i
$ npm run serve

Force env with force_build var

# dev build with 50mb js
$ force_build=dev npm run build

# prod build with source maps and shit
$ force_build=prod npm run serve

Todo:

  • add curves?
  • add Legendre-Gauss method for the "true" length
  • stretch plot
  • scroll plot (how randomizer bounds should work tho?)

About

Do you even math brah?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published