mat1jaczyyy / apollo-studio

Apollo Studio is a standalone editor and live playback engine for RGB Launchpad light effects.
https://apollo.mat1jaczyyy.com
BSD 3-Clause "New" or "Revised" License
187 stars 23 forks source link

y u no linux? #423

Closed dromer closed 3 years ago

dromer commented 3 years ago

Any instructions on how to build this in non-win, non-mac environments? :)

mat1jaczyyy commented 3 years ago

We do run on Linux, albeit you'll have to build it yourself: https://github.com/mat1jaczyyy/apollo-studio/issues/364 Big problem with that is that we use a decades old version of Avalonia that isn't available on NuGet anymore, so you can't build anything yourself. I've been trying to get this fixed for a while (https://github.com/mat1jaczyyy/apollo-studio/pull/394)

You should contact me on Discord: https://discord.gg/pjDWeeJT

dromer commented 3 years ago

Thnx for the detailed reply. Depending on decades old dependencies sounds like a bit of a risk though ..

Btw, it might also be interesting to look at the Ctlra effort over at OpenAV: https://github.com/openAVproductions/openAV-Ctlra In order to abstract specific hardware support (and thus be able to use more types of controllers).