FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
106 stars 22 forks source link

Visualisation: Add support for configuring orthographic projection. #1040

Closed Robadob closed 1 year ago

Robadob commented 1 year ago

Update SugarScape/GameOfLife examples to use orthographic projection.

This will also fold in the Draw::resize() bugfix that was recently applied to the visualiser: https://github.com/FLAMEGPU/FLAMEGPU2-visualiser/pull/118