block by dannyko ca8cc0fc1df5d7282cb5

vizflow demo

Full Screen

vizflow demo - three circles

vizflow.js is an application-agnostic interactive visualization engine written using EcmaScript.6 (ES6) with no other external dependencies.

It provides a lightweight interactive visualization engine with smaller footprints than other visualization libraries like D3js.

This vizflow demo contained in index.html shows an interactive stochastic dynamics simulation with 3 frictionless, non-interacting particles in a rectangular domain with inelastic boundaries.

Also viewable as block for remote demoing.

The particles are rendered as colored circles.

Clicking on any of the circles will randomly change their 2D position by sampling from a uniform distribution.

index.html

build.js

build.js.map

three_circles.js