app
COSMIIC Implantables
Public Unreviewedby cosmiic
The COSMIIC implantables project as a ready-to-open Adom 3D editor layout (wireBender). Three eval frame molecules (PG4 pulse generator, PM1 power module, BP2 biopotential amplifier) sit on 6x6 scaffolds chained over the two-wire implant network bus, next to a 5x10 scaffold carrying the COSMOCOIL wireless charger, the PM charging coil, four adipose spacer molecules, and a wireless link. Installing places wireBender.json into project-content/layouts so the Hydrogen 3D editor lists it in its layou
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
{
"slug": "implantables",
"title": "COSMIIC Implantables",
"type": "app",
"version": "1.0.0",
"visibility": "public",
"description": "The COSMIIC implantables project as a ready-to-open Adom 3D editor layout (wireBender). Three eval frame molecules (PG4 pulse generator, PM1 power module, BP2 biopotential amplifier) sit on 6x6 scaffolds chained over the two-wire implant network bus, next to a 5x10 scaffold carrying the COSMOCOIL wireless charger, the PM charging coil, four adipose spacer molecules, and a wireless link. Installing places wireBender.json into project-content/layouts so the Hydrogen 3D editor lists it in its layout picker, and every molecule in the scene is a declared dependency, so the whole COSMIIC kit comes with it.",
"tags": [
"cosmiic",
"layout",
"3d-editor",
"implantable",
"neurostim",
"firmware"
],
"dependencies": {
"cosmiic/lrg-lrg-6x6-p16": "^1.0.0",
"cosmiic/lrg-lrg-5x10-p16": "^1.0.0",
"cosmiic/pg4-frame-mol": "^1.0.0",
"cosmiic/pm1-frame-mol-refined": "^1.0.0",
"cosmiic/bp2-frame-mol": "^1.0.0",
"cosmiic/wireless-link": "^1.0.0",
"cosmiic/cosmocoil-mol": "^1.0.0",
"cosmiic/adipose-molecule": "^1.0.0",
"cosmiic/pm-coil-molecule": "^1.0.0"
},
"discovery_triggers": [
"cosmiic implantables",
"open the cosmiic implantables layout",
"cosmiic implant network layout",
"load the cosmiic layout in the 3d editor",
"show the cosmiic implantables in 3d",
"open the wirebender layout"
],
"discovery_pitch": "Install and open the COSMIIC implantables project layout (wireBender) in the Hydrogen 3D editor, with every COSMIIC molecule it uses pulled in as a dependency.",
"sample_prompts": [
{
"label": "Open the layout",
"prompt": "open the cosmiic implantables layout in the 3D editor"
},
{
"label": "Install the project",
"prompt": "install the cosmiic implantables layout and show it in 3D"
},
{
"label": "Explore the network",
"prompt": "walk me through the COSMIIC modules and wiring in the implantables layout"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"path": "docs/hero.png"
}
}