local-curves VS Geom_2D

Compare local-curves vs Geom_2D and see what are their differences.

local-curves

a not very serious implementation, and also not maintained (by ad8e)

Geom_2D

2D geometry classes and methods (by johnalexandergreene)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
local-curves Geom_2D
1 1
0 3
- -
10.0 10.0
9 months ago about 5 years ago
C++ Java
BSD Zero Clause License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

local-curves

Posts with mentions or reviews of local-curves. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-10.
  • New Béziers from Math
    5 projects | news.ycombinator.com | 10 Sep 2023
    The source code is visible with Ctrl+U, I didn't minimize anything. The g9 use is pretty neat. It definitely deserves the shout-out I gave it.

    I just now uploaded a worse C++ desktop version with saving and loading: https://github.com/ad8e/local-curves This desktop version is 5 years old. I think the web version is better. This github repo is only interesting if you want to copy code from it; it's not practical as a drawing tool.

Geom_2D

Posts with mentions or reviews of Geom_2D. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-10.
  • New Béziers from Math
    5 projects | news.ycombinator.com | 10 Sep 2023
    And here's the code for that

    https://github.com/johnalexandergreene/Geom_2D/blob/master/C...

    There's a version of that for open curves too, elsewhere in that package .

What are some alternatives?

When comparing local-curves and Geom_2D you can also consider the following projects:

bezierjs - A nodejs and client-side library for (cubic) Bezier curve work

mach - zig game engine & graphics toolkit

bezier - Bezier is a single header only C++ library for Bezier curve calculations and manipulations.