Is there any plugin available for Juce
library which i can add and which can work for both IOS and android ? If not, how do i integrate Juce
library in my Phone gap app ?
Asked
Active
Viewed 123 times
5

FarheenP
- 349
- 1
- 2
- 11
1 Answers
1
There is no plug in. But you can use intro juicer for creating different projects. Xcode, Visual studio or Android.

CGD
- 259
- 2
- 3
- 15
-
I would be helpful if you provide me with certain links or demo examples. – FarheenP Feb 09 '15 at 05:46
-
Please download the JUCE framework http://www.juce.com/download This framework has all the bits and component required for your project. Specifically look for IntroJuicer – CGD Feb 10 '15 at 09:23
-
Now days, it's referred to as ProJucer. https://juce.com/discover/projucer – Jay Koutavas Nov 28 '19 at 11:56