Skip to content

Commit

Permalink
docs(examples): update readmes, add links
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 17, 2019
1 parent 00390a7 commit 6d7c04b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
45 changes: 23 additions & 22 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,26 @@ in touch via PR, issue tracker, email or twitter!
| 35 | [package-stats](./package-stats) | CLI util to visualize umbrella pkg stats | hiccup-svg, transducers | intermediate |
| 36 | [pointfree-svg](./pointfree-svg) | Generate SVG using pointfree DSL | hiccup, hiccup-svg, pointfree-lang | intermediate |
| 37 | [poly-spline](./poly-spline) | Polygon to cubic curve conversion & visualization | geom, hiccup-svg, hdom, rstream | intermediate |
| 38 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |
| 39 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 40 | [rstream-grid](./rstream-grid) | Dataflow graph SVG grid | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 41 | [rstream-hdom](./rstream-hdom) | rstream based UI updates & state handling | hdom, rstream, transducers | intermediate |
| 42 | [shader-ast-canvas2d](shader-ast-canvas2d) | 2D canvas shader emulation | shader-ast | basic |
| 43 | [shader-ast-noise](shader-ast-noise) | HOF shader function composition | shader-ast, webgl | basic |
| 44 | [shader-ast-raymarch](shader-ast-raymarch) | WebGL & Canvas2D raymarch shader | shader-ast, webgl | intermediate |
| 45 | [shader-ast-sdf2d](shader-ast-sdf2d) | WebGL & Canvas2D SDF | shader-ast, webgl | basic |
| 46 | [shader-ast-tunnel](shader-ast-tunnel) | WebGL & Canvas2D textured tunnel shader | shader-ast, webgl | basic |
| 47 | [svg-barchart](./svg-barchart) | hdom SVG barchart component | hdom, transducers | basic |
| 48 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 49 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 50 | [talk-slides](./talk-slides) | Presentation slides from ClojureX 2018 | hdom, rstream, transducers-hdom | intermediate |
| 51 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 52 | [transducers-hdom](./transducers-hdom) | Transducer & rstream based hdom UI updates | hdom, rstream, transducers-hdom | basic |
| 53 | [triple-query](./triple-query) | Triple store query results & sortable table | atom, hdom, hdom-components, rstream-query, transducers | intermediate |
| 54 | [webgl-cubemap](./webgl-cubemap) | WebGL cubemap, async texture loading | hdom, webgl, shader-ast | intermediate |
| 55 | [webgl-gpgpu-basics](./webgl-gpgpu-basics) | Minimal GPGPU example | webgl, shader-ast | basic |
| 56 | [webgl-grid](./webgl-grid) | WebGL instancing | webgl, hdom | intermediate |
| 57 | [webgl-msdf](./webgl-msdf) | WebGL MSDF font rendering & particle system | webgl, webgl-msdf, shader-ast, hdom | intermediate |
| 58 | [webgl-ssao](./webgl-ssao) | WebGL screenspace ambient occlusion | webgl, shader-ast, rstream, hdom | advanced |
| 59 | [xml-converter](./xml-converter) | XML/HTML/SVG to hiccup conversion as you type | rstream, sax, transducers, transducers-hdom | advanced |
| 38 | [rotating-voronoi](./rotating-voronoi) | Animated Voronoi diagram, cubic splines & SVG download | geom, hdom, hdom-canvas, rstream, transducers | intermediate |
| 39 | [router-basics](./router-basics) | Complete mini SPA | atom, hdom, interceptors, router | advanced |
| 40 | [rstream-dataflow](./rstream-dataflow) | Dataflow graph | atom, hdom, rstream, rstream-gestures, rstream-graph, transducers | intermediate |
| 41 | [rstream-grid](./rstream-grid) | Dataflow graph SVG grid | atom, hdom, hiccup-svg, interceptors, rstream-graph, transducers | advanced |
| 42 | [rstream-hdom](./rstream-hdom) | rstream based UI updates & state handling | hdom, rstream, transducers | intermediate |
| 43 | [shader-ast-canvas2d](shader-ast-canvas2d) | 2D canvas shader emulation | shader-ast | basic |
| 44 | [shader-ast-noise](shader-ast-noise) | HOF shader function composition | shader-ast, webgl | basic |
| 45 | [shader-ast-raymarch](shader-ast-raymarch) | WebGL & Canvas2D raymarch shader | shader-ast, webgl | intermediate |
| 46 | [shader-ast-sdf2d](shader-ast-sdf2d) | WebGL & Canvas2D SDF | shader-ast, webgl | basic |
| 47 | [shader-ast-tunnel](shader-ast-tunnel) | WebGL & Canvas2D textured tunnel shader | shader-ast, webgl | basic |
| 48 | [svg-barchart](./svg-barchart) | hdom SVG barchart component | hdom, transducers | basic |
| 49 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |
| 50 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo history | atom, hdom, hiccup-svg, interceptors, iterators | intermediate |
| 51 | [talk-slides](./talk-slides) | Presentation slides from ClojureX 2018 | hdom, rstream, transducers-hdom | intermediate |
| 52 | [todo-list](./todo-list) | Canonical Todo list with undo/redo | atom, hdom, transducers | intermediate |
| 53 | [transducers-hdom](./transducers-hdom) | Transducer & rstream based hdom UI updates | hdom, rstream, transducers-hdom | basic |
| 54 | [triple-query](./triple-query) | Triple store query results & sortable table | atom, hdom, hdom-components, rstream-query, transducers | intermediate |
| 55 | [webgl-cubemap](./webgl-cubemap) | WebGL cubemap, async texture loading | hdom, webgl, shader-ast | intermediate |
| 56 | [webgl-gpgpu-basics](./webgl-gpgpu-basics) | Minimal GPGPU example | webgl, shader-ast | basic |
| 57 | [webgl-grid](./webgl-grid) | WebGL instancing | webgl, hdom | intermediate |
| 58 | [webgl-msdf](./webgl-msdf) | WebGL MSDF font rendering & particle system | webgl, webgl-msdf, shader-ast, hdom | intermediate |
| 59 | [webgl-ssao](./webgl-ssao) | WebGL screenspace ambient occlusion | webgl, shader-ast, rstream, hdom | advanced |
| 60 | [xml-converter](./xml-converter) | XML/HTML/SVG to hiccup conversion as you type | rstream, sax, transducers, transducers-hdom | advanced |
2 changes: 2 additions & 0 deletions examples/rotating-voronoi/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rotating-voronoi

[Live demo](http://demo.thi.ng/umbrella/rotating-voronoi/)

Example to show 2d spline in combination with voronoi tessellation.
Based on a M. Bostock [observablehq sketch](https://observablehq.com/@mbostock/rotating-voronoi). Originally from an [ornament](https://www.flickr.com/photos/quasimondo/8254540763/) by artist [Mario Klingemann](http://quasimondo.com/).

Expand Down

0 comments on commit 6d7c04b

Please sign in to comment.