From 398cbb9742baa2b810ff12a3c54e078f6e51fe9e Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 20 Feb 2021 15:39:11 +0000 Subject: [PATCH] docs: update readmes - add screenshots to example readmes --- examples/adaptive-threshold/README.md | 2 ++ examples/bitmap-font/README.md | 2 ++ examples/canvas-dial/README.md | 2 ++ examples/cellular-automata/README.md | 2 ++ examples/commit-heatmap/README.md | 2 +- examples/commit-table-ssr/README.md | 2 ++ examples/crypto-chart/README.md | 4 ++-- examples/ellipse-proximity/README.md | 2 ++ examples/fft-synth/README.md | 2 +- examples/geom-convex-hull/README.md | 2 ++ examples/geom-fuzz-basics/README.md | 2 ++ examples/geom-knn/README.md | 2 ++ examples/geom-tessel/README.md | 2 ++ examples/geom-voronoi-mst/README.md | 2 ++ examples/gesture-analysis/README.md | 2 ++ examples/grid-iterators/README.md | 2 ++ examples/hdom-benchmark/README.md | 2 ++ examples/hdom-benchmark2/README.md | 2 ++ examples/hdom-canvas-clock/README.md | 2 ++ examples/hdom-canvas-draw/README.md | 2 ++ examples/hdom-canvas-particles/README.md | 2 ++ examples/hdom-canvas-shapes/README.md | 2 +- examples/hdom-toggle/README.md | 2 ++ examples/hiccup-canvas-arcs/README.md | 2 ++ examples/imgui-basics/README.md | 2 ++ examples/imgui/README.md | 2 +- examples/iso-plasma/README.md | 2 ++ examples/json-components/README.md | 2 ++ examples/mandelbrot/README.md | 2 ++ examples/markdown/README.md | 4 ++++ examples/parse-playground/README.md | 2 ++ examples/pixel-basics/README.md | 4 ++-- examples/pixel-sorting/README.md | 2 ++ examples/pointfree-svg/README.md | 8 ++++---- examples/poisson-circles/README.md | 2 ++ examples/poly-spline/README.md | 2 ++ examples/porter-duff/README.md | 2 ++ examples/ramp-synth/README.md | 2 +- examples/rdom-dnd/README.md | 2 ++ examples/rdom-lissajous/README.md | 2 ++ examples/rdom-svg-nodes/README.md | 2 ++ examples/rotating-voronoi/README.md | 4 +++- examples/router-basics/README.md | 2 ++ examples/rstream-event-loop/README.md | 6 +++--- examples/rstream-grid/README.md | 2 ++ examples/rstream-spreadsheet/README.md | 2 ++ examples/scenegraph-image/README.md | 2 ++ examples/scenegraph/README.md | 2 ++ examples/shader-ast-canvas2d/README.md | 2 ++ examples/shader-ast-evo/README.md | 2 ++ examples/shader-ast-noise/README.md | 2 ++ examples/shader-ast-raymarch/README.md | 2 ++ examples/shader-ast-sdf2d/README.md | 2 ++ examples/shader-ast-tunnel/README.md | 2 ++ examples/shader-ast-workers/README.md | 2 ++ examples/shader-graph/README.md | 10 +++++++--- examples/soa-ecs/README.md | 2 +- examples/stratified-grid/README.md | 2 ++ examples/svg-barchart/README.md | 2 ++ examples/svg-waveform/README.md | 3 +++ examples/talk-slides/README.md | 2 ++ examples/text-canvas-image/README.md | 2 ++ examples/text-canvas/README.md | 2 ++ examples/todo-list/README.md | 4 +++- examples/triple-query/README.md | 2 ++ examples/webgl-cube/README.md | 2 ++ examples/webgl-cubemap/README.md | 2 ++ examples/webgl-grid/README.md | 2 ++ examples/webgl-msdf/README.md | 6 +++++- examples/webgl-shadertoy/README.md | 2 ++ examples/webgl-ssao/README.md | 2 ++ examples/wolfram/README.md | 2 ++ examples/xml-converter/README.md | 4 +++- packages/adjacency/README.md | 5 ++--- packages/binary/README.md | 2 +- packages/bitfield/README.md | 2 +- packages/ksuid/README.md | 6 ++++++ packages/pixel-io-netpbm/README.md | 3 +-- packages/transducers-binary/README.md | 2 +- packages/vectors/README.md | 2 +- 80 files changed, 170 insertions(+), 33 deletions(-) diff --git a/examples/adaptive-threshold/README.md b/examples/adaptive-threshold/README.md index bee16003a5..68afc2e492 100644 --- a/examples/adaptive-threshold/README.md +++ b/examples/adaptive-threshold/README.md @@ -1,5 +1,7 @@ # adaptive-threshold +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/adaptive-threshold.png) + [Live demo](http://demo.thi.ng/umbrella/adaptive-threshold/) Image processing via diff --git a/examples/bitmap-font/README.md b/examples/bitmap-font/README.md index 3fac6ba767..bdf6dc0e16 100644 --- a/examples/bitmap-font/README.md +++ b/examples/bitmap-font/README.md @@ -1,5 +1,7 @@ # bitmap-font +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif) + [Live demo](http://demo.thi.ng/umbrella/bitmap-font/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/canvas-dial/README.md b/examples/canvas-dial/README.md index f0277ca369..fc099cd737 100644 --- a/examples/canvas-dial/README.md +++ b/examples/canvas-dial/README.md @@ -1,5 +1,7 @@ # canvas-dial +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-dial.png) + [Live demo](http://demo.thi.ng/umbrella/canvas-dial/) Customizable canvas-based radial dial component with mouse & touch diff --git a/examples/cellular-automata/README.md b/examples/cellular-automata/README.md index 89bcf409eb..587d86c867 100644 --- a/examples/cellular-automata/README.md +++ b/examples/cellular-automata/README.md @@ -1,5 +1,7 @@ # Cellular automata +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png) + [Live demo](https://demo.thi.ng/umbrella/cellular-automata/) Please refer to the [example build diff --git a/examples/commit-heatmap/README.md b/examples/commit-heatmap/README.md index 0ef7e1677b..2db8d69b56 100644 --- a/examples/commit-heatmap/README.md +++ b/examples/commit-heatmap/README.md @@ -1,6 +1,6 @@ # commit-heatmap -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/commit-heatmap.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-heatmap.png) This is offline example creates a heatmap visualization of per-package commits in this mono-repo, but could also be used for other mono-repos diff --git a/examples/commit-table-ssr/README.md b/examples/commit-table-ssr/README.md index 64d5d8dd1a..a2bc9c17f9 100644 --- a/examples/commit-table-ssr/README.md +++ b/examples/commit-table-ssr/README.md @@ -1,5 +1,7 @@ # commit-table-ssr +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-table-ssr.png) + [Live version](http://demo.thi.ng/umbrella/commit-table-ssr/) This example demonstrates isomorphic, diff --git a/examples/crypto-chart/README.md b/examples/crypto-chart/README.md index 8a9ea2671a..3a9559fb7c 100644 --- a/examples/crypto-chart/README.md +++ b/examples/crypto-chart/README.md @@ -1,8 +1,8 @@ # crypto-chart -[Live demo](https://s3.amazonaws.com/demo.thi.ng/umbrella/crypto-chart/index.html) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png) -![chart](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/crypto-chart.png) +[Live demo](https://s3.amazonaws.com/demo.thi.ng/umbrella/crypto-chart/index.html) Price data provided by [cryptocompare.com](https://min-api.cryptocompare.com/). diff --git a/examples/ellipse-proximity/README.md b/examples/ellipse-proximity/README.md index 76a9b30914..6404c0e326 100644 --- a/examples/ellipse-proximity/README.md +++ b/examples/ellipse-proximity/README.md @@ -1,5 +1,7 @@ # ellipse-proximity +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ellipse-proximity.png) + [Live demo](http://demo.thi.ng/umbrella/ellipse-proximity/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/fft-synth/README.md b/examples/fft-synth/README.md index 100afde951..6f7c45e0e9 100644 --- a/examples/fft-synth/README.md +++ b/examples/fft-synth/README.md @@ -1,6 +1,6 @@ # fft-synth -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/fft-synth.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png) [Live demo](http://demo.thi.ng/umbrella/fft-synth/) diff --git a/examples/geom-convex-hull/README.md b/examples/geom-convex-hull/README.md index 82b5377f19..8bded7db06 100644 --- a/examples/geom-convex-hull/README.md +++ b/examples/geom-convex-hull/README.md @@ -1,5 +1,7 @@ # geom-convex-hull +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-convex-hull.png) + [Live demo](http://demo.thi.ng/umbrella/geom-convex-hull/) A refactored version of a [blog post code example by Pete diff --git a/examples/geom-fuzz-basics/README.md b/examples/geom-fuzz-basics/README.md index b91f5bccb7..89a2bed755 100644 --- a/examples/geom-fuzz-basics/README.md +++ b/examples/geom-fuzz-basics/README.md @@ -1,5 +1,7 @@ # geom-fuzz-basics +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-fuzz.png) + [Live demo](http://demo.thi.ng/umbrella/geom-fuzz-basics/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/geom-knn/README.md b/examples/geom-knn/README.md index 3bf327d5c4..61fc5951a8 100644 --- a/examples/geom-knn/README.md +++ b/examples/geom-knn/README.md @@ -1,5 +1,7 @@ # geom-knn +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-knn.jpg) + [Live demo](http://demo.thi.ng/umbrella/geom-knn/) Drawing / debug toy based on 2x recursive KNN search using the k-D tree diff --git a/examples/geom-tessel/README.md b/examples/geom-tessel/README.md index 4c12ff489e..72c07d8811 100644 --- a/examples/geom-tessel/README.md +++ b/examples/geom-tessel/README.md @@ -1,5 +1,7 @@ # geom-tessel +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/tessel.png) + [Live demo](http://demo.thi.ng/umbrella/geom-tessel/) Test example of diff --git a/examples/geom-voronoi-mst/README.md b/examples/geom-voronoi-mst/README.md index 4dfb34e666..ac45f5035e 100644 --- a/examples/geom-voronoi-mst/README.md +++ b/examples/geom-voronoi-mst/README.md @@ -1,5 +1,7 @@ # geom-voronoi-mst +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-voronoi-mst.jpg) + [Live demo](http://demo.thi.ng/umbrella/geom-voronoi-mst/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/gesture-analysis/README.md b/examples/gesture-analysis/README.md index 8e2fd812fc..8b0f67f818 100644 --- a/examples/gesture-analysis/README.md +++ b/examples/gesture-analysis/README.md @@ -1,5 +1,7 @@ # gesture-analysis +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/gesture-analysis.png) + [Live demo](http://demo.thi.ng/umbrella/gesture-analysis/) Mouse / touch gesture processing, analysis and SVG visualization, using diff --git a/examples/grid-iterators/README.md b/examples/grid-iterators/README.md index 0d69adb255..311a06b811 100644 --- a/examples/grid-iterators/README.md +++ b/examples/grid-iterators/README.md @@ -1,5 +1,7 @@ # grid-iterators +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/grid-iterators.png) + [Live demo](http://demo.thi.ng/umbrella/grid-iterators/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/hdom-benchmark/README.md b/examples/hdom-benchmark/README.md index 7c259cfa1e..82d679f130 100644 --- a/examples/hdom-benchmark/README.md +++ b/examples/hdom-benchmark/README.md @@ -1,5 +1,7 @@ # hdom-benchmark +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark.png) + [Live demo](https://demo.thi.ng/umbrella/hdom-benchmark/) Please refer to the [example build diff --git a/examples/hdom-benchmark2/README.md b/examples/hdom-benchmark2/README.md index ff2d2933f1..f804edc72a 100644 --- a/examples/hdom-benchmark2/README.md +++ b/examples/hdom-benchmark2/README.md @@ -1,5 +1,7 @@ # hdom-benchmark2 +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png) + [Live demo](http://demo.thi.ng/umbrella/hdom-benchmark2/) Please refer to the [example build diff --git a/examples/hdom-canvas-clock/README.md b/examples/hdom-canvas-clock/README.md index aa97c047bb..f995fa096a 100644 --- a/examples/hdom-canvas-clock/README.md +++ b/examples/hdom-canvas-clock/README.md @@ -1,5 +1,7 @@ # hdom-canvas-clock +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-clock.png) + [Live demo](http://demo.thi.ng/umbrella/hdom-canvas-clock/) Declarative canvas drawing using the diff --git a/examples/hdom-canvas-draw/README.md b/examples/hdom-canvas-draw/README.md index da13473855..f91c21e30b 100644 --- a/examples/hdom-canvas-draw/README.md +++ b/examples/hdom-canvas-draw/README.md @@ -1,5 +1,7 @@ # hdom-canvas-draw +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-draw.jpg) + [Live demo](http://demo.thi.ng/umbrella/hdom-canvas-draw/) Please refer to the [example build diff --git a/examples/hdom-canvas-particles/README.md b/examples/hdom-canvas-particles/README.md index 51e26d37fd..c85a993176 100644 --- a/examples/hdom-canvas-particles/README.md +++ b/examples/hdom-canvas-particles/README.md @@ -1,5 +1,7 @@ # hdom-canvas-particles +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-canvas-particles.jpg) + [Live demo](http://demo.thi.ng/umbrella/hdom-canvas-particles/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/hdom-canvas-shapes/README.md b/examples/hdom-canvas-shapes/README.md index 27dc81ad7e..48fb3d06e7 100644 --- a/examples/hdom-canvas-shapes/README.md +++ b/examples/hdom-canvas-shapes/README.md @@ -1,6 +1,6 @@ # hdom-canvas-shapes -![screenshots](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes-results.png) [Live demo](http://demo.thi.ng/umbrella/hdom-canvas-shapes/) diff --git a/examples/hdom-toggle/README.md b/examples/hdom-toggle/README.md index ca49457a6f..f01b30ad33 100644 --- a/examples/hdom-toggle/README.md +++ b/examples/hdom-toggle/README.md @@ -1,5 +1,7 @@ # hdom-toggle +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-toggle.png) + [Live demo](http://demo.thi.ng/umbrella/hdom-toggle/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/hiccup-canvas-arcs/README.md b/examples/hiccup-canvas-arcs/README.md index 52ed0d9df8..4eb7e6ab2c 100644 --- a/examples/hiccup-canvas-arcs/README.md +++ b/examples/hiccup-canvas-arcs/README.md @@ -1,5 +1,7 @@ # hiccup-canvas-arcs +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hiccup-canvas-arcs.png) + [Live demo](http://demo.thi.ng/umbrella/hiccup-canvas-arcs/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/imgui-basics/README.md b/examples/imgui-basics/README.md index a07527c3a3..3b3136307e 100644 --- a/examples/imgui-basics/README.md +++ b/examples/imgui-basics/README.md @@ -1,5 +1,7 @@ # imgui-basics +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/imgui-basics.png) + [Live demo](http://demo.thi.ng/umbrella/imgui-basics/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/imgui/README.md b/examples/imgui/README.md index 3a9129b38d..c0a599425c 100644 --- a/examples/imgui/README.md +++ b/examples/imgui/README.md @@ -1,6 +1,6 @@ # imgui -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/imgui/imgui-all.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/imgui/imgui-all.png) [Live demo](http://demo.thi.ng/umbrella/imgui/) diff --git a/examples/iso-plasma/README.md b/examples/iso-plasma/README.md index 28dfd44ad2..0ecf9d3ed9 100644 --- a/examples/iso-plasma/README.md +++ b/examples/iso-plasma/README.md @@ -1,5 +1,7 @@ # iso-plasma +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-isoline.png) + [Live demo](http://demo.thi.ng/umbrella/iso-plasma/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/json-components/README.md b/examples/json-components/README.md index b33c2e93ea..93bbbed042 100644 --- a/examples/json-components/README.md +++ b/examples/json-components/README.md @@ -1,5 +1,7 @@ # json-components +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/json-components.jpg) + [Live demo](https://demo.thi.ng/umbrella/json-components/) Please refer to the [example build diff --git a/examples/mandelbrot/README.md b/examples/mandelbrot/README.md index ab087eb66a..fdf931f6fb 100644 --- a/examples/mandelbrot/README.md +++ b/examples/mandelbrot/README.md @@ -1,5 +1,7 @@ # mandelbrot +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mandelbrot.jpg) + [Live demo](http://demo.thi.ng/umbrella/mandelbrot/) Please refer to the [example build diff --git a/examples/markdown/README.md b/examples/markdown/README.md index ebc4e57afe..00640da84a 100644 --- a/examples/markdown/README.md +++ b/examples/markdown/README.md @@ -1,5 +1,7 @@ # Minimal Markdown parser +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/markdown-parser.jpg) + This project is part of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo. @@ -91,6 +93,8 @@ import { parse } from "@thi.ng/hiccup-markdown"; const src = ` # Hello world +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/Hello world.png) + [This](http://example.com) is a _test_. `; diff --git a/examples/parse-playground/README.md b/examples/parse-playground/README.md index a26bcd00ac..dd66f99b23 100644 --- a/examples/parse-playground/README.md +++ b/examples/parse-playground/README.md @@ -1,5 +1,7 @@ # parse-playground +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png) + [Visit playground](http://demo.thi.ng/umbrella/parse-playground/) This project was largely created during the very first [thi.ng/umbrella diff --git a/examples/pixel-basics/README.md b/examples/pixel-basics/README.md index 62356bf182..5f7ea35bca 100644 --- a/examples/pixel-basics/README.md +++ b/examples/pixel-basics/README.md @@ -1,8 +1,8 @@ # pixel-basics -[Live demo](http://demo.thi.ng/umbrella/pixel-basics/) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/pixel/pixel-basics.png) -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/pixel/pixel-basics.png) +[Live demo](http://demo.thi.ng/umbrella/pixel-basics/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/pixel-sorting/README.md b/examples/pixel-sorting/README.md index 776b3795ab..5bcad3d539 100644 --- a/examples/pixel-sorting/README.md +++ b/examples/pixel-sorting/README.md @@ -1,5 +1,7 @@ # pixel-sorting +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-sorting.png) + [Live demo](http://demo.thi.ng/umbrella/pixel-sorting/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/pointfree-svg/README.md b/examples/pointfree-svg/README.md index 6c7fb04f83..369f6445d8 100644 --- a/examples/pointfree-svg/README.md +++ b/examples/pointfree-svg/README.md @@ -1,15 +1,15 @@ # pointfree-svg -This is a non-browser demo combining the following packages to generate -the SVG graphic below: +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pointfree-svg.png) + +This is a non-browser demo combining the following packages to generate the +above SVG graphic: - [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) - [@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-svg) - [@thi.ng/pointfree](https://github.com/thi-ng/umbrella/tree/develop/packages/pointfree) - [@thi.ng/pointfree-lang](https://github.com/thi-ng/umbrella/tree/develop/packages/pointfree-lang) -![generated result](https://raw.githubusercontent.com/thi-ng/umbrella/master/examples/pointfree-svg/output.svg) - Most of the [source code](https://raw.githubusercontent.com/thi-ng/umbrella/master/examples/pointfree-svg/src/index.ts) is written in the pointfree DSL syntax and includes a rudimentary diff --git a/examples/poisson-circles/README.md b/examples/poisson-circles/README.md index 6b7cd73bb5..df4af07479 100644 --- a/examples/poisson-circles/README.md +++ b/examples/poisson-circles/README.md @@ -1,5 +1,7 @@ # poisson-circles +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/poisson/poisson.jpg) + [Live demo](http://demo.thi.ng/umbrella/poisson-circles/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/poly-spline/README.md b/examples/poly-spline/README.md index 89971ee483..071e330f35 100644 --- a/examples/poly-spline/README.md +++ b/examples/poly-spline/README.md @@ -1,5 +1,7 @@ # poly-spline +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png) + [Live demo](http://demo.thi.ng/umbrella/poly-spline/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/porter-duff/README.md b/examples/porter-duff/README.md index 1c7b2819db..c4e23d469e 100644 --- a/examples/porter-duff/README.md +++ b/examples/porter-duff/README.md @@ -1,5 +1,7 @@ # porter-duff +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/porter-duff/porter-duff2.png) + [Live demo](http://demo.thi.ng/umbrella/porter-duff/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/ramp-synth/README.md b/examples/ramp-synth/README.md index 761e09778c..6f699ea5c8 100644 --- a/examples/ramp-synth/README.md +++ b/examples/ramp-synth/README.md @@ -1,6 +1,6 @@ # ramp-synth -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/ramp-synth.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ramp-synth.png) [Live demo](http://demo.thi.ng/umbrella/ramp-synth/) diff --git a/examples/rdom-dnd/README.md b/examples/rdom-dnd/README.md index 98872d83bc..3e02b7bc16 100644 --- a/examples/rdom-dnd/README.md +++ b/examples/rdom-dnd/README.md @@ -1,5 +1,7 @@ # rdom-dnd +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-dnd.png) + [Live demo](http://demo.thi.ng/umbrella/rdom-dnd/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/rdom-lissajous/README.md b/examples/rdom-lissajous/README.md index c56f1c905d..554716a316 100644 --- a/examples/rdom-lissajous/README.md +++ b/examples/rdom-lissajous/README.md @@ -1,5 +1,7 @@ # rdom-lissajous +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-lissajous.png) + [Live demo](http://demo.thi.ng/umbrella/rdom-lissajous/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/rdom-svg-nodes/README.md b/examples/rdom-svg-nodes/README.md index d58cf511e8..225fc603df 100644 --- a/examples/rdom-svg-nodes/README.md +++ b/examples/rdom-svg-nodes/README.md @@ -1,5 +1,7 @@ # rdom-svg-nodes +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-svg-nodes.png) + [Live demo](http://demo.thi.ng/umbrella/rdom-svg-nodes/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/rotating-voronoi/README.md b/examples/rotating-voronoi/README.md index b3d78eff4e..913b73aad7 100644 --- a/examples/rotating-voronoi/README.md +++ b/examples/rotating-voronoi/README.md @@ -1,5 +1,7 @@ # rotating-voronoi +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg) + [Live demo](http://demo.thi.ng/umbrella/rotating-voronoi/) Example to show 2d spline in combination with voronoi tessellation. @@ -9,7 +11,7 @@ Please refer to the [example build instructions](https://github.com/thi-ng/umbre ## Authors -- Alberto Massa +- Alberto Massa ## License diff --git a/examples/router-basics/README.md b/examples/router-basics/README.md index f2e6ed58a2..bd1414fafa 100644 --- a/examples/router-basics/README.md +++ b/examples/router-basics/README.md @@ -1,5 +1,7 @@ # router-basics +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/router-basics.jpg) + [Live demo](https://demo.thi.ng/umbrella/router-basics/) Please refer to the [example build diff --git a/examples/rstream-event-loop/README.md b/examples/rstream-event-loop/README.md index 19f170fa28..6278a485fe 100644 --- a/examples/rstream-event-loop/README.md +++ b/examples/rstream-event-loop/README.md @@ -1,13 +1,13 @@ # rstream-event-loop +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-event-loop.png) + [Live demo](http://demo.thi.ng/umbrella/rstream-event-loop/) This example demonstrates the use of [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) constructs to define a basic event-loop, event handlers and reactive DOM -updates, based on the dataflow topology shown below: - -![generated result](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/rstream-event-loop.png) +updates, based on the dataflow topology shown above. Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/rstream-grid/README.md b/examples/rstream-grid/README.md index 81652ee063..24363a0ae2 100644 --- a/examples/rstream-grid/README.md +++ b/examples/rstream-grid/README.md @@ -1,5 +1,7 @@ # rstream-grid +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-grid.jpg) + ## About [Live demo](https://demo.thi.ng/umbrella/rstream-grid/) diff --git a/examples/rstream-spreadsheet/README.md b/examples/rstream-spreadsheet/README.md index 073255ca7d..c73b61abfb 100644 --- a/examples/rstream-spreadsheet/README.md +++ b/examples/rstream-spreadsheet/README.md @@ -1,5 +1,7 @@ # rstream-spreadsheet +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png) + [Live demo](http://demo.thi.ng/umbrella/rstream-spreadsheet/) Spreadsheet demo built w/ diff --git a/examples/scenegraph-image/README.md b/examples/scenegraph-image/README.md index 2770a1077f..fd6f715a7f 100644 --- a/examples/scenegraph-image/README.md +++ b/examples/scenegraph-image/README.md @@ -1,5 +1,7 @@ # scenegraph-image +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph-image.png) + [Live demo](http://demo.thi.ng/umbrella/scenegraph-image/) Similar to the other [scenegraph](../scenegraph/) example, only here diff --git a/examples/scenegraph/README.md b/examples/scenegraph/README.md index d9a8d90bc0..2c375b7cef 100644 --- a/examples/scenegraph/README.md +++ b/examples/scenegraph/README.md @@ -1,5 +1,7 @@ # scenegraph +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph.png) + [Live demo](http://demo.thi.ng/umbrella/scenegraph/) Minimal 2D scene graph with support for diff --git a/examples/shader-ast-canvas2d/README.md b/examples/shader-ast-canvas2d/README.md index 9b34ade718..dfb9dc425e 100644 --- a/examples/shader-ast-canvas2d/README.md +++ b/examples/shader-ast-canvas2d/README.md @@ -1,5 +1,7 @@ # shader-ast-canvas2d +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/shader-ast/shader-ast-01.jpg) + [Live demo](http://demo.thi.ng/umbrella/shader-ast-canvas2d/) WIP example of using diff --git a/examples/shader-ast-evo/README.md b/examples/shader-ast-evo/README.md index 3918156a63..2efa233322 100644 --- a/examples/shader-ast-evo/README.md +++ b/examples/shader-ast-evo/README.md @@ -1,5 +1,7 @@ # shader-ast-evo +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-evo.jpg) + [Live demo](http://demo.thi.ng/umbrella/shader-ast-evo/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/shader-ast-noise/README.md b/examples/shader-ast-noise/README.md index a20c798013..de7ae522c6 100644 --- a/examples/shader-ast-noise/README.md +++ b/examples/shader-ast-noise/README.md @@ -1,5 +1,7 @@ # shader-ast-noise +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-noise.jpg) + - [Live demo (WebGL)](http://demo.thi.ng/umbrella/shader-ast-noise/) - [Live demo (Canvas 2D)](http://demo.thi.ng/umbrella/shader-ast-noise/#2d) diff --git a/examples/shader-ast-raymarch/README.md b/examples/shader-ast-raymarch/README.md index 2d32e7ea1e..6ff63952df 100644 --- a/examples/shader-ast-raymarch/README.md +++ b/examples/shader-ast-raymarch/README.md @@ -1,5 +1,7 @@ # shader-ast-raymarch +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/shader-ast/shader-ast-raymarch.jpg) + - [Live demo (WebGL)](http://demo.thi.ng/umbrella/shader-ast-raymarch/) - [Live demo (Canvas 2D)](http://demo.thi.ng/umbrella/shader-ast-raymarch/#2d) diff --git a/examples/shader-ast-sdf2d/README.md b/examples/shader-ast-sdf2d/README.md index 197640a2b2..666f223546 100644 --- a/examples/shader-ast-sdf2d/README.md +++ b/examples/shader-ast-sdf2d/README.md @@ -1,5 +1,7 @@ # shader-ast-sdf2 +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-sdf2d.jpg) + - [Live demo (WebGL)](http://demo.thi.ng/umbrella/shader-ast-sdf2d/) - [Live demo (Canvas 2D)](http://demo.thi.ng/umbrella/shader-ast-sdf2d/#2d) diff --git a/examples/shader-ast-tunnel/README.md b/examples/shader-ast-tunnel/README.md index a23a7593fd..88b0fa5dcd 100644 --- a/examples/shader-ast-tunnel/README.md +++ b/examples/shader-ast-tunnel/README.md @@ -1,5 +1,7 @@ # shader-ast-tunnel +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-tunnel.jpg) + - [Live demo (WebGL)](http://demo.thi.ng/umbrella/shader-ast-tunnel/) - [Live demo (Canvas 2D)](http://demo.thi.ng/umbrella/shader-ast-tunnel/#2d) diff --git a/examples/shader-ast-workers/README.md b/examples/shader-ast-workers/README.md index b9cfa12069..9b158eb851 100644 --- a/examples/shader-ast-workers/README.md +++ b/examples/shader-ast-workers/README.md @@ -1,5 +1,7 @@ # shader-ast-workers +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg) + [Live demo](http://demo.thi.ng/umbrella/shader-ast-workers/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/shader-graph/README.md b/examples/shader-graph/README.md index 1e5db38f05..c01ce28dd2 100644 --- a/examples/shader-graph/README.md +++ b/examples/shader-graph/README.md @@ -1,10 +1,14 @@ # shader-graph -[Live demo](http://demo.thi.ng/umbrella/shader-graph/) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-graph.jpg) -![demo screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-graph.jpg) +[Live demo](http://demo.thi.ng/umbrella/shader-graph/) -Minimal shader graph setup based on [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl), [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast) and [@thi.ng/scenegraph](https://github.com/thi-ng/umbrella/tree/develop/packages/scenegraph). +Minimal shader graph setup based on +[@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl), +[@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast) +and +[@thi.ng/scenegraph](https://github.com/thi-ng/umbrella/tree/develop/packages/scenegraph). This project was developed from scratch during the [2nd thi.ng livestream on Youtube](https://www.youtube.com/watch?v=hEC_qbUXDo8). Please see video for diff --git a/examples/soa-ecs/README.md b/examples/soa-ecs/README.md index 1581428cd9..d8d1587e5d 100644 --- a/examples/soa-ecs/README.md +++ b/examples/soa-ecs/README.md @@ -1,6 +1,6 @@ # soa-ecs -![100k particle system](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/soa-ecs-100k.png) +![100k particle system](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/soa-ecs-100k.png) [Live demo](http://demo.thi.ng/umbrella/soa-ecs/) diff --git a/examples/stratified-grid/README.md b/examples/stratified-grid/README.md index e3e17836db..b656093cac 100644 --- a/examples/stratified-grid/README.md +++ b/examples/stratified-grid/README.md @@ -1,5 +1,7 @@ # stratified-grid +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/poisson/stratified-grid.png) + [Live demo](http://demo.thi.ng/umbrella/stratified-grid/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/svg-barchart/README.md b/examples/svg-barchart/README.md index fa7de9ffbb..9363cd0443 100644 --- a/examples/svg-barchart/README.md +++ b/examples/svg-barchart/README.md @@ -1,5 +1,7 @@ # svg-barchart +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-barchart.png) + [Live demo](http://demo.thi.ng/umbrella/svg-barchart/) SVG bar chart component & one-off rendering. diff --git a/examples/svg-waveform/README.md b/examples/svg-waveform/README.md index 5d9cb17a14..6694d99ed9 100644 --- a/examples/svg-waveform/README.md +++ b/examples/svg-waveform/README.md @@ -1,4 +1,7 @@ # svg-waveform + +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-waveform.png) + ## About Interactive, additive waveform synthesis (no audio) and SVG waveform diff --git a/examples/talk-slides/README.md b/examples/talk-slides/README.md index d8cac3d8cf..72a451d92b 100644 --- a/examples/talk-slides/README.md +++ b/examples/talk-slides/README.md @@ -1,5 +1,7 @@ # talk-slides +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/talk-slides.png) + [Live demo](http://media.thi.ng/2018/talks/clojurex/index.html) | [Exported PDF](http://media.thi.ng/2018/talks/clojurex/slides.pdf) diff --git a/examples/text-canvas-image/README.md b/examples/text-canvas-image/README.md index f65afd4f91..fd443fb80b 100644 --- a/examples/text-canvas-image/README.md +++ b/examples/text-canvas-image/README.md @@ -1,5 +1,7 @@ # text-canvas-image +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/text-canvas-image.png) + [Live demo](http://demo.thi.ng/umbrella/text-canvas-image/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/text-canvas/README.md b/examples/text-canvas/README.md index 38b65403f0..4730270711 100644 --- a/examples/text-canvas/README.md +++ b/examples/text-canvas/README.md @@ -1,5 +1,7 @@ # text-canvas +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/text-canvas.png) + [Live demo](http://demo.thi.ng/umbrella/text-canvas/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/todo-list/README.md b/examples/todo-list/README.md index a2260e0264..1042c3afc1 100644 --- a/examples/todo-list/README.md +++ b/examples/todo-list/README.md @@ -1,4 +1,6 @@ -# @thi.ng/hdom todo list example +# Todo list with undo/redo + +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/todo-list.png) [Live demo here](https://demo.thi.ng/umbrella/todo-list/) diff --git a/examples/triple-query/README.md b/examples/triple-query/README.md index c10f1deb11..203b539b5a 100644 --- a/examples/triple-query/README.md +++ b/examples/triple-query/README.md @@ -1,5 +1,7 @@ # triple-query +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/triple-query.png) + [Live demo](https://demo.thi.ng/umbrella/triple-query/) Please refer to the [example build diff --git a/examples/webgl-cube/README.md b/examples/webgl-cube/README.md index 03e45d8cf9..5c9907113c 100644 --- a/examples/webgl-cube/README.md +++ b/examples/webgl-cube/README.md @@ -1,5 +1,7 @@ # webgl-cube +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cube.png) + [Live demo](http://demo.thi.ng/umbrella/webgl-cube/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/webgl-cubemap/README.md b/examples/webgl-cubemap/README.md index d195e78c10..97e1d8d1f1 100644 --- a/examples/webgl-cubemap/README.md +++ b/examples/webgl-cubemap/README.md @@ -1,5 +1,7 @@ # webgl-cubemap +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cubemap.jpg) + WebGL 360˚ panorama / cube map example. Images by [Emil Persson](http://www.humus.name/index.php?page=Textures). diff --git a/examples/webgl-grid/README.md b/examples/webgl-grid/README.md index 58690b02df..702d49b3c2 100644 --- a/examples/webgl-grid/README.md +++ b/examples/webgl-grid/README.md @@ -1,5 +1,7 @@ # webgl-grid +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-grid.jpg) + [Live demo](http://demo.thi.ng/umbrella/webgl-grid/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/webgl-msdf/README.md b/examples/webgl-msdf/README.md index 37974f31b0..b1bc3a5ef5 100644 --- a/examples/webgl-msdf/README.md +++ b/examples/webgl-msdf/README.md @@ -1,8 +1,12 @@ # webgl-msdf +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-msdf.jpg) + [Live demo](http://demo.thi.ng/umbrella/webgl-msdf/) -Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. +Please refer to the [example build +instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) +on the wiki. ## Authors diff --git a/examples/webgl-shadertoy/README.md b/examples/webgl-shadertoy/README.md index 014b01d782..54397496c2 100644 --- a/examples/webgl-shadertoy/README.md +++ b/examples/webgl-shadertoy/README.md @@ -1,5 +1,7 @@ # webgl-shadertoy +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-shadertoy.jpg) + [Live demo](http://demo.thi.ng/umbrella/webgl-shadertoy/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/webgl-ssao/README.md b/examples/webgl-ssao/README.md index c2de9d5fa7..1a80462174 100644 --- a/examples/webgl-ssao/README.md +++ b/examples/webgl-ssao/README.md @@ -1,5 +1,7 @@ # webgl-ssao +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-ssao.jpg) + [Live demo](http://demo.thi.ng/umbrella/webgl-ssao/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/wolfram/README.md b/examples/wolfram/README.md index 9a345a30b4..4f56ebbbe0 100644 --- a/examples/wolfram/README.md +++ b/examples/wolfram/README.md @@ -1,5 +1,7 @@ # wolfram +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/wolfram.png) + [Live demo](http://demo.thi.ng/umbrella/wolfram/) Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki. diff --git a/examples/xml-converter/README.md b/examples/xml-converter/README.md index 308bc041f0..856c19f408 100644 --- a/examples/xml-converter/README.md +++ b/examples/xml-converter/README.md @@ -1,5 +1,7 @@ # xml-converter +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/xml-converter.png) + [Live demo](http://demo.thi.ng/umbrella/xml-converter/) This example uses @@ -15,7 +17,7 @@ This diagram illustrates the [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) dataflow topology used by the browser app: -![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/xml-converter.png) +![dataflow](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/xml-converter-dflow.png) ## Browser version diff --git a/packages/adjacency/README.md b/packages/adjacency/README.md index 637c66ca9e..36f090c8ec 100644 --- a/packages/adjacency/README.md +++ b/packages/adjacency/README.md @@ -42,14 +42,13 @@ yarn add @thi.ng/adjacency ``` -Package sizes (gzipped, pre-treeshake): ESM: 1.74 KB / CJS: 1.82 KB / UMD: 1.92 KB +Package sizes (gzipped, pre-treeshake): ESM: 2.29 KB / CJS: 2.38 KB / UMD: 2.44 KB ## Dependencies - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api) -- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary) +- [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/develop/packages/arrays) - [@thi.ng/bitfield](https://github.com/thi-ng/umbrella/tree/develop/packages/bitfield) -- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks) - [@thi.ng/dcons](https://github.com/thi-ng/umbrella/tree/develop/packages/dcons) - [@thi.ng/sparse](https://github.com/thi-ng/umbrella/tree/develop/packages/sparse) diff --git a/packages/binary/README.md b/packages/binary/README.md index 6baaaebf60..5553c2b53a 100644 --- a/packages/binary/README.md +++ b/packages/binary/README.md @@ -20,7 +20,7 @@ This project is part of the ## About -95+ assorted binary / bitwise operations, conversions, utilities. +100+ assorted binary / bitwise operations, conversions, utilities, lookup tables. ### Status diff --git a/packages/bitfield/README.md b/packages/bitfield/README.md index a9bbd9553b..de0f39d584 100644 --- a/packages/bitfield/README.md +++ b/packages/bitfield/README.md @@ -44,7 +44,7 @@ yarn add @thi.ng/bitfield ``` -Package sizes (gzipped, pre-treeshake): ESM: 947 bytes / CJS: 1008 bytes / UMD: 1.08 KB +Package sizes (gzipped, pre-treeshake): ESM: 1.17 KB / CJS: 1.22 KB / UMD: 1.31 KB ## Dependencies diff --git a/packages/ksuid/README.md b/packages/ksuid/README.md index ec365ed2b9..5f899e2e2e 100644 --- a/packages/ksuid/README.md +++ b/packages/ksuid/README.md @@ -11,6 +11,7 @@ This project is part of the - [About](#about) - [Status](#status) + - [Related packages](#related-packages) - [Installation](#installation) - [Dependencies](#dependencies) - [API](#api) @@ -46,6 +47,11 @@ or base-N encoded strings. For the latter, the JS runtime MUST support [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bksuid%5D+in%3Atitle) +### Related packages + +- [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints +- [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) - Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation + ## Installation ```bash diff --git a/packages/pixel-io-netpbm/README.md b/packages/pixel-io-netpbm/README.md index 2e49684b36..a46bf37aa7 100644 --- a/packages/pixel-io-netpbm/README.md +++ b/packages/pixel-io-netpbm/README.md @@ -60,12 +60,11 @@ yarn add @thi.ng/pixel-io-netpbm ``` -Package sizes (gzipped, pre-treeshake): ESM: 1.30 KB / CJS: 1.38 KB / UMD: 1.46 KB +Package sizes (gzipped, pre-treeshake): ESM: 1.31 KB / CJS: 1.39 KB / UMD: 1.49 KB ## Dependencies - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api) -- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary) - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors) - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel) diff --git a/packages/transducers-binary/README.md b/packages/transducers-binary/README.md index 5a0c2ecf25..600a033b55 100644 --- a/packages/transducers-binary/README.md +++ b/packages/transducers-binary/README.md @@ -43,7 +43,7 @@ iterable for direct use. ### Related packages -- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary) - 95+ assorted binary / bitwise operations, conversions, utilities +- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary) - 100+ assorted binary / bitwise operations, conversions, utilities, lookup tables - [@thi.ng/bitstream](https://github.com/thi-ng/umbrella/tree/develop/packages/bitstream) - ES6 iterator based read/write bit streams with support for variable word widths - [@thi.ng/unionstruct](https://github.com/thi-ng/umbrella/tree/develop/packages/unionstruct) - C-style struct, union and bitfield read/write views of ArrayBuffers diff --git a/packages/vectors/README.md b/packages/vectors/README.md index 9a784effff..636eb0c3e1 100644 --- a/packages/vectors/README.md +++ b/packages/vectors/README.md @@ -157,7 +157,7 @@ yarn add @thi.ng/vectors ``` -Package sizes (gzipped, pre-treeshake): ESM: 11.30 KB / CJS: 14.22 KB / UMD: 12.56 KB +Package sizes (gzipped, pre-treeshake): ESM: 11.34 KB / CJS: 14.29 KB / UMD: 12.59 KB ## Dependencies