@explorables/spinwheels
Version:
This explorable is a spatial implementation of the Kuramoto Model for phase coupled oscillators. It illustrates spatial synchronization and the dynamics of phase singularities.
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "@explorables/spinwheels",
"title": "Spin Wheels",
"subtitle": "Phase coupled oscillators on a lattice",
"description": "This explorable is a spatial implementation of the Kuramoto Model for phase coupled oscillators. It illustrates spatial synchronization and the dynamics of phase singularities.",
"author": "Dirk Brockmann (https://synosy.github.io)",
"version": "2.0.5",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dirkbrockmann/spinwheels.git"
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"files": [
"dist/"
],
"exports": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "vite build && git add . && git commit -m 'prep release' && npm version patch -m \"release v%s\" && git push --follow-tags && npm publish --access public"
},
"keywords": [
"complexity",
"explorables",
"visualization"
],
"dependencies": {
"d3": "^7.8.5",
"d3-interpolate": "^3.0.1",
"d3-widgets": "^2.0.3",
"lattices": "^1.0.16",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.4",
"tailwindcss": "^4.1.4",
"vite": "^6.3.2",
"vite-plugin-css-injected-by-js": "^3.5.2"
}
}