AIWAKE-Prototyp mit Programm-Evolution

This commit is contained in:
nalpush
2026-07-21 20:43:12 +02:00
parent 81a2ffdc5a
commit 9814ac632c
42 changed files with 5839 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<defs>
<filter id="glow" x="-35%" y="-35%" width="170%" height="170%">
<feGaussianBlur stdDeviation="2.5" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<rect width="128" height="128" fill="#050807"/>
<g fill="none" stroke="#ff5574" stroke-width="2" filter="url(#glow)">
<path d="M18 26h92v76H18z"/>
<path d="M30 38h68v52H30z"/>
<path d="M64 18v22M64 88v22M16 64h22M90 64h22"/>
<path d="M42 50l22-12 22 12v26L64 90 42 76z"/>
</g>
<g fill="#ffbe55">
<rect x="59" y="50" width="10" height="28"/>
<rect x="50" y="59" width="28" height="10"/>
</g>
<g stroke="#53e5ff" stroke-width="1" opacity=".7">
<path d="M28 24v-8h18M100 24v-8H82M28 104v8h18M100 104v8H82" fill="none"/>
<path d="M36 104 92 24M36 24l56 80" fill="none"/>
</g>
<g fill="#ff5574" opacity=".65">
<rect x="22" y="58" width="7" height="3"/>
<rect x="99" y="67" width="7" height="3"/>
<rect x="58" y="99" width="12" height="3"/>
<rect x="58" y="26" width="12" height="3"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB