Wheel Reinventor's Principles

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. tram-sdk

    Software Development Kit for creating Tramway Drifting and Dungeon Exploration Simulators

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Scrawl-canvas

    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

    I decided to reinvent SVG Filters because Safari won't let them be used with HTML canvas elements[1] ... well, at least that's the official reason.

    Unofficially I just wanted a decent filter engine[2] that worked well with my canvas library, and there were things like SVG "filter chaining" which I really liked the idea of - but could they be done in a simpler way[3]? Also: proving to nobody that canvas filters can be done (fairly) efficiently without the need for WebGL shaders (because: why not?). And then I discovered I really like coding up filter functions and went a bit mad with them[4][5] and now the hole is so deep the only option left for me is to keep digging ...

    [1] - Though I think that's changing this year? May already have changed - but I'm not gonna un-reinvent my filters even if the Safari folks have shipped the fix!

    [2] - https://github.com/KaliedaRik/Scrawl-canvas/blob/v8/source/h...

    [3] - Why do the SVG filter primitives need to be so complicated to work with?

    [4] - https://scrawl-v8.rikweb.org.uk/demo/canvas-007.html

    [5] - https://scrawl-v8.rikweb.org.uk/demo/filters-103.html

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: LLM-docs, software documentation intended for consumption by LLMs

    2 projects | news.ycombinator.com | 14 Mar 2025
  • Ask HN: What was the most complicated program you ever implemented on your own?

    1 project | news.ycombinator.com | 1 Feb 2025
  • Release 0.4 // Final PR

    2 projects | dev.to | 9 Dec 2024
  • Release 0.4 // The Plan

    1 project | dev.to | 29 Nov 2024
  • Hackoberfest: Part 4

    1 project | dev.to | 31 Oct 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?