ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL.

Home Page:https://youtube.com/@ProjectPhysX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LBM has no member "graphics"

LiPo127 opened this issue · comments

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

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