Commit Graph

8 Commits

Author SHA1 Message Date
c618d22f0b
fix: lerp target in ParamChange::MLinAlg 2024-12-03 15:56:36 +01:00
585fdc3a7e
feat: add support for centering the screen around best/midpoint
Pressing 'c' will center the screen around the average position of the
particles. Pressing 'f' will center the screen on each frame.

Pressing 'b' will center the screen around the best found point.
2024-11-26 00:08:47 +01:00
4dae604485
feat: add support for drawing velocity vectors 2024-11-26 00:08:19 +01:00
fe62617beb
chore: add comments to swarm.hpp 2024-11-25 14:44:55 +01:00
2b20e90a08
feat: add tanh transition curve particle parameter change algorithm 2024-11-25 13:58:02 +01:00
f5197bfc85
feat: add support for dynamically varying algorithm paramters 2024-11-23 18:41:02 +01:00
c6238f2e1c
feat: add support for color and buffer shading 2024-11-23 14:08:03 +01:00
b5868dfdec
init: initial commit 2024-11-21 22:22:14 +01:00