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.
- Host: GitHub
- URL: https://github.com/adaiasmagdiel/raylib-examples
- Owner: AdaiasMagdiel
- License: mit
- Created: 2024-02-02T18:35:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T12:47:31.000Z (over 2 years ago)
- Last Synced: 2025-02-24T03:45:10.158Z (over 1 year ago)
- Topics: c, generative-art, graphics, raylib
- Language: C
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.