app
Adom 3D Viewer
Public Made by Adomby adom
The Babylon 9.5 engine behind every component page's 3D tab on wiki.adom.inc. Versioned ESM bundle with GLB loading, view cube, layers toolbar, ground shadows, and Z-up CAD framing.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
{
"name": "adom-3d-viewer-babylon9",
"version": "0.4.3",
"description": "The Babylon 9.5 engine behind every component page's 3D tab on wiki.adom.inc. Versioned ESM bundle with GLB loading, view cube, layers toolbar, ground shadows, and Z-up CAD framing.",
"type": "app",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"dist-standalone",
"src",
"standalone.ts"
],
"scripts": {
"build": "vite build",
"build:standalone": "vite build --config vite.standalone.config.ts",
"dev": "vite build --watch",
"prepare": "npm run build"
},
"dependencies": {},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte-check": "^3.8.6",
"terser": "^5.46.2",
"typescript": "^5.5.4",
"vite": "^5.4.1"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0"
},
"slug": "adom-3d-viewer",
"license": "MIT",
"tags": [
"3d",
"viewer",
"babylon",
"glb",
"pcb",
"component-pages"
],
"hero": {
"headline": "Adom 3D Viewer",
"subhead": "The Babylon 9 engine behind every component page",
"screenshot": "docs/viewer-screenshot.png"
},
"discovery_triggers": [
"embed a 3d viewer for a glb model",
"show a pcb or component in 3d",
"babylon viewer for adom pages",
"load the adom 3d viewer bundle",
"layers toolbar for a 3d board view"
],
"discovery_pitch": "The Babylon 9.5 ESM viewer engine that renders every component page's 3D tab on wiki.adom.inc: GLB loading, view cube, layers toolbar, shadows, laser-etch text, Z-up CAD framing.",
"sample_prompts": [
{
"label": "Embed the viewer",
"prompt": "Load the adom 3d viewer bundle into my page and show model.glb"
},
{
"label": "Pin a version",
"prompt": "Download the 0.4.3 viewer bundle so my tool vendors a fixed build"
}
],
"title": "Adom 3D Viewer"
}