ios - Swift OpenGL ES app template? - BOUNTY -


i've been looking @ lot of tutorials trying find way make opengl app written in swift, can't seem find template use.

most tutorials suggest using blank one, have write ton of files (such appdelegate) scratch, have no clue how do.

i tried links on this, first 1 doesn't work , second 1 in objective-c.

anyone have might me?

i ended figuring out myself using glkit , smashing old tutorials. since opengl bunch of functions need find right parameters programming language. else trying this, there's useful resources here , here, , it's useful shove in ported code ray wenderlich if stuck. luck!


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -