libmx3 / mx3

a sample project showcasing/collecting cross platform techniques on mobile
MIT License
1.17k stars 149 forks source link

Allow threads to be launched from each platform #45

Closed skabbes closed 9 years ago

skabbes commented 9 years ago

On Android, it is suggested that you launch threads from Java. http://developer.android.com/training/articles/perf-jni.html#faq_FindClass

Fixes https://github.com/libmx3/mx3/issues/37