Open ptheywood opened 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.
That's what I was thinking, but yeah testing shader compilation on amd might be a challenge for us.
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.
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.