glur VS Chart.js

Compare glur vs Chart.js and see what are their differences.

glur

Fast gaussian blur in pure JavaScript via IIR filer (by nodeca)
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 Chart.js
2 184
68 63,595
- 0.6%
10.0 7.8
about 8 years ago 9 days ago
JavaScript JavaScript
MIT License MIT License
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

Chart.js

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

What are some alternatives?

When comparing glur and Chart.js you can also consider the following projects:

BezierInfo-2 - The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo

echarts - Apache ECharts is a powerful, interactive charting and data visualization library for browser

design-reviews - W3C specs and API reviews

morris.js - Pretty time-series line graphs

canvas2D - Update Canvas 2D API

recharts - Redefined chart library built with React and D3

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

vega - A visualization grammar.

CAM6 - Cellular Automata Machine (CAM6) Simulator

chartist-js - Legacy Chartist Repo for old gh-pages

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

c3 - :bar_chart: A D3-based reusable chart library