feat: add minimal app shell #2

Merged
moldybits merged 1 commits from feat/minimal-app-shell into main 2026-05-15 20:35:13 -04:00
Member

Summary

  • add pure app_state with reducer actions and CPU preview rendering
  • add optional app feature with gated eframe/egui WGPU app shell binary
  • document cargo run --features app --bin openvistapro_app

Validation

  • cargo fmt --check
  • cargo test
  • cargo test --features app
  • cargo check --features app --bin openvistapro_app
  • cargo clippy --all-targets -- -D warnings
  • cargo clippy --features app --all-targets -- -D warnings
  • grep -q "cargo run --features app --bin openvistapro_app" README.md
  • git diff --check
## Summary - add pure `app_state` with reducer actions and CPU preview rendering - add optional `app` feature with gated `eframe`/`egui` WGPU app shell binary - document `cargo run --features app --bin openvistapro_app` ## Validation - cargo fmt --check - cargo test - cargo test --features app - cargo check --features app --bin openvistapro_app - cargo clippy --all-targets -- -D warnings - cargo clippy --features app --all-targets -- -D warnings - grep -q "cargo run --features app --bin openvistapro_app" README.md - git diff --check
moldybot added 1 commit 2026-05-15 18:49:06 -04:00
moldybits merged commit 5a02903a2e into main 2026-05-15 20:35:13 -04:00
moldybits deleted branch feat/minimal-app-shell 2026-05-15 20:35:13 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Repos/openvistapro#2