Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andstor/diffuse
3D simulator for simulating diffusion
https://github.com/andstor/diffuse
Last synced: 1 day ago
JSON representation
3D simulator for simulating diffusion
- Host: GitHub
- URL: https://github.com/andstor/diffuse
- Owner: andstor
- License: mit
- Created: 2019-03-14T23:03:34.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-03T02:10:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:12:40.679Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diffuse
diffuse is a 3D simulator for simulating diffusion, built with [three.js](https://threejs.org).## Environments in which to use diffuse
diffuse supports normal browsers.## Main
```text
dist/
└── diffuse.js (UMD, default)
```## Getting started
### Installation```html
```
You can download the [latest standalone JavaScript files (ES5)](https://github.com/andstorh/diffuse/releases/latest)
### Usage
#### Syntax
```
new DIFFUSE(options)
```#### Examples
##### Window
```js
const DSIM = new DIFFUSE();
```
[⬆ back to top](#diffuse)## Build instructions
Clone a copy of the main diffuse git repo by running:
```bash
git clone git://github.com/andstor/diffuse.git
```Enter the diffuse directory and run the build script:
```bash
npm run build
```## Credits:
**Developers:** [André Storhaug](https://github.com/andstor)## License
diffuse is licensed under the [MIT License](https://github.com/andstor/diffuse/blob/master/LICENSE).[⬆ back to top](#diffuse)