Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu authored Sep 12, 2022
1 parent b182f5c commit 63b30fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ First feast your eyes on this beauty.
The framerate and resolution took a hit in trying to display it here. Here's a better [version](https://drive.google.com/file/d/1ri4x-jCX8SA9oX8OqDIKtXhYIrEKlGjO/view). Or You can clone this repo and `cargo run` to see the simulation in a much better quality.
___
The blog is written as a three part series.
1. [A fistful of boids](https://blog.bitsacm.in/a-fistful-of-boids/) - Setting up the scene and basic animation
2. [For a few boids more](https://blog.bitsacm.in/for-a-few-boids-more/) - Generating boids and obstacle avoidance
3. [The school, the boid and the Rusty](https://blog.bitsacm.in/the-school-the-boid-and-the-rusty/) - Simulating a flock, parallelism and benchmarking performance
1. [A fistful of boids](https://github.com/twitu/twitu/blob/main/a-fistful-of-boids.md) - Setting up the scene and basic animation
2. [For a few boids more](https://github.com/twitu/twitu/blob/main/for-a-few-boids-more.md) - Generating boids and obstacle avoidance
3. [The school, the boid and the Rusty](https://github.com/twitu/twitu/blob/main/the-school-the-boid-and-the-rusty.md) - Simulating a flock, parallelism and benchmarking performance

It is also divided into ten tagged stages to mark milestones. You can begin from anyone of them but I would suggest starting from the first post in the series. It should not take more than 1.5 hours to code through the whole series.

Expand Down

0 comments on commit 63b30fc

Please sign in to comment.