-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello
I am trying to convert the tutorial http://developer.android.com/guide/topics/graphics/opengl.html to Clojure using the fork I found on this site (also using the main 1.4 release but with the same result)
The issue is that the onTouchEvent is behaving very slow.
Logcat says
05-06 11:03:30.680: INFO/InputDispatcher(170): Application is not responding: Window{4143d7f0 com.example/com.example.Activity paused=false}. 9270.0ms since event, 5001.9ms since wait started
05-06 11:03:30.680: INFO/WindowManager(170): Input event dispatching timed out sending to com.example/com.example.Activity
Might be related to how Clojure generates separate java class per overridden/implemented method, but I have no real clue
Any tips would be warmly welcomed as currently, my planned pet project to play around with opengl on android using Clojure seems pretty unworkable
Many thanks
Peter