Initial commit — Dossier Rhino 8 Plugin

OpenStudio-Suite Architektur-Plugin fuer Rhino 8 (Mac):
- Smart-Elemente: Wand, Decke, Dach (Pult/Sattel/Walm/Mansarde),
  Oeffnungen (Fenster/Tueren mit Rahmen + Sims + Glas + Fluegel),
  Treppen (gerade · L · Wendel mit Schrittmass-Validierung)
- Live-Previews mit Step-Lines + Soll-Range-Clamping
- Bidirektionale Selection-Sync zwischen Source-Linie und Volume
- Geschoss-/Ebenen-Verwaltung mit OKFF-Persistenz
- Layouts mit PDF-Export
- Ausschnitte / Massstab / Override-Regeln
- Petrol-Gruen Theme (Rapport-konform)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 04:27:41 +02:00
commit 9dc191be4f
145 changed files with 32629 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Dossier",
"version": "0.1.0",
"identifier": "ch.gabrielevarano.dossier",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "(cd .. && npm run build) && npm run build",
"devUrl": "http://127.0.0.1:5183",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"label": "main",
"title": "Dossier",
"width": 920,
"height": 640,
"minWidth": 720,
"minHeight": 480,
"resizable": true,
"fullscreen": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["app", "dmg"],
"icon": ["icons/icon.png"],
"copyright": "© 2026 Karim Gabriele Varano",
"category": "DeveloperTool",
"shortDescription": "Dossier Launcher",
"longDescription": "Projekt-Launcher fuer das Dossier-Plugin in Rhino 8.",
"resources": {
"../../dist": "dist",
"../../rhino": "rhino"
}
}
}