qbhf2's picture
added NvidiaWarp and GarmentCode repos
66c9c8a
{
"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."
}
}
}
}