Post

Replies

Boosts

Views

Activity

Reply to New developer
Be more specific. There are many aspects to app development. Looking at the topic of software engieering for guidance: take some time to determine and research the platform, technologies and requirements involved in a project. I recommend reading books and articles on what you want to learn. If its Swift you want to learn, watch Apple development videos and take a look at their included example code.
Jan ’23
Reply to Problem with GL in xcode
Did you link the install of Glut with the application? Go into Xcode and select [Application]->[Build Phases]->[Link Binary with Libraries] and add the Glut or Glue install. Honestly, though, if you're doing any sort of C++ OpenGL development you should go through Cmake to build Xcode files for you. I found linking C++ libraries in Xcode to be laborous.
Jan ’23