diffuse is a 3D simulator for simulating diffusion, built with three.js.
diffuse supports normal browsers.
dist/
└── diffuse.js (UMD, default)
<script src="/path/to/diffuse.js"></script>You can download the latest standalone JavaScript files (ES5)
new DIFFUSE(options)
const DSIM = new DIFFUSE();Clone a copy of the main diffuse git repo by running:
git clone git://github.com/foobarprotocol/diffuse.gitEnter the diffuse directory and run the build script:
npm run buildDevelopers: James Edwards foobarprotocol@librehash.com
diffuse is licensed under the MIT License.