Tag Archives: Xcode

GitHub Source Control Primer Tutorial

Source Control does not just apply to software. Any concept that you can apply the terms “draft” and “revision” to, could have source control applied to it. Our source control software we talk about today is generally associated with software, … Continue reading

Posted in eLearning, Software, Tutorials, Xcode | Tagged , , , , , , , , | 2 Comments

C++ OpenGL to Javascript WebGL Conversion Primer Tutorial

One of the great feelings about working with OpenSource is that the most outlandish questions you can dream up may be not so outlandish at all, given the number of people sharing information on the net, and so it is … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , | 13 Comments

C++ OpenGL in Xcode Generic Regular Prism Drawing Tutorial

In our search for a “C++ (Xcode IDE) OpenGL desktop application regular polygon drawer” (if anybody asks today what I do, that’s it, for the day), feel that they can’t channel the lyrics of Charlene this time, as we have … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 24 Comments

C++ OpenGL in Xcode Hexagonal Prism Tutorial

People think differently. People have reverence for different things. Some people do not like generalizations (“bye for now”). We like … associations linkages patterns creeping up on knowledge, especially if the subject matter is difficult … and so we proceed, … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 12 Comments

C++ OpenGL in Xcode Follow Up Tutorial

OpenGL has a OpenGL.org landing page which will talk about all the platforms supported, and let’s just remind you about the purpose, with a quote from the webpage … The Industry’s Foundation for High Performance Graphics from games to virtual … Continue reading

Posted in eLearning, Games, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , | 5 Comments

C++ OpenGL in Xcode Primer Tutorial

OpenGL is, to quote from the OpenGL.org landing page … The Industry’s Foundation for High Performance Graphics from games to virtual reality, mobile phones to supercomputers … a big player for game developers for desktop, web, and mobile platforms. Today … Continue reading

Posted in eLearning, Games, GUI, Installers, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , | 7 Comments

Swift Operator Overloading Primer Tutorial

With more inspiration from Swift Fundamentals The Language of iOS Development by Mark Lassoff (ISBN 9780990402053), we continue on from yesterday’s Swift Dictionaries and Arrays Primer Tutorial as shown below, by talking about Operator Overloading today, we touch on some … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | 1 Comment

Swift Dictionaries and Arrays Primer Tutorial

With some inspiration from Swift Fundamentals The Language of iOS Development by Mark Lassoff (ISBN 9780990402053), today, we touch on some of the following elements of the Xcode (IDE) use of the Swift language … you guessed it … The … Continue reading

Posted in eLearning, iOS, Tutorials, Xcode | Tagged , , , , , , , , , | 15 Comments