ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.48k stars 281 forks source link

LBM has no member "graphics" #179

Closed LiPo127 closed 2 months ago

LiPo127 commented 2 months ago

every time I try to compile with any example it gives me this error.

ProjectPhysX commented 2 months ago

Hi @LiPo127,

go to src/defines.hpp, comment out

//#define BENCHMARK

and uncomment

#define INTERACTIVE_GRAPHICS

Then recompile. This enables the graphics functionality of the LBM class.

Kind regards, Moritz