DISTRHO / PawPaw

Cross-Platform build scripts for audio plugins
ISC License
63 stars 8 forks source link

Similar project, different approach #11

Open kmturley opened 3 years ago

kmturley commented 3 years ago

Hi there, Your project looks interesting, building cross-platform plugins in an automated way.

I've also been trying to solve this problem and come up with a slightly different approach. It could be useful for your project. Instead of trying to create an uber single project which can build any type of plugin, separating them into framework-specific projects.

My approach:

So far i've created boilerplate repos for the main framework types here:

Feel free to copy/reused the same approach :)

If we can help plugin developers to start structuring their plugins with automated builds, they will save time, there will be more compatibility and everyone will benefit!