Skip to content

Commit d7f9154

Browse files
committed
readme
1 parent fd494ad commit d7f9154

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@ drawConicGradient(Math.PI/4, 60, 80);
206206

207207
![gradients example](/screenshot.png)
208208

209-
**see also**
209+
**see also:**
210+
211+
* [Rasterizer](https://github.com/foo123/Rasterizer) stroke and fill lines, rectangles, curves and paths, without canvas.
212+
* [Gradient](https://github.com/foo123/Gradient) create linear, radial, conic and elliptic gradients and image patterns without canvas.
213+
* [Geometrize](https://github.com/foo123/Geometrize) Computational Geometry and Rendering Library for JavaScript
214+
* [Plot.js](https://github.com/foo123/Plot.js) simple and small library which can plot graphs of functions and various simple charts and can render to Canvas, SVG and plain HTML
215+
* [MOD3](https://github.com/foo123/MOD3) 3D Modifier Library in JavaScript
216+
* [HAAR.js](https://github.com/foo123/HAAR.js) image feature detection based on Haar Cascades in JavaScript (Viola-Jones-Lienhart et al Algorithm)
217+
* [HAARPHP](https://github.com/foo123/HAARPHP) image feature detection based on Haar Cascades in PHP (Viola-Jones-Lienhart et al Algorithm)
218+
* [FILTER.js](https://github.com/foo123/FILTER.js) video and image processing and computer vision Library in pure JavaScript (browser and node)
219+
* [css-color](https://github.com/foo123/css-color) simple class to parse and manipulate colors in various formats
210220

211-
* [css-color](https://github.com/foo123/css-color) simple class to parse and manipulate colors in various formats

0 commit comments

Comments
 (0)