Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24739] Hyperloop Android: Support OpenGL/SmartGL module

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsHyperloop
Labelsandroid, hyperloop
ReporterMichael Gangolf
AssigneeUnknown
Created2017-05-27T11:18:16.000+0000
Updated2018-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.

Comments

No comments

JSON Source