behdad / glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
Other
674 stars 76 forks source link

Hook up Android touch events? #16

Open behdad opened 8 years ago

behdad commented 8 years ago

Might be a simple patch to libGLUT. Or maybe upstream has added already, not sure.

Making the Android demo useful will be great.

jamesgk commented 8 years ago

Touch events are actually already hooked up. But I haven't been able to get anything to render on an Android device (I can only tell touch events are working by adding print statements to demo_view_motion/mouse_func).

behdad commented 8 years ago

Let's find an afternoon to work on this together.