Merged
Conversation
Closed
Member
Author
|
gpuiだとATEM Software Controlと同等のUIを提供することは難しそう |
Implement ATEM-style control layout and fix runtime panics by removing nested Tokio block_on usage so Connect and switcher actions run reliably.
Move frontend source selection to backend-provided source IDs, split Tauri invoke/state sync into dedicated modules, and update switcher panel layout/controls to better match expected ATEM behavior and visuals.
Show DSK AUTO as active while DSK is in transition, and keep FTB highlighted while fade-to-black is actively transitioning or fully black.
Apply rustfmt-only changes in atem-core and tauri backend so fmt check passes cleanly.
Install required Linux system packages, set up Node.js/npm build steps, and add tauri no-bundle build check in CI.
Member
Author
|
ビルドエラーはアイコン関連なので一旦気にせずマージする |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\nInitializes a Rust workspace with �tem-core and �tem-ui (gpui) and wires ATEM control via
ecromancer (feat/streamdeck). Includes a minimal UI (Phase 1/2: program/preview, cut/auto, AUX, and basic DSK).\n\n## Status\n\n- Builds: cargo check --workspace\n- CI gates added: fmt/clippy/check/test compile\n\n## Notes\n\nFeature parity with the official ATEM Software Control is planned but not complete yet.