As you probably notices, simple screen drawing is useless if it comes to OpenGL view. So is it possible to generate UIImage from such? Of course, lets suppose […]
iOS
Posted on:
OpenGL2: Very basic Swift3 example
As you guys probably notices, it was a while since last post here. I was quite busy with lot of projects, so did not had time for blogging.
iOS
Posted on:
How to display text as texture using GLKit with OpenGL 2.0 in iPhone iOS?
It’s quite easy if you know where to start. There are two ways, you can use UILabel or NSString. With UILabel you can control width and height of […]