android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

Migrate samples off ALooper_pollAll. #1009

Closed DanAlbert closed 2 months ago

DanAlbert commented 2 months ago

There's a fair amount of absurd stuff left around the code I touched. Some samples have a lot of code dedicated to managing sensors that then do nothing with the sensors, some display a static image but have a render "loop", all of these have a nearly identical main loop but don't share any code, etc. I'll be back.