You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torizon: Add SW renderer support for home-automation demo on GPU-less platforms
Add conditional compilation to use demo-sw-renderer.slint for home-automation
when building for platforms without GPU support (default).
- Add sw-renderer feature to home-automation Cargo.toml
- Use conditional compilation in lib.rs to select demo.slint or demo-sw-renderer.slint
- Add BUILD_HOME_AUTOMATION_SW_RENDERER ARG to Dockerfile.torizon-demos
- Configure torizon_demos.yaml to enable SW renderer for GPU-less platforms
0 commit comments