Skip to content

Kotlin/Android port of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems"

Notifications You must be signed in to change notification settings

diskerr/FitCurve

Repository files navigation

FitCurve

Kotlin/Android port of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems"

This is a Kotlin/Android port of Philip J. Schneider's C code from https://github.com/erich666/GraphicsGems, a python implementation from https://github.com/volkerp/fitCurves, a JS implementation from https://github.com/soswow/fit-curve.

Open it with Android Studio and you can see a simple demo program that transforms a hand-drawing polyline to a fitted curve.

  • Minumum SDK 21
  • No additional dependencies
  • Unit test (androidTest) included

About

Kotlin/Android port of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages