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 21 forks source link

Playback / replay visualiser #243

Open ptheywood opened 4 years ago

ptheywood commented 4 years ago

Being able to visualise previously run visualisations would be useful for running simulations remotely or similar.

This should be able to share a common code base with models and with the majority of visualisation code, only requiring a different way to pass data to the intanced rendering.

I.e.

Potentially this could be implemented to also work on systems without an NVIDIA GPU.

This is very low priority however.

Robadob commented 4 years ago

Wouldn't be too much work to fork the main Visualiser class in vis lib, to have a version that loads from file (hence removing the nvidia dependency).

Would just require testing shaders on intel/amd, to check theyre properly valid.

ptheywood commented 4 years ago

That's what I was thinking, but yeah testing shader compilation on amd might be a challenge for us.

Robadob commented 4 years ago

Could probably ask a favour of Petterson, I think he might have AMD desktop.

On Wed, 29 Apr 2020 at 12:14, Peter Heywood notifications@github.com wrote:

That's what I was thinking, but yeah testing shader compilation on amd might be a challenge for us.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.