cellular_automata_web 1.0.1 copy "cellular_automata_web: ^1.0.1" to clipboard
cellular_automata_web: ^1.0.1 copied to clipboard

Web renderes and demos for the cellular_automata package.

cellular_automata_web #

Pub Package Version Latest Dartdocs

Library containing various web renderers for the cellular_automata Dart package.

Web demos #

Play with the hosted demos here. Source code is in the demos/ folder.

Renderers #

  • CanvasRenderer : HTML Canvas renderer, this is the recommended renderer for web.
  • StageXLRenderer : WebGL renderer although in this context not quite as performant as Canvas.
  • HtmlTableRenderer : A HTML table using table cells & css (just for fun!)

Build config #

For best perfomance ensure that you set --omit-implicit-checks and --trust-primitives as dart2js arguments in your build config. See the demo release config for an example of this.

0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Web renderes and demos for the cellular_automata package.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

cellular_automata, logging, stagexl

More

Packages that depend on cellular_automata_web