Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 382 Bytes

C++ Boids simulation - Jyt - hot-module-reload playground

This is a flocking demo based on Allegro.

Run

with Clang:

clang++ -std=c++14 -I. -lallegro -lallegro_image -lallegro_main main.cpp -o main && ./main

or with Jyt:

jyt -x main.cpp --hot -i

Requirements