[TIMOB-24739] Hyperloop Android: Support OpenGL/SmartGL module
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Hyperloop |
Labels | android, hyperloop |
Reporter | Michael Gangolf |
Assignee | Unknown |
Created | 2017-05-27T11:18:16.000+0000 |
Updated | 2018-02-28T19:55:45.000+0000 |
Description
I'm trying to implement an OpenGL library in hyperloop but the whole app freezes when I register the event that is listening to the "frame changes"/onTick event.
* Github project: https://github.com/m1ga/hyperloop-smartGL
* used library: https://github.com/smart-fun/smartGL
The problem is the line:
smartGLView.setController(smartController);
if I remove it it will compile and show a blue view that recognize the default touch events (so it is running).
So my guess is that onTick: function(glview)\
is freezing the thread/app because it will be called the whole time.
No comments