GoXLR-on-Linux / goxlr-ui

A User Interface that hooks with the GoXLR Daemon
MIT License
21 stars 15 forks source link

Enhancement: Implement Vector-Based Preview #23

Closed parzival-space closed 1 year ago

parzival-space commented 1 year ago

I have finished the SVG-based preview graphic.

Some functions are still missing, such as the meter animation and display content. The SVG already has the required components, but they are currently disabled.

The preview is compatible with both the GoXLR and the GoXLR Mini.

One disadvantage of the previous approach is that everything related to the preview must now be contained in one file, resulting in a rather large file. This is not necessarily a problem as most of the content is just CSS rules, but it is not exactly eye candy :P