Skip to content

C++ boids simulation - Jyt hot-reload playground

License

Notifications You must be signed in to change notification settings

LoopPerfect/boids

Repository files navigation

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

About

C++ boids simulation - Jyt hot-reload playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages