Add second animations for each RGB zone #31

Merged
JackFrostbyte merged 1 commit from feature/v0.5-issue-26-second-animations into main 2026-05-09 18:11:58 -04:00

Summary

Completes issue #26 by adding a second animation for each active RGB Aura zone.

Added animations

  • GPU:
    • Added gpu_aurora_center_pulse
  • Motherboard:
    • Added motherboard_soft_breath
  • Top Fractal fans:
    • Added top_fractal_fans_cross_glimmer
  • Thermaltake/front fans:
    • Added thermaltake_curtain_aurora

Developer test helper

Added:

  • scripts/test_registered_animation.py

This allows testing one registered animation at a time before running the full semi-random combined runtime.

Example:

PYTHONPATH=src python scripts/test_registered_animation.py thermaltake_curtain_aurora --cycles 1 --animation-speed 1.25
## Summary Completes issue #26 by adding a second animation for each active RGB Aura zone. ## Added animations - GPU: - Added `gpu_aurora_center_pulse` - Motherboard: - Added `motherboard_soft_breath` - Top Fractal fans: - Added `top_fractal_fans_cross_glimmer` - Thermaltake/front fans: - Added `thermaltake_curtain_aurora` ## Developer test helper Added: - `scripts/test_registered_animation.py` This allows testing one registered animation at a time before running the full semi-random combined runtime. Example: ```bash PYTHONPATH=src python scripts/test_registered_animation.py thermaltake_curtain_aurora --cycles 1 --animation-speed 1.25
JackFrostbyte deleted branch feature/v0.5-issue-26-second-animations 2026-05-09 18:12:09 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JackFrostbyte/rgb-aura!31
No description provided.