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.81k stars 301 forks source link

Visualizing not working #25

Closed lokitkhemka closed 1 year ago

lokitkhemka commented 1 year ago

I am running the project in Visual Studio and I am not able to visualize any of the examples I have run. I have uncommented #define WINDOWS_GRAPHICS in defines.h and then uncommented a specific main_setup function in setup.cpp.

Any other changes I should make for windows to visualize? Thank you.

ProjectPhysX commented 1 year ago

Hi @lokitkhemka, I need a bit more information to find the issue:

lokitkhemka commented 1 year ago

No error messages. No black window, nothing. Just a terminal window showing benchmark stats. So, I am thinking, I am not setting defines right. I am using Visual Studio Community.

Maere05 commented 1 year ago

Hi, I think you need to comment out the #define Benchmark That disables the visualisation.