-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I've built this project on a raspberry-pi 4 with 8GB of ram. Loading a QLab file with 7 cue lists and 100 cues in each list it takes a long time to load.
Initially it seems to load the cues very quickly but then the styling of the cue "groups" seems to drag on for 20-30 minutes and the cpu spikes to 120%. I don't really expect amazing performance out of a raspi. However once this loading is complete cueview only takes about 10-20% of cpu. So the majority of the performance issues seem to be in the rendering portion of the QLab plugin
Have you given any thought to this project use vue or react. Perhaps this is just something that needs to be refined in the plugin itself
You also don't build for arm64-Linux but you have a build step for it in package so I suspect you were on the path of doing this
I think (my opinion) the raspi is a perfectly capable system to run this tool and something that could be the easiest way to utilize this for just "cue viewing"