/raylib-examples

This repository contains a compilation of raylib library examples that I start to make tailored for the Windows environment.

Primary LanguageCMIT LicenseMIT

Raylib Examples

This repository contains a compilation of raylib library examples that I start to make tailored for the Windows environment. Run the compile.bat file with the example folder as argument to facilitate the compilation of the corresponding example.

Getting Started

To get started, clone this repository to your local machine using the following command:

git clone https://github.com/AdaiasMagdiel/raylib-examples.git

Compilation

To compile the examples, run the compile.bat file and pass the example folder as argument. This will ensure that the code is compiled correctly, allowing you to run the example. If you wish to run the program after compilation, just pass the argument 'run' after the example.

For example:

compile.bat examples\gradient_rect

Or

compile.bat examples\pacpac run

Maybe you need w64devkit to have GCC and all the necessary tools available, you can download the Devkit MinGW-W64/GCC from here and add it to the system's PATH.

Available Examples

Test with rects and colors A lot of Pacpac (not Pacma*) spinning Truchet tiles made with triangles
A simple snake game with a few bugs

Used Libraries

raylib

This project utilizes the raylib library for generate graphics. Please review the raylib license before using or contributing to this project. Refer to the LICENSE-raylib file for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.