feat: AR-VMS-Seaman initial commit — Python FastAPI + PySide6 (runtime server + desktop studio client)

This commit is contained in:
2026-07-03 12:16:31 -04:00
parent 7390d5cd51
commit 2302e963b2
12 changed files with 1144 additions and 136 deletions
+12 -6
View File
@@ -5,13 +5,19 @@
<stop offset="0%" stop-color="#00D9FF"/>
<stop offset="100%" stop-color="#1B7FB5"/>
</linearGradient>
<linearGradient id="favHull" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#F2F5F9"/>
<stop offset="100%" stop-color="#7C8B9F"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="#04111F"/>
<circle cx="32" cy="32" r="22" fill="none" stroke="url(#favCyan)" stroke-width="2.4"/>
<g stroke="#E6EAF0" stroke-width="1.4" stroke-linecap="round">
<line x1="32" y1="9" x2="32" y2="55"/>
<line x1="9" y1="32" x2="55" y2="32"/>
<circle cx="32" cy="32" r="22" fill="none" stroke="url(#favCyan)" stroke-width="2.2"/>
<path d="M 32 10 L 30 6 L 34 6 Z" fill="#00D9FF"/>
<g transform="translate(32,33) scale(0.55)">
<path d="M -32 6 C -28 -1, -22 -5, -14 -6 L 22 -6 L 30 -2 L 30 6 L 24 11 L -26 11 Z" fill="url(#favHull)" stroke="#04111F" stroke-width="0.8"/>
<path d="M -10 -6 L -4 -14 L 14 -14 L 18 -6 Z" fill="#FFFFFF" stroke="#04111F" stroke-width="0.6"/>
<path d="M -2 -14 L 0 -19 L 10 -19 L 12 -14 Z" fill="#FFFFFF" stroke="#04111F" stroke-width="0.5"/>
<path d="M -8 -10 L -3 -12 L 13 -12 L 16 -10" stroke="#00D9FF" stroke-width="0.9" fill="none"/>
<line x1="5" y1="-19" x2="5" y2="-25" stroke="#7C8B9F" stroke-width="0.8"/>
</g>
<path d="M 17 36 Q 20 30 32 30 Q 44 30 47 36 L 42 42 L 22 42 Z" fill="#E6EAF0"/>
<path d="M 31 30 L 31 18 L 43 30 Z" fill="#00D9FF"/>
</svg>

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 1.3 KiB

+90 -16
View File
@@ -1,32 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="96" height="96" role="img" aria-label="VMS-Sailor mark">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120" role="img" aria-label="VMS-Sailor mark">
<defs>
<linearGradient id="m_cyan" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00D9FF"/>
<stop offset="60%" stop-color="#5BC0EB"/>
<stop offset="100%" stop-color="#1B7FB5"/>
</linearGradient>
<linearGradient id="m_hull" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#E6EAF0"/>
<linearGradient id="m_hull" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#F2F5F9"/>
<stop offset="55%" stop-color="#C7D0DD"/>
<stop offset="100%" stop-color="#7C8B9F"/>
</linearGradient>
<linearGradient id="m_super" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#B8C2D1"/>
</linearGradient>
<linearGradient id="m_water" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#00D9FF" stop-opacity="0.55"/>
<stop offset="100%" stop-color="#00D9FF" stop-opacity="0"/>
</linearGradient>
<radialGradient id="m_glow" cx="50%" cy="50%" r="55%">
<stop offset="0%" stop-color="#00D9FF" stop-opacity="0.65"/>
<stop offset="0%" stop-color="#00D9FF" stop-opacity="0.55"/>
<stop offset="100%" stop-color="#00D9FF" stop-opacity="0"/>
</radialGradient>
<filter id="m_softGlow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="1.2" result="b"/>
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<g transform="translate(48,48)">
<circle r="44" fill="url(#m_glow)"/>
<circle r="36" fill="none" stroke="url(#m_cyan)" stroke-width="3"/>
<g stroke="#E6EAF0" stroke-width="1.4" stroke-linecap="round">
<line x1="0" y1="-34" x2="0" y2="34"/>
<line x1="-34" y1="0" x2="34" y2="0"/>
<line x1="-24" y1="-24" x2="24" y2="24" opacity="0.4"/>
<line x1="-24" y1="24" x2="24" y2="-24" opacity="0.4"/>
<!-- Outer compass / glow -->
<g transform="translate(60,60)">
<circle r="56" fill="url(#m_glow)"/>
<circle r="46" fill="none" stroke="url(#m_cyan)" stroke-width="3"/>
<!-- Compass ticks: 32 short marks every 11.25 degrees -->
<g stroke="#5BC0EB" stroke-width="1" opacity="0.7">
<line x1="0" y1="-46" x2="0" y2="-42"/>
<line x1="0" y1="46" x2="0" y2="42"/>
<line x1="-46" y1="0" x2="-42" y2="0"/>
<line x1="46" y1="0" x2="42" y2="0"/>
</g>
<!-- 8-point cross -->
<g stroke="#E6EAF0" stroke-width="0.8" opacity="0.45">
<line x1="-32" y1="-32" x2="32" y2="32"/>
<line x1="-32" y1="32" x2="32" y2="-32"/>
</g>
<!-- N marker (cardinal) -->
<path d="M 0 -42 L -4 -52 L 4 -52 Z" fill="#00D9FF"/>
<!-- Water reflection band -->
<ellipse cx="0" cy="13" rx="34" ry="3" fill="url(#m_water)"/>
<!-- ====== VESSEL SILHOUETTE (side view, yacht motor planeo) ====== -->
<g filter="url(#m_softGlow)">
<!-- Hull (planing V with chine, transom at right) -->
<!-- Bow at left, stern at right -->
<path d="
M -32 6
C -28 -1, -22 -5, -14 -6
L 22 -6
L 30 -2
L 30 6
L 24 11
L -26 11
Z"
fill="url(#m_hull)" stroke="#04111F" stroke-width="0.8" stroke-linejoin="round"/>
<!-- Chine line (highlight) -->
<path d="M -28 5 L 28 5" stroke="#00D9FF" stroke-width="0.4" opacity="0.5"/>
<!-- Superstructure (main deck cabin) -->
<path d="
M -10 -6
L -4 -14
L 14 -14
L 18 -6
Z"
fill="url(#m_super)" stroke="#04111F" stroke-width="0.7" stroke-linejoin="round"/>
<!-- Flybridge (upper deck) -->
<path d="
M -2 -14
L 0 -19
L 10 -19
L 12 -14
Z"
fill="url(#m_super)" stroke="#04111F" stroke-width="0.6" stroke-linejoin="round"/>
<!-- Windscreen (cyan glow line on main cabin) -->
<path d="M -8 -10 L -3 -12 L 13 -12 L 16 -10" stroke="#00D9FF" stroke-width="0.9" fill="none" opacity="0.95"/>
<!-- Mast / radar arch -->
<line x1="5" y1="-19" x2="5" y2="-26" stroke="#7C8B9F" stroke-width="0.8"/>
<circle cx="5" cy="-26.5" r="1.2" fill="#00D9FF"/>
<!-- Bow waterline spray -->
<path d="M -34 8 Q -36 11 -32 12" stroke="#00D9FF" stroke-width="0.7" fill="none" opacity="0.65"/>
<!-- Stern transom detail -->
<line x1="28" y1="-4" x2="28" y2="9" stroke="#04111F" stroke-width="0.4" opacity="0.5"/>
</g>
<path d="M -25 5 Q -21 -3 0 -3 Q 21 -3 25 5 L 18 13 L -18 13 Z"
fill="url(#m_hull)" stroke="#04111F" stroke-width="0.8"/>
<path d="M -1 -3 L -1 -22 L 16 -3 Z" fill="#00D9FF"/>
<circle r="3" fill="#FFFFFF"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+21 -12
View File
@@ -1,18 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 80" width="320" height="80" role="img" aria-label="VMS-Sailor monochrome">
<g transform="translate(40,40)">
<circle r="28" fill="none" stroke="currentColor" stroke-width="2"/>
<g stroke="currentColor" stroke-width="1" stroke-linecap="round">
<line x1="0" y1="-26" x2="0" y2="26"/>
<line x1="-26" y1="0" x2="26" y2="0"/>
<line x1="-18" y1="-18" x2="18" y2="18" opacity="0.5"/>
<line x1="-18" y1="18" x2="18" y2="-18" opacity="0.5"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 96" width="360" height="96" role="img" aria-label="VMS-Sailor monochrome">
<g transform="translate(48,48)" fill="currentColor">
<circle r="38" fill="none" stroke="currentColor" stroke-width="2.2"/>
<g stroke="currentColor" stroke-width="0.6" opacity="0.5">
<line x1="-26" y1="-26" x2="26" y2="26"/>
<line x1="-26" y1="26" x2="26" y2="-26"/>
</g>
<g stroke="currentColor" stroke-width="0.8">
<line x1="0" y1="-38" x2="0" y2="-34"/>
<line x1="0" y1="38" x2="0" y2="34"/>
<line x1="-38" y1="0" x2="-34" y2="0"/>
<line x1="38" y1="0" x2="34" y2="0"/>
</g>
<path d="M 0 -34 L -3 -42 L 3 -42 Z" fill="currentColor"/>
<g transform="scale(0.85)">
<path d="M -32 6 C -28 -1, -22 -5, -14 -6 L 22 -6 L 30 -2 L 30 6 L 24 11 L -26 11 Z" fill="currentColor"/>
<path d="M -10 -6 L -4 -14 L 14 -14 L 18 -6 Z" fill="currentColor"/>
<path d="M -2 -14 L 0 -19 L 10 -19 L 12 -14 Z" fill="currentColor"/>
<line x1="5" y1="-19" x2="5" y2="-25" stroke="currentColor" stroke-width="0.7"/>
</g>
<path d="M -19 4 Q -16 -2 0 -2 Q 16 -2 19 4 L 14 10 L -14 10 Z" fill="currentColor"/>
<path d="M -1 -2 L -1 -16 L 12 -2 Z" fill="currentColor"/>
</g>
<g font-family="'Space Grotesk', 'Inter', system-ui, sans-serif" fill="currentColor">
<text x="88" y="44" font-size="28" font-weight="700" letter-spacing="-0.5">VMS · Sailor</text>
<text x="88" y="62" font-size="10" font-weight="500" letter-spacing="3">VESSEL · MANAGEMENT · SYSTEM</text>
<text x="110" y="54" font-size="32" font-weight="700" letter-spacing="-1">VMS · Sailor</text>
<text x="110" y="74" font-size="10" font-weight="600" letter-spacing="3.5">VESSEL · MANAGEMENT · SYSTEM</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+67 -34
View File
@@ -1,52 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 80" width="320" height="80" role="img" aria-label="VMS-Sailor">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 96" width="360" height="96" role="img" aria-label="VMS-Sailor">
<defs>
<linearGradient id="cyanGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<linearGradient id="L_cyan" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00D9FF"/>
<stop offset="55%" stop-color="#5BC0EB"/>
<stop offset="60%" stop-color="#5BC0EB"/>
<stop offset="100%" stop-color="#1B7FB5"/>
</linearGradient>
<linearGradient id="hullGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#E6EAF0"/>
<linearGradient id="L_hull" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#F2F5F9"/>
<stop offset="55%" stop-color="#C7D0DD"/>
<stop offset="100%" stop-color="#7C8B9F"/>
</linearGradient>
<radialGradient id="glow" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#00D9FF" stop-opacity="0.55"/>
<linearGradient id="L_super" x1="0%" y1="0%" x2="0%" y2="1">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#B8C2D1"/>
</linearGradient>
<radialGradient id="L_glow" cx="50%" cy="50%" r="55%">
<stop offset="0%" stop-color="#00D9FF" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#00D9FF" stop-opacity="0"/>
</radialGradient>
<filter id="softGlow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="2.5" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
<filter id="L_softGlow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="1.5" result="b"/>
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<!-- Compass / hull mark -->
<g transform="translate(40,40)" filter="url(#softGlow)">
<circle r="34" fill="url(#glow)" />
<circle r="28" fill="none" stroke="url(#cyanGrad)" stroke-width="2.2"/>
<!-- 8-point compass star -->
<g stroke="#E6EAF0" stroke-width="1.2" stroke-linecap="round">
<line x1="0" y1="-26" x2="0" y2="26"/>
<line x1="-26" y1="0" x2="26" y2="0"/>
<line x1="-18" y1="-18" x2="18" y2="18" opacity="0.4"/>
<line x1="-18" y1="18" x2="18" y2="-18" opacity="0.4"/>
<!-- ===== Compass + Yacht ===== -->
<g transform="translate(48,48)">
<circle r="46" fill="url(#L_glow)"/>
<circle r="38" fill="none" stroke="url(#L_cyan)" stroke-width="2.4"/>
<g stroke="#E6EAF0" stroke-width="0.6" opacity="0.4">
<line x1="-26" y1="-26" x2="26" y2="26"/>
<line x1="-26" y1="26" x2="26" y2="-26"/>
</g>
<g stroke="#5BC0EB" stroke-width="0.9" opacity="0.7">
<line x1="0" y1="-38" x2="0" y2="-34"/>
<line x1="0" y1="38" x2="0" y2="34"/>
<line x1="-38" y1="0" x2="-34" y2="0"/>
<line x1="38" y1="0" x2="34" y2="0"/>
</g>
<path d="M 0 -34 L -3 -42 L 3 -42 Z" fill="#00D9FF"/>
<!-- Yacht silhouette (side view) -->
<g filter="url(#L_softGlow)" transform="scale(0.85)">
<path d="
M -32 6
C -28 -1, -22 -5, -14 -6
L 22 -6
L 30 -2
L 30 6
L 24 11
L -26 11
Z"
fill="url(#L_hull)" stroke="#04111F" stroke-width="0.7" stroke-linejoin="round"/>
<path d="
M -10 -6
L -4 -14
L 14 -14
L 18 -6
Z"
fill="url(#L_super)" stroke="#04111F" stroke-width="0.6"/>
<path d="
M -2 -14
L 0 -19
L 10 -19
L 12 -14
Z"
fill="url(#L_super)" stroke="#04111F" stroke-width="0.5"/>
<path d="M -8 -10 L -3 -12 L 13 -12 L 16 -10" stroke="#00D9FF" stroke-width="0.8" fill="none"/>
<line x1="5" y1="-19" x2="5" y2="-25" stroke="#7C8B9F" stroke-width="0.7"/>
<circle cx="5" cy="-25" r="1" fill="#00D9FF"/>
</g>
<!-- Stylized boat silhouette -->
<path d="M -19 4 Q -16 -2 0 -2 Q 16 -2 19 4 L 14 10 L -14 10 Z"
fill="url(#hullGrad)" stroke="#04111F" stroke-width="0.6"/>
<path d="M -1 -2 L -1 -16 L 12 -2 Z" fill="#00D9FF" opacity="0.95"/>
<circle r="2.2" fill="#FFFFFF" cx="0" cy="0"/>
</g>
<!-- Wordmark -->
<g font-family="'Space Grotesk', 'Inter', system-ui, sans-serif" fill="#F2F5F9">
<text x="88" y="44" font-size="28" font-weight="700" letter-spacing="-0.5">VMS</text>
<text x="146" y="44" font-size="28" font-weight="300" letter-spacing="-0.3" fill="#00D9FF">·</text>
<text x="158" y="44" font-size="28" font-weight="400" letter-spacing="-0.3">Sailor</text>
<text x="88" y="62" font-size="10" font-weight="500" letter-spacing="3" fill="#7C8B9F">
<!-- ===== Wordmark ===== -->
<g font-family="'Space Grotesk', 'Inter', system-ui, sans-serif">
<text x="110" y="54" font-size="32" font-weight="700" letter-spacing="-1" fill="#F2F5F9">VMS</text>
<text x="170" y="54" font-size="32" font-weight="300" fill="#00D9FF">·</text>
<text x="183" y="54" font-size="32" font-weight="400" letter-spacing="-0.3" fill="#F2F5F9">Sailor</text>
<text x="110" y="74" font-size="10" font-weight="600" letter-spacing="3.5" fill="#7C8B9F">
VESSEL · MANAGEMENT · SYSTEM
</text>
</g>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB