Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,30 @@
"flowagent"
],
"license": "MIT"
},
{
"name": "threejs-sculpt-dna",
"source": {
"source": "github",
"repo": "hyeonsangjeon/threejs-sculpt-dna"
},
"description": "Reconstruct reference images as quality-gated procedural Three.js models and coverage-curated deterministic asset families.",
"version": "0.4.3",
"author": {
"name": "hyeonsangjeon",
"url": "https://github.com/hyeonsangjeon"
},
"homepage": "https://hyeonsangjeon.github.io/threejs-sculpt-dna/",
"repository": "https://github.com/hyeonsangjeon/threejs-sculpt-dna",
"keywords": [
"github-copilot",
"threejs",
"procedural-3d",
"object-reconstruction",
"asset-variants",
"sculpt-dna"
],
"license": "MIT"
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This marketplace also references plugins hosted in other repositories:

- **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows).

- **[Three.js Sculpt DNA](https://github.com/hyeonsangjeon/threejs-sculpt-dna)** — Reconstruct reference images as quality-gated procedural Three.js models and generate deterministic variant families.

## 🤝 Contributing

We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.
Expand Down