Stars
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop applicati…
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Shared data types for building collaborative software
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
Graph theory (network) library for visualisation and analysis
A renderer agnostic two-dimensional drawing api for the web.
Vegetarian friendly state for React
A JSX-based page builder for creating beautiful websites without writing code
Zero config PWA plugin for Next.js, with workbox 🧰
High-performance JavaScript polyline simplification library
Window.js is an open-source Javascript runtime for desktop graphics programming.
Cassowary/JS, better, faster, future-ready
File System Access API with legacy fallback in the browser
A JavaScript library for doing geometry.
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
📡 A free service that makes it easy for open-source Electron apps to update themselves.
a simple collection of 2d collision/intersects functions. Supports points, circles, ellipses, lines, axis-aligned boxes, and polygons
Free, lightweight and hackable open source code editor for the web
Utilities for treating frozen JavaScript objects as persistent immutable collections
Javascript isomorphic 2D affine transformations written in ES6 syntax. Manipulate transformation matrices with this totally tested library!
Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun
soswow / fit-curve
Forked from volkerp/fitCurvesJavaScript implementation of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems". Converted from Python implementation.