Great tutorial Felipe! But didnโt Apple just deprecate OpenGL for iOS 12? Is it still safe to use OpenGLES on iOS or should we start migrating our GL code to Metal?
@airjordan12345 Can you please help with this when you get a chance? Thank you - much appreciated! :]
You can still use it at least until iOS 13 and macOS 10.15 are released. OpenGL ES is still a great way to learn and get started with graphics programming, and is supported on many different platforms and devices. Your knowledge should be transferable to APIs like Metal or Vulkan.
Metal is fantastic, but if youโre looking at graphics programming outside of Apple platforms then OpenGL or Vulkan are the ways to go 
Where can I found the old version? Help me please!
@xueshi_qiao We keep only the updated versions of all tutorials on the website. Thank you!