• Joined on 2025-05-23
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-24 14:22:06 +02:00
f5dcaed5d0 Tune fingerprint feedback defaults
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:57:53 +02:00
e91a02685a Restructure project files and add README, docs, and tools
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:22:23 +02:00
ff232ff2cf Dateien nach "Main" hochladen
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:50 +02:00
9baad7f610 Dateien nach "Main" hochladen
Jan created branch main in Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:50 +02:00
Jan created repository Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:10 +02:00
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-20 21:13:23 +02:00
d2ca1a2aef Tighten web surfaces and clean handoff
ed1e4b49ab Update Qwen 14B local environment handoff
202b86aa72 Add Qwen 14B handoff documentation
Compare 3 commits »
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-20 01:13:36 +02:00
07c52db5fb Stabilize control surface and external bridge v1
Jan pushed to main at Jan/RFP_Finanzen 2026-04-20 00:03:32 +02:00
f947908f0e Fix period editing and harden app with Next.js security upgrade
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-17 21:18:33 +02:00
a56cecb23d Software-only show-control readiness baseline
Jan created branch master in Jan/Infinity_Vis_Rust 2026-04-17 21:18:33 +02:00
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 12:47:57 +02:00
8e19f535ae Die gemeinsame Plattform ist jetzt softwareseitig deutlich vollständiger. Der Host-Core hat mit [show_store.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/show_store.rs>) eine echte Runtime-Bibliothek und Persistenz für aktive Szene, Runtime-Presets, Runtime-Gruppen und kreative Varianten bekommen; die Simulation in [simulation.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/simulation.rs>) liefert jetzt typisierte Command-Ergebnisse, saubere Fehlercodes und persistiert nach data/runtime_state.json. Dazu kommt das generische External-Show-Control-Interface in [external_control.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/external_control.rs>), damit spätere Adapter nur auf definierte Commands und Snapshot-/Preset-/Parameter-Flächen zugreifen.
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 11:58:11 +02:00
a37a3c5cbe Der nächste Layer ist jetzt als echte gemeinsame Außenkante umgesetzt. Das neue API-Crate in [server.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/server.rs>), [dto.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/dto.rs>) und [main.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/main.rs>) stellt die geforderten versionierten Endpunkte bereit: GET /api/v1/snapshot, GET /api/v1/catalog, GET /api/v1/presets, GET /api/v1/groups, POST /api/v1/command und WS /api/v1/stream. Die API trennt jetzt sauber zwischen Command-, State-, Preview- und Event-Modell, inklusive stabiler Außen-Enums und dokumentierten Fehlerobjekten statt eines unreflektierten 1:1-Core-Leaks.
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 11:39:59 +02:00
9457666fd6 **Core**
Jan created repository Jan/Infinity_Vis_Minimax 2026-04-17 11:15:35 +02:00
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 01:45:34 +02:00
dde35551be Der minimale GUI-Vertical-Slice ist jetzt als eigenes Crate umgesetzt. Die Desktop-App liegt in crates/infinity_host_ui/src/main.rs und crates/infinity_host_ui/src/app.rs: lokales Fenster per eframe, globale Controls für Blackout, Master Brightness und Pattern, eine 6-Node-Übersicht, die 18er Mapping-Tabelle mit Node, top/middle/bottom, physischem Output/Kanal, 106 LEDs, direction, color_order, enable_flag, plus Walk 106-Testtrigger pro Panel und einen Status-/Event-Bereich für online/offline, letzter Kontakt und Fehlerstatus.
Jan created branch main in Jan/Infinity_Vis_Rust 2026-04-17 01:34:39 +02:00
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 01:34:39 +02:00
1f6543bd7a Initial commit
Jan created repository Jan/Infinity_Vis_Rust 2026-04-17 01:11:03 +02:00
Jan pushed to feature/infinity-vis-1 at Jan/RFP_Infinity-Vis 2026-04-17 01:08:59 +02:00
3eb702a762 Add Infinity_Vis_1 performance core