From bcd2c5cc4f96af71d2809954cc17805d31aa10e5 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 26 Aug 2020 21:53:07 +0200 Subject: Fixing separation direction and modulo operator on float --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9241c9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# boids + +Bird flocking simulation. + +![record](./record.gif) -- cgit