Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isembart authored Nov 21, 2023
1 parent 5452693 commit 6bc6b05
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +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.
![](https://github.com/Isembart/Boids-Simulation-SFML/blob/main/boidsGIF.gif)

## 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

0 comments on commit 6bc6b05

Please sign in to comment.