Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Isembart committed Nov 29, 2023
2 parents e273ee8 + 7b83099 commit f16fb2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to contribute?
If you want to contribute to this repo make sure to refer to an issue in your pull request. If there isn't an issue that describes what yuo are working on feel free to create a new one.


# Most importantly
You don't need to have any knowledge or consider yourself the best programmer in the world. Let's work together and learn from each other!

--Cheers😊;
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Boids simulation in C++
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [Contributing](#contributing)

## Description

Flock simulation using boids algorithm. Coded in C++ and using SFML library for graphics.
To optimize the algorithm I used quadtrees.

## Table of Contents
Here's how it looks:
![](https://github.com/Isembart/Boids-Simulation-SFML/blob/main/boidsGIF.gif)

- [Installation](#installation)
- [Contributing](#contributing)

## Installation
Example installation command using Unix Makefiles generator
Expand Down
Binary file added boidsGIF.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f16fb2f

Please sign in to comment.