glur VS BezierInfo-2

Compare glur vs BezierInfo-2 and see what are their differences.

glur

Fast gaussian blur in pure JavaScript via IIR filer (by nodeca)

BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo (by Pomax)
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.io
featured
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
glur BezierInfo-2
2 20
68 2,274
- -
10.0 5.0
about 8 years ago 3 months ago
JavaScript HTML
MIT License GNU General Public License v3.0 or later
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.

glur

Posts with mentions or reviews of glur. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-04.
  • I made a parallax website using PixiJS and Vue!
    1 project | /r/web_design | 16 Oct 2022
    The fastest 2d (non-GPU) Gaussian blur "algorithm" I've come across was developed by some extremely clever Intel people and ported to Javascript in this GitHub repo. The whole separable convolutional image filters thing is a fascinating topic, even though a lot of it is beyond my mathematical understanding.
  • It's always been you, Canvas2D
    12 projects | news.ycombinator.com | 4 Mar 2022
    > We would really rather people use WebGL if you want fast/efficient filters.

    This one made me laugh. Yes, WebGL excels at pixel manipulations but it is possible to write fast and efficient filters to work in the 2D canvas environment.

    For a case-in-point, I struggled for a long time to find a decent, fast implementation of a gaussian blur filter for my canvas library. Then I stumbled upon a JS implementation[1] based on some very clever work done by Intel devs which blew all my previous attempts out of the water - so of course I stole it (even though I still don't understand the approach they take)[2].

    > "Safari is the bad guy"

    As much as Safari often brings me to despair, I do like the work they've recently done to add color space support in CSS. They haven't yet pushed the functionality over to the canvas element, but I live in hope. For now, I have to emulate the calculations to get them working for my library[3].

    [1] - https://github.com/nodeca/glur/blob/master/index.js

    [2] - https://scrawl-v8.rikweb.org.uk/docs/source/factory/filterEn...

    [3] - https://scrawl-v8.rikweb.org.uk/demo/canvas-059.html

BezierInfo-2

Posts with mentions or reviews of BezierInfo-2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-10.

What are some alternatives?

When comparing glur and BezierInfo-2 you can also consider the following projects:

design-reviews - W3C specs and API reviews

BezierCurveTool2.0

canvas2D - Update Canvas 2D API

CAM6 - Cellular Automata Machine (CAM6) Simulator

GoJS, a JavaScript Library for HTML Diagrams - JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.

bezmouse - Simulate human mouse movements with xdotool

Chart.js - Simple HTML5 Charts using the <canvas> tag

spiral_cube - How to convert between spiral and cube hexagonal coordinate systems

SoftwareRenderer - Software rendering engine with PBR. Built from scratch on C++.

uPlot - 📈 A small, fast chart for time series, lines, areas, ohlc & bars

Skia - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.