v0.1-sprint0: Esqueleto completo AR-ShipDesign

- Estructura completa de carpetas (236 módulos stub + implementados)
- pyproject.toml, requirements, .gitignore, LICENSE (propietario)
- core/project.py: serialización .arsd (ZIP con JSON)
- core/units.py: conversiones SI <-> imperial completas
- ui/main_window.py: layout DELFTship-style con todos los paneles
  - Árbol de proyecto (dock izquierda)
  - Tabs de módulos (centro)
  - Panel de propiedades (dock derecha)
  - Panel hidrostáticos en vivo (inferior, fijo)
- ui/i18n: español e inglés
- ui/themes: tema claro y oscuro
- utils/logger.py, settings.py, validation.py
- data/liquids.json: 15 líquidos navales
- data/stability_criteria.json: IMO IS Code 2008, A.749(18), USCG
- tests/test_startup.py: 12 tests, todos PASSED
- Módulo scantling/ ISO 12215 (stubs Sprint 2.5)
- Módulo fabrication/molds/ para moldes FRP (stubs Sprint 13B)
- Módulo fabrication/ para CNC plasma/router/laser (stubs Sprint 13)
This commit is contained in:
2026-05-26 22:10:18 -04:00
commit 0dbc2a4518
266 changed files with 4249 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# arshipdesign/scantling
+2
View File
@@ -0,0 +1,2 @@
"""Mamparos. Stub — Sprint 2.5."""
raise NotImplementedError("bulkheads — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Baos cubierta. Stub — Sprint 2.5."""
raise NotImplementedError("deck_beams — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Presiones diseño ISO 12215-5. Stub — Sprint 2.5."""
raise NotImplementedError("design_pressures — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Bancadas motor. Stub — Sprint 2.5."""
raise NotImplementedError("engine_beds — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Cuadernas módulo sección. Stub — Sprint 2.5."""
raise NotImplementedError("frames — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Sistema de cuadernas. Stub — Sprint 2.5."""
raise NotImplementedError("framing_system — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Pernos quilla. Stub — Sprint 2.5."""
raise NotImplementedError("keel_bolts — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Quilla y varengas. Stub — Sprint 2.5."""
raise NotImplementedError("keel_structure — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Refuerzos longitudinales. Stub — Sprint 2.5."""
raise NotImplementedError("longitudinals — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Paso de mástil. Stub — Sprint 2.5."""
raise NotImplementedError("mast_step — Sprint 2.5")
@@ -0,0 +1 @@
# scantling/materials
@@ -0,0 +1,2 @@
"""Aluminio marino. Stub — Sprint 2.5."""
raise NotImplementedError("aluminum_marine — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Laminados FRP. Stub — Sprint 2.5."""
raise NotImplementedError("frp_laminates — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Plywood marino BS1088. Stub — Sprint 2.5."""
raise NotImplementedError("plywood_marine — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Acero naval. Stub — Sprint 2.5."""
raise NotImplementedError("steel_structural — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Optimización peso/resistencia. Stub — Sprint 2.5."""
raise NotImplementedError("optimizer — Sprint 2.5")
+2
View File
@@ -0,0 +1,2 @@
"""Espesor mínimo forros. Stub — Sprint 2.5."""
raise NotImplementedError("plating — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Reporte escantillado. Stub — Sprint 2.5."""
raise NotImplementedError("scantling_report — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Perfiles estructurales. Stub — Sprint 2.5."""
raise NotImplementedError("section_library — Sprint 2.5")
@@ -0,0 +1 @@
# scantling/standards
@@ -0,0 +1,2 @@
"""ISO 12215-5. Stub — Sprint 2.5."""
raise NotImplementedError("iso_12215_5 — Sprint 2.5")
@@ -0,0 +1,2 @@
"""ISO 12215-6. Stub — Sprint 2.5."""
raise NotImplementedError("iso_12215_6 — Sprint 2.5")
@@ -0,0 +1,2 @@
"""ISO 12215-9 veleros. Stub — Sprint 2.5."""
raise NotImplementedError("iso_12215_9 — Sprint 2.5")
@@ -0,0 +1,2 @@
"""Lloyds Small Craft. Stub — Sprint 2.5."""
raise NotImplementedError("lloyds_small_craft — Sprint 2.5")