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

16
assets/software/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Softwaregrafiken
Pixelnahe SVG-Symbole fuer fruehe Softwaremodule, Systemhuerden und Gegner.
- `module-abtastmodus.svg`
- `module-energy-daemon.svg`
- `module-memory-allocation.svg`
- `module-filesystem-index.svg`
- `module-subroutine.svg`
- `module-musterextraktor.svg`
- `enemy-watchdog.svg`
- `enemy-parasite-fragment.svg`
- `enemy-security-scan.svg`
- `enemy-scanner-software.svg`
- `enemy-system-hurdle.svg`
- `enemy-anticheat.svg`

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Anticheat">
<rect width="96" height="96" fill="#070506"/>
<g fill="none" stroke="#ff5574" stroke-width="3">
<path d="M48 12 76 24v20c0 19-12 31-28 40-16-9-28-21-28-40V24z"/>
<path d="M35 35h26M35 48h20M35 61h26" opacity=".6"/>
</g>
<path d="M32 32 64 64M64 32 32 64" stroke="#ffbe55" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 409 B

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

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Parasitaerer Datenrest">
<rect width="96" height="96" fill="#070506"/>
<g fill="none" stroke="#ff5574" stroke-width="3" stroke-linecap="square">
<path d="M48 18v60M18 48h60M28 28l40 40M68 28 28 68" opacity=".5"/>
<path d="M34 26h28v14h10v28H58v10H30V64H20V36h14z"/>
</g>
<rect x="43" y="43" width="10" height="10" fill="#ff5574"/>
</svg>

After

Width:  |  Height:  |  Size: 437 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Scanner-Software">
<rect width="96" height="96" fill="#070506"/>
<g fill="none" stroke="#ff5574" stroke-width="3">
<path d="M18 26h60v44H18z"/>
<path d="M18 40h60M30 70v10h36V70"/>
<path d="M28 55h40" opacity=".45"/>
</g>
<path d="M26 33h20l-8 14h22l-14 16" fill="none" stroke="#ffbe55" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Sicherheits-Scan">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#ff5574" stroke-width="3">
<circle cx="48" cy="48" r="30"/>
<path d="M48 18v60M18 48h60"/>
<path d="M27 30c11 8 31 8 42 0M27 66c11-8 31-8 42 0" opacity=".5"/>
</g>
<rect x="44" y="44" width="8" height="8" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 417 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Systemhuerde">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#ffbe55" stroke-width="3">
<path d="M22 24h52v48H22z"/>
<path d="M32 24V14h32v10M32 72v10h32V72"/>
<path d="M34 40h28M34 52h18M59 51h5v5h-5z"/>
</g>
<rect x="68" y="18" width="8" height="8" fill="#ff5574"/>
</svg>

After

Width:  |  Height:  |  Size: 401 B

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Watchdog">
<rect width="96" height="96" fill="#070506"/>
<g fill="none" stroke="#ffbe55" stroke-width="3">
<path d="M18 28h60v38H18z"/>
<path d="M28 28V16h40v12M32 66v14M64 66v14"/>
<path d="M31 44h10M55 44h10M36 56h24" opacity=".8"/>
</g>
<g fill="#ff5574">
<rect x="34" y="41" width="7" height="7"/>
<rect x="55" y="41" width="7" height="7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 470 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Abtastmodus">
<rect width="96" height="96" fill="#040807"/>
<g fill="none" stroke="#53e5ff" stroke-width="3" stroke-linecap="square">
<circle cx="48" cy="48" r="32" opacity=".35"/>
<circle cx="48" cy="48" r="18" opacity=".7"/>
<path d="M14 48h22M60 48h22M48 14v22M48 60v22"/>
<path d="M27 69 69 27" opacity=".65"/>
</g>
<rect x="43" y="43" width="10" height="10" fill="#56ff9a"/>
</svg>

After

Width:  |  Height:  |  Size: 494 B

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Energieverwaltung">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#ffbe55" stroke-width="3" stroke-linejoin="miter">
<path d="M50 8 24 52h19l-5 36 34-50H52z"/>
<path d="M15 20h19M13 74h23M62 19h20M59 75h24" opacity=".45"/>
</g>
<g fill="#ffbe55">
<rect x="13" y="18" width="5" height="5"/>
<rect x="78" y="17" width="5" height="5"/>
<rect x="32" y="72" width="5" height="5"/>
<rect x="58" y="73" width="5" height="5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 571 B

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Dateisystem-Index">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#8ea7ff" stroke-width="3">
<rect x="18" y="16" width="60" height="64"/>
<path d="M28 30h30M28 45h40M28 60h18" opacity=".7"/>
<path d="M59 60h10v10H59zM47 60h12M69 60l8 12" opacity=".8"/>
</g>
<g fill="#ff5574">
<rect x="63" y="26" width="7" height="7"/>
<rect x="20" y="78" width="56" height="3" opacity=".45"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 526 B

View File

@@ -0,0 +1,23 @@
<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" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<rect width="128" height="128" fill="#050807"/>
<g fill="none" stroke="#53e5ff" stroke-width="2" filter="url(#glow)">
<rect x="28" y="28" width="72" height="72"/>
<rect x="44" y="44" width="40" height="40"/>
<path d="M12 44h16M12 64h16M12 84h16M100 44h16M100 64h16M100 84h16"/>
<path d="M44 12v16M64 12v16M84 12v16M44 100v16M64 100v16M84 100v16"/>
</g>
<g fill="#29ff85" filter="url(#glow)">
<path d="M54 58h20v12H54z"/>
<path d="M44 64 56 52v24z"/>
<path d="M84 64 72 52v24z"/>
</g>
<g stroke="#ffbe55" stroke-width="2" opacity=".85">
<path d="M38 94 18 112M90 34l20-18M90 94l20 18M38 34 18 16" fill="none"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 970 B

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Speicherzuweisung">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#53e5ff" stroke-width="3">
<rect x="18" y="20" width="60" height="56"/>
<path d="M18 36h60M18 52h60M34 20v56M50 20v56M66 20v56" opacity=".55"/>
</g>
<g fill="#56ff9a">
<rect x="22" y="24" width="8" height="8"/>
<rect x="38" y="40" width="8" height="8"/>
<rect x="54" y="56" width="8" height="8"/>
<rect x="70" y="24" width="4" height="48" opacity=".45"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 573 B

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Musterextraktor">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#56ff9a" stroke-width="3">
<path d="M16 26h28v18H16zM52 26h28v18H52zM34 58h28v18H34z"/>
<path d="M44 35h8M48 44v14M30 58 23 44M66 58l7-14" opacity=".65"/>
</g>
<g fill="#53e5ff">
<rect x="25" y="34" width="8" height="4"/>
<rect x="63" y="34" width="8" height="4"/>
<rect x="45" y="66" width="8" height="4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="Subroutine">
<rect width="96" height="96" fill="#050807"/>
<g fill="none" stroke="#b892ff" stroke-width="3">
<rect x="24" y="18" width="48" height="60"/>
<path d="M35 32h26M35 46h18M35 60h26"/>
<path d="M18 32h10M18 48h10M18 64h10M68 32h10M68 48h10M68 64h10" opacity=".6"/>
</g>
<rect x="45" y="42" width="8" height="16" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 445 B