Spaces:
Sleeping
Sleeping
File size: 791 Bytes
66c9c8a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"WarpSamplePrimFlocking": {
"version": 1,
"categoryDefinitions": "../../../../config/warp_categories.json",
"description": "Meet the flockers.",
"categories": ["warp", "warp:samples"],
"language": "Python",
"uiName": "Flocking Simulation",
"cudaPointers": "cpu",
"inputs": {
"execIn": {
"type": "execution",
"description": "Input execution."
},
"time": {
"type": "double",
"uiName": "Time",
"description": "Time."
}
},
"outputs": {
"execOut": {
"type": "execution",
"description": "Output execution."
}
}
}
}
|