SaaSHub helps you find the best software and product alternatives Learn more →
Top 10 HTML Graphic Projects
-
Rough.js had worked that out years ago. It draws hand drawn shapes in the browser, and reading how it does it is what stopped me treating the effect as something you need an illustrator for. Bow the straight lines a little, move the endpoints around, and an eye reads that as a hand.
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
Project mention: Perfect Freehand – Draw perfect pressure-sensitive freehand lines | news.ycombinator.com | 2025-08-19
Explanation of what this does:
https://github.com/steveruizok/perfect-freehand/tree/main?ta...
-
-
-
-
cfrs
An extremely minimal drawing language consisting of only 6 simple commands: C, F, R, S, [, and ].
A few years ago, I wrote an esoteric, minimalistic turtle graphics language called CFRS[]: <https://susam.net/cfrs.html>.
This was an exercise in making a turtle graphics language that is as minimal as possible. It is closer to Brainfsck than JavaScript and it is not Turing complete, by design.
To see some demos, go to <https://susam.github.io/cfrs/demo.html>.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Project mention: Ask HN: What Are You Working On? (December 2025) | news.ycombinator.com | 2025-12-14
I'm working on an experimental display server, for educational purposes and fun:
https://terminal.pink/bgce/index.html
Or https://github.com/blmayer/bgce
The idea is to have the minimum needed for a usable graphical experience. So drawing to drm buffer and handling inputs basically. It's been fun to do.
I am build a toolkit for it too:
https://terminal.pink/bgtk/index.html
Or https://github.com/blmayer/bgtk
I think it is nice that we can just write to a buffer and it appears on the screen. Very little abstraction is needed. Hope you like it.
I also made some progress on my hardware projects, but I'll keep a low profile for now.
-
Yes, you read that right. Help me add features to this massive black hole project.
https://github.com/iamdinakar/blackhole
feel free to create branches or pull requests. or i will read your comments here to make this black hole stunning. thanks
HTML Graphics discussion
HTML Graphics related posts
-
You're Right
-
Ask HN: Did GitHub remove the raw diff
-
Show HN: CFRS[]: Minimal turtle graphics with only 6 commands: C, F, R, S, [, ]
-
Show HN: CFRS[] – Turtle graphics and animation with only 6 simple commands
-
Show HN: CFRS[] Community Demos
-
CFRS[] Community Demos: Patterns drawn with turtle graphics with 6 commands
-
I'm working on a custom "artistic" renderer for OSM data - what do you think would be interesting to try?
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Aug 2026
Index
What are some of the best open-source Graphic projects in HTML? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | rough | 21,090 |
| 2 | perfect-freehand | 5,664 |
| 3 | Ronin | 1,228 |
| 4 | processing-docs | 374 |
| 5 | agg-2.6 | 362 |
| 6 | cfrs | 262 |
| 7 | fxyt | 134 |
| 8 | mathmap | 100 |
| 9 | bgce | 15 |
| 10 | blackhole | 0 |