computational-geometry

Open-source projects categorized as computational-geometry

Top 23 computational-geometry Open-Source Projects

  • turf

    A modular geospatial engine written in JavaScript and TypeScript

  • Project mention: Flying with F# | dev.to | 2023-12-09

    to measure distances and convert between our parameters I'm using TurfJS, for which binding is even more trivial:

  • CGal

    The public CGAL repository, see the README below

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • rbush

    RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

  • Project mention: React Virtualisation from scratch | dev.to | 2023-10-06

    There's a great library call rbush written by mourner which suits our purpose perfectly! Please do give a star to the repository if you like!

  • delaunator

    An incredibly fast JavaScript library for Delaunay triangulation of 2D points

  • Project mention: Using Voronoi polygons for simplified continent generation | /r/proceduralgeneration | 2023-05-05

    Well, the easiest option would probably be to use a different Delaunay/Voronoi library. Delaunator (C# bindings here) should be a pretty good option: it's fast, and there's a good explanation of how to use the data structures it generates. There is some weirdness with how points at the edge of the domain work that you may have to work around, but that will probably be easier than trying to modify another algorithm or write your own. I know I've struggled to implement the algorithms for calculating Voronoi diagrams/Delaunay triangulations, even though I feel like I have a decent high-level understanding of how Fortune's algorithm is supposed to work.

  • earcut

    The fastest and smallest JavaScript polygon triangulation library for your WebGL apps

  • supercluster

    A very fast geospatial point clustering library for browsers and Node.

  • morphogenesis-resources

    Resources on the topic of digital morphogenesis (creating form with code). Includes links to major articles, code repos, creative projects, books, software, and more.

  • 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.

    InfluxDB logo
  • JTS Topology Suite

    The JTS Topology Suite is a Java library for creating and manipulating vector geometry.

  • gosl

    Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

  • flatbush

    A very fast static spatial index for 2D points and rectangles in JavaScript 🌱

  • Project mention: Databases are the endgame for data-oriented design | news.ycombinator.com | 2023-12-06

    > (There are ECS frameworks in JavaScript, which gives you absolutely no control over memory layout and thus completely defeats one of the primary purposes of the pattern.)

    While JS does not provide great support for bit packing complex structs, typed arrays give you quite a bit of control over memory layout for simple numeric types, which is what you usually want for optimal data-oriented code anyway. This is a common technique used in fast JS libs for data visualization, ie:

    https://github.com/mourner/flatbush

    There are also basic operators required for bitarrays, which are useful for ECS and memory-efficient code generally.

  • Computational-geometry

    Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc

  • NURBS-Python

    Object-oriented pure Python B-Spline and NURBS library

  • Project mention: Better OpenSCAD? | /r/openscad | 2023-05-02
  • wordsandbuttons

    A growing collection of interactive tutorials, demos, and quizzes about maths, algorithms, and programming.

  • Project mention: JavaScript Bloat in 2024 | news.ycombinator.com | 2024-02-23

    Meanwhile, all the pages on https://wordsandbuttons.online/ with all the animation and interactivity are still below 64 KB.

    This one, for example, https://wordsandbuttons.online/trippy_polynomials_in_arctang... is 51 KB.

    And the code is not at all economical. It's 80% copy-paste with little deviations. There is no attempt to save by being clever either, it's all just good old vanilla JS. And no zipping, no space reduction. The code is perfectly readable when opened with the "View page source" button.

    The trick is - zero dependency policy. No third party, no internal. All the code you need, you get along with the HTML file. Paradoxically, in the long run, copy-paste is a bloat preventor, not a bloat cause.

  • Grassmann.jl

    ⟨Grassmann-Clifford-Hodge⟩ multilinear differential geometric algebra

  • mapillary-js

    Interactive, extendable street imagery map experiences in the browser, powered by WebGL

  • Project mention: mapillary-js v5.0.0-beta.0 released | /r/GeoNe_ws | 2023-06-06
  • projects

    A list of awesome open source projects Volodymyr Agafonkin is involved in. (by mourner)

  • CavalierContours

    2D polyline library for offsetting, combining, etc.

  • mcut

    A library for detecting and resolving intersections between two surface meshes.

  • Meshes.jl

    Computational geometry and meshing algorithms in Julia

  • Project mention: Geospatial Data Science with Julia | news.ycombinator.com | 2023-10-11

    So in other Julia geometry-related projects that may be true, but for this particular corner of the ecosystem the main author (Júlio Hoffimann) has actually implemented much of the underlyin code from scratch (to the best of my understanding) in pure Julia in a whole set of packages, including

    https://github.com/JuliaGeometry/Meshes.jl

  • hootenanny

    Hootenanny conflates multiple maps into a single seamless map.

  • vsl

    V library to develop Artificial Intelligence and High-Performance Scientific Computations

  • Project mention: VSL; Vlang's Scientific Library | /r/vlang | 2023-06-09
  • robust-predicates

    Fast robust predicates for computational geometry in JavaScript

  • Project mention: Minimum Volume Ellipsoid | news.ycombinator.com | 2024-02-22
  • Wykobi

    Wykobi C++ Computational Geometry Library https://www.wykobi.com

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

computational-geometry related posts

Index

What are some of the best open-source computational-geometry projects? This list will help you:

Project Stars
1 turf 8,770
2 CGal 4,534
3 rbush 2,359
4 delaunator 2,195
5 earcut 2,101
6 supercluster 2,013
7 morphogenesis-resources 1,959
8 JTS Topology Suite 1,856
9 gosl 1,804
10 flatbush 1,374
11 Computational-geometry 1,139
12 NURBS-Python 571
13 wordsandbuttons 474
14 Grassmann.jl 449
15 mapillary-js 420
16 projects 398
17 CavalierContours 371
18 mcut 361
19 Meshes.jl 358
20 hootenanny 344
21 vsl 328
22 robust-predicates 285
23 Wykobi 157

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com