ValeriyKliuk / GLFW

GLFW with Swift 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift 3 and OpenGL on macOS with GLFW

platforms

Requirements

  • Xcode 8.2
  • Swift 3.0

Installation

Install Apple’s Command Line Tools:

xcode-select --install

Install the Homebrew package manager

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

If you have it already, make sure you have the last update/upgrade

brew update
brew upgrade

Install GLFW

brew install --static glfw

Open GLFW.xcodeproj and hit run.

Source

Thank you very much to Solarian Programmer for the excellent Swift 3 and OpenGL on Linux and macOS with GLFW tutorial

About

GLFW with Swift 3


Languages

Language:Swift 92.2%Language:C 7.8%