xmake-examples / raylib-scaffold

A minimal raylib project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 Raylib Scaffold

A minimal raylib project template

🦄 Usage

Simply click the button below to get started:

Use this template

🔨 Development

📋 Requirements

To setup and use the project you will need to have the following tools installed:

⬇️ Installation

Clone the repository

$ git clone https://github.com/xmake-examples/raylib-scaffold.git

Change the working directory to the newly cloned repository:

$ cd raylib-scaffold

Run xmake to install the dependencies & build the project:

$ xmake
note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
  -> raylib 4.0.0
please input: y (y/n/m)

  => download https://github.com/raysan5/raylib/releases/download/4.0.0/raylib-4.0.0_macos.tar.gz .. ok
  => install raylib 4.0.0 .. ok
[ 25%]: ccache compiling.release src/main.cpp
[ 50%]: linking.release raylib-scaffold
[100%]: build ok!

Run the project after it has been built:

$ xmake run

About

A minimal raylib project template


Languages

Language:C++ 53.6%Language:Lua 46.4%