This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Harmonograph/Harmonograph/presets/blackonwhite.json
2017-08-01 23:08:08 -04:00

28 lines
637 B
JSON

{
"back": "0xffffffff",
"front": "0x10000000",
"displayRate": 1000,
"viewHeight": 3,
"pendulums": [
{
"amplitude": { "x": 1.5, "y": 0 },
"period": 3.001,
"friction": 0.0005
},
{
"amplitude": { "x": 0, "y": 1 },
"period": 4.001,
"friction": 0.0005
},
{
"amplitude": { "x": .5, "y": .5 },
"period": 1.001,
"friction": 0.0005
},
{
"amplitude": { "x": -.5, "y": .5 },
"period": 2.999,
"friction": 0.0005
}
]
}