NasNas
NasNas copied to clipboard
An intuitive and beginner friendly 2D game framework for C++
Results
1
NasNas issues
Sort by
recently updated
recently updated
newest added
Calling [`ns::android::showToast`](https://github.com/Madour/NasNas/blob/dev/src/NasNas/core/android/Activity.cpp#L52) from main will cause crash with exception : `"Can't toast on a thread that has not called Looper.prepare()"` ([here](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/widget/Toast.java#180)). This happens because the main thread looper is not...
bug
android