Java, Python versus native apps

Reply
Avatar
by NO2

Do you think Java apps will be deemed adequately qualitative for purchase, or should that be largely independent. Sure, native apps that work well (no bugs), would be better (unless you have both Windows and Mac, and want to use the app on either. That's not even that rare a case actually).
It's possible that some apps will be worth duplicating for all relevant OS'es.

Avatar
by Adam Somers

That will depend on the app's performance requirements--I'm sure Java is perfectly fine for a large number of uses. If native performance is required a cross-platform framework such as Juce is the way to go, in my opinion.

In reply to NO2
Avatar
by NO2

thanks, now I finally know what that is.

In reply to adam