tangrams / tangram-es

2D and 3D map renderer using OpenGL ES
MIT License
823 stars 239 forks source link

example usage of debugtextstyle - need to draw debug text on screen #2338

Open mkandulavm opened 1 year ago

mkandulavm commented 1 year ago

Hi

Basically, I would like to draw debug text on screen at specified screen coordinates like speed , direction vector etc which keep changing.

What is the easiest way to do this ? I assume debugtextstyle helps, but kindly provide some extra information on how to keep passing updated text at specified screen positions.

Thanks in advance.