Is it possible to port a project’s code which has been written with Xcode, to JUCE?

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi, i have a project that has been created and completed with Xcode. I want to port it to Juice in order to make it work for other platforms like Win and Linux. Is there a proper way to do this or should i review whole project, delete Xcode library parts and change the whole project? Is there any one who has experience about this issue ? What is your advice ?
Thank you for your answers.

Post

Is your code Swift, Objective-C, or C++?

If it's C++, most of it will probably be judicious copying and pasting. Anything else will need to be translated.
I started on Logic 5 with a PowerBook G4 550Mhz. I now have a MacBook Air M1 and it's ~165x faster! So, why is my music not proportionally better? :(

Post

Hi,

I think it will be completely new code, GUI at least. JUCE project can be easily compiled on Linux, Mac, Win.

Post

it is C++. It looks like there will be a lot of things to be done. Thank you for your answers again. Have a good day !

Post Reply

Return to “DSP and Plugin Development”