Tag: xcode

  • Tutorial: Setup SDL 2 + Xcode

    Tutorial: Setup SDL 2 + Xcode

    Setup 1: Head on over to https://brew.sh/ read the instructions, and install. Setup 2: Once finished. Open up “Terminal” and install SDL2 with the command below. Setup 3: Create a new project in Xcode. Setup 4: Select “Command Line Tool” template. Setup 5: Choose a name for your project, and under language select “C”. Setup…