Changelog#

1.0.1#

Additions#

  1. Grid: add iota_view_2d, at_or, enumerate

  2. Stopwatch: add current_fps()

  3. App: add Trail fading

  4. App: add run() with input

  5. App: add Trail fading option

  6. App: add GridLines, GridDots

  7. App: add zoom_pan()

  8. collision: inter-particle collison with distance threshold

  9. BoundingBox: add set_*

  10. file: new read() and write()

  11. add SecondOrderDynamics

  12. math.hpp: add wrap_max, wrap_min_max, {round,ceil,floor}_to_nearest

  13. add examples: flow_field_noise, gas_maxwell_boltzmann_distribution

  14. CMake: use Catch2, for tests

  15. CMake: use Google Benchmark