An open API service indexing awesome lists of open source software.

https://github.com/adaiasmagdiel/raylib-examples

This repository contains a compilation of raylib library examples that I start to make tailored for the Windows environment.
https://github.com/adaiasmagdiel/raylib-examples

c generative-art graphics raylib

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Raylib Examples

This repository contains a compilation of [raylib library](https://github.com/raysan5/raylib) 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:

```cmd
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:

```cmd
compile.bat examples\gradient_rect
```

Or

```cmd
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](https://github.com/skeeto/w64devkit/) 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](raylib/LICENSE-raylib) file for more details.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.