The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Working Github demo for SDL 2.0+ on iOS openGLES 3.0 here
josh43


Joined: 14 Aug 2015
Posts: 4
Hello everyone,

I just posted a link to my github which is a very simple program that will either draw a rotating cube or a really simple triangle. I used glm for the
matrix math because it is just a simple tutorial to get things running on the iPhone. The code is also likey not perfect but it does run. I hope you will all find this very useful as it took me a great deal of time to figure out why I could not get any images on the iPhone. I may also have some unnecessary things in my code and it is uncommented. My hope is that this demo will serve as a benchmark for starting projects, if you want me to explain the gl calls and everything just post here and I will do so.

Cheers

https://github.com/josh43/SDL2-GLES-3-Demo