GLKit Tutorial for iOS: Getting started with OpenGL ES
Jul 4 2018 · Article (35 mins)
Learn how to use OpenGL ES in iOS in this GLKit tutorial. You’ll go from fresh project to spinning cube rendered using OpenGL and learn all the theory along…
Archive
How To Export Blender Models to OpenGL ES: Part 1/3
Nov 25 2013 · Article (50 mins)
Learn how to export blender models to OpenGL ES in this three part tutorial series…
Archive
OpenGL ES Particle System Tutorial: Part 1/3
Jun 18 2013 · Article (50 mins)
Learn how to develop a particle system using OpenGL ES 2.0 and GLKit! This three-part tutorial covers point sprites, particle effects, and game integration…
iOS & Swift
Metal Tutorial: Getting Started
Oct 29 2018 · Article (25 mins)
…also wrote the original. In iOS 8, Apple released its own API for GPU-accelerated 3D graphics: Metal. Metal is similar to OpenGL ES in that it’s a low-level API for interacting with 3D graphics hardware. The difference is that Metal is not cross-platform. Instead…
Archive
How To Export Blender Models to OpenGL ES: Part 3/3
Nov 27 2013 · Article (40 mins)
…this third part of our Blender to OpenGL ES tutorial series, learn how to implement a simple shader to showcase your model…
Archive
How To Create A Simple 2D iPhone Game with OpenGL ES 2.0 and GLKit – Part 1
Feb 14 2012 · Article (35 mins)
…blog post by site administrator Ray Wenderlich, an independent software developer and gamer. There are a lot of great tutorials out there on OpenGL ES 2.0, but they usually stop after drawing a rotating cube on the screen. How to take that rotating box and turn it into a full…
Archive
Beginning OpenGL ES 2.0 with GLKit Part 1
Oct 19 2011 · Article (35 mins)
A tutorial to get you up-to-speed with the basics of using OpenGL with GLKit, even if you have no experience whatsoever.
…this OpenGL ES pixel shaders tutorial, take a deep dive into GLSL and fragment shader math – including how to make gradients and random noise…
Archive
OpenGL ES Transformations with Gestures
Dec 10 2013 · Article (35 mins)
Learn all about OpenGL ES Transformations by making a 3D, gesture-based model viewer…
Archive
OpenGL ES Particle System Tutorial: Part 3/3
Jun 25 2013 · Article (40 mins)
…this third part of our OpenGL ES particle system tutorial series, learn how to add your particle system into a simple 2D game…
Archive
How To Export Blender Models to OpenGL ES: Part 2/3
Nov 26 2013 · Article (50 mins)
…this second part of our Blender to OpenGL ES tutorial series, learn how to export and render your model’s materials…
Archive
OpenGL ES Particle System Tutorial: Part 2/3
Jun 20 2013 · Article (45 mins)
…this second part of our OpenGL ES particle system tutorial series, learn how to implement a generic particle system that deals with some “explosive” concepts…
iOS & Swift
Moving from OpenGL to Metal
Jan 14 2019 · Article (25 mins)
In this Metal tutorial, you’ll learn how to move your project from OpenGL to Apple’s 3D graphics API: Metal.
Multiple Domains
Video Tutorial: Beginner OpenGL ES and GLKit Part 1: Hello, OpenGL!
Mar 25 2014 · Article (0 mins)
…first part of this video tutorial series on OpenGL ES and GLKit, you’ll get started by coloring the screen green with OpenGL…
Archive
Beginning OpenGL ES 2.0 with GLKit Part 2
Oct 21 2011 · Article (20 mins)
Feast! This tutorial is a free preview chapter from our new book iOS 5 By Tutorials. Enjoy! Welcome back to our Beginning OpenGL ES 2.0 with GLKit series! In the first part of the series, we showed you how to create…
Multiple Domains
Video Tutorial: Beginner OpenGL ES and GLKit Part 10: Importing Models
Apr 11 2014 · Article (0 mins)
Learn how to import models into your OpenGL ES apps…
Multiple Domains
Video Tutorial: Beginner OpenGL ES and GLKit Part 14: Making a Simple 3D Game (Part 4)
Apr 17 2014 · Article (0 mins)
Learn the final part of making a simple 3D game with OpenGL ES and GLKit: adding finishing touches…
Multiple Domains
Video Tutorial: Beginner OpenGL ES and GLKit Part 0: Introduction
Mar 25 2014 · Article (0 mins)
Check out our new Beginner OpenGL ES and GLKit video tutorial series, that takes you from an empty project to a simple 3D game. 14 parts in total…
Android & Kotlin
ARCore Sceneform SDK: Getting Started
Aug 22 2018 · Article (25 mins)
…enabled emulator supporting Sceneform. If you plan to run your app on an emulator, you must ensure that your machine supports OpenGL ES 3.1 or later. Moreover, the emulator must follow some rules: – When creating it, you must choose a Pixel or Pixel 2 hardware profile. – You must use Oreo…
Multiple Domains
Video Tutorial: Beginner OpenGL ES and GLKit Part 13: Making a Simple 3D Game (Part 3)
Apr 16 2014 · Article (0 mins)
Learn the third part of making a simple 3D game with OpenGL ES and GLKit: adding game play…