-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiplatform? #2
Comments
Windows support would take a lot of effort, but Linux support would be a bit easier. The main issue would be in porting the OpenCL code to support Linux. In particular, I think the build system would need a bit of work to pull in the right libraries, and there's a bit of Mac-specific code in the UI (for setting up the Mac menu bar). There's probably other stuff that I've forgotten too, it's been a while since I worked on this code. I'm not planning to work on it any more at present. If you're after alternatives, Google Resonance Audio is under active development and looks very good, although I haven't tried it. |
Alright, thanks.
…On Tue, Apr 10, 2018, 12:45 PM Reuben Thomas ***@***.***> wrote:
Windows support would take a lot of effort, but Linux support would be a
bit easier. The main issue would be in porting the OpenCL code to support
Linux. In particular, I think the build system would need a bit of work to
pull in the right libraries, and there's a bit of Mac-specific code in the
UI (for setting up the Mac menu bar). There's probably other stuff that
I've forgotten too, it's been a while since I worked on this code. I'm not
planning to work on it any more at present.
If you're after alternatives, Google Resonance Audio
<https://developers.google.com/resonance-audio/> is under active
development and looks very good, although I haven't tried it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFAoCu3lScGjuX4Es8g22OM4lMpFF0nRks5tnQvlgaJpZM4TLu3a>
.
|
I'm very excited to have found this repo -- unfortunately, me and my collaborator are using Linux. Where would I look to grab the main algo's to repackage this into a CLI? I have no experience with OpenCL. What is involved in porting that code to linux? |
I'm also very excited when I found this repository. It's exactly what I am looking for. A dream would be re-implementing this as a multi-platform Qt program, but that would require some work. |
How much effort would it take to build a Windows (or Linux if that's easier) release? I know JUCE is multiplatform by default, so that should help a bit. This software looks amazing, and I wish I could try it.
The text was updated successfully, but these errors were encountered: