GithubHelp home page GithubHelp logo

raylib_xcode's Introduction

Xcode Template for Raylib Projects

This is a simple project template for usage within Xcode. It simplifies the steps needed to perform when starting new project. For details, see Working on macOS from official raylib documentation.

Prerequisite

Install raylib with Homebrew method

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

Instalation of Xcode project template

Manual installation

Create folder, preferably in user's local library:

mkdir -p ~/Library/Developer/Xcode/Templates/Project\ Templates/Raylib/Raylib.xctemplate/

Copy all files fom this repo into this folder.

From now on, when creating new project, it's possible to select raylib (in macOS platform, scroll down to see it at the bottom of the list). Such created new project will have a link to libraylib.a and pre-set search paths to headers and library files. Additionally, it will disable library validations, preventing linking the unsigned raylib.

Scripted installation

Too lazy to manually install the template?

Copy and paste these lines into your terminal and let your computer take care of everything!

You may either:

chmod +x install.sh
./install.sh

or

mkdir -p ~/Library/Developer/Xcode/Templates/Project\ Templates/Raylib/Raylib.xctemplate/
cd ~/Library/Developer/Xcode/Templates/Project\ Templates/Raylib/Raylib.xctemplate/
wget https://github.com/acejacek/raylib_xcode/archive/main.zip
unzip -j raylib_xcode-main.zip
rm https://github.com/acejacek/raylib_xcode/archive/main.zip

raylib_xcode's People

Contributors

acejacek avatar willmeyers avatar forti-davide avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.