Go to file
2023-08-01 23:55:02 +03:00
depends add gui for controlling parameters 2023-07-20 02:23:23 +03:00
docs Initial commit 2023-07-17 13:58:36 +00:00
src add slider for updating number of boids 2023-08-01 23:55:02 +03:00
.gitignore refactor Makefile 2023-07-19 20:56:37 +03:00
.gitmodules add gui for controlling parameters 2023-07-20 02:23:23 +03:00
compile_flags.txt add slider for updating number of boids 2023-08-01 23:55:02 +03:00
LICENCE change license 2023-07-20 02:48:21 +03:00
Makefile add slider for updating number of boids 2023-08-01 23:55:02 +03:00
README.md remove not needed text from readme 2023-07-17 17:10:05 +03:00

Boids playground

Getting Started

Installing Dependencies

Before building the project, you will need to install all relevant dependencies for your platform so that the project has access to all the tools required, and raylib can compile and link correctly. You can find intructions for installing dependencies on macOS, Linux, and Windows in the docs file on installing dependencies.

Building the Project

Once you have cloned this repository and installed dependencies, building the project is as simple as running these two commands in its root directory:

macOS & Linux

$ make setup
$ make

Windows

> mingw32-make setup
> mingw32-make