Home

Awesome

Bezier curve approximation algorithm with biarcs

Appveyor

Synopsis

Simple C# application to illustrate the algorithm of approximating a cubic bezier curve with biarcs. The algorithm is explained in the blog post at http://dlacko.org/blog/2016/10/19/approximating-bezier-curves-by-biarcs/.

Implementation

This is a new implementation based on dotnet MAUI as the original Windows.Form implementation put an unacceptable hard requirement on Windows. You can still find the original one on the winforms branch.

The algorithm is also be available in Haskell, incorporated into my JuicyGcode project.

Installation