-
As CUDA 11.x has been available for for 15 months now, it is avialable in most places we need it to be (although there are still a few HPC systems which we use where it is not quite available).
A…
-
![image](https://user-images.githubusercontent.com/742154/138685033-c5e8458a-3cf4-406d-aeb3-2c9ec101b666.png)
0 Schwann agents, but something which looks like a Schwann agent at the (presumed) orig…
-
Linting all or the main lib / visualiser from standalone examples reports many errors.
Arguably linting these from individual examples should not be required, or alternateively I think the fix is …
-
## Summary
A small number of users on Windows receive `dll load failed` error when importing the `pyflamegpu` package.
Whilst the root cause of this rare issue has not been identified, in affected…
-
Was attempting to test whether a kernel with [GLM](https://github.com/g-truc/glm) would build with NVRTC (I'm not hopeful).
Ran into a failure, where all GLMs nested `#include` statements were fail…
-
Need to figure out how to do binary distributions.
c++ should be fine similar to F1, but automated via an action (on push to tags which match a pattern?)
Python will be more difficult. [PyQuest]…
-
Under linux it appears that if a small number of steps are specified (i.e. `-s 5`) then the flame simulation completes before the visualisation is fully initialised, and therefore it does not work.
…
-
An assert for checking textures are bound correctly triggers when a 2nd agent is added to ModelVis.
https://github.com/FLAMEGPU/FLAMEGPU2_visualiser/blob/fafafb242496d709976176fecfa99ef682117829/sr…
-
FLAME GPU 1 provides a simple visualisation tool, and the ability to implement custom visualisations.
This may be a separate tool for FLAME GPU 2, for real-time visualisation and/or playback visual…