tommitytom / RetroPlug

A frontend for the SameBoy GameBoy emulator, with a focus on music creation. It runs standalone and can be used as an audio plugin (VST) in your favourite DAW!
MIT License
304 stars 15 forks source link

Linux support #21

Open nanoni17728 opened 3 years ago

nanoni17728 commented 3 years ago

Hi!

First of all thank you for your hard work. I’m currently using Linux (Ubuntu 20.10 more precisely) as my primary OS for making music. I’m also a programmer, so I’m opening this issue mostly for tracking purpose as I’ll be able to work on my own.

VSTs are supported on this platform so a major refactoring shouldn’t be needed. I have access to multiple Linux distributions too so I will be able to test other popular ones like Archlinux, and maybe package it as well so people could install it from their package manager. I could loo into CI/CD to streamline the building process too.

I’ll keep you updated :)

tommitytom commented 3 years ago

Hi there! A good place to start would be to take a look at the linux support in iPlug2. I beleive there is a branch/pull request that adds support. Then you'd need to fix up the premake scripts to support linux which shouldn't be too much of a problem. Let me know how you get on!

Glaferg commented 2 years ago

This would also be great!