Page 2 of 2
Re: Fluid simulation
Posted: Wed Nov 08, 2023 12:32 pm
by Mijikai
Really nice

Adapted it for SPP:
viewtopic.php?p=610437#p610437
Re: Fluid simulation
Posted: Wed Nov 08, 2023 5:57 pm
by threedslider
@pjay
Wow ! Your fluid is working thank you a lot !
Why without OpenGLGadget is not working ? I have done mine so close but still not working thought
I have learned a lot from you @pjay !
By the way nice work

Re: Fluid simulation
Posted: Wed Nov 08, 2023 6:41 pm
by Shardik
pjay,
you should change
Code: Select all
CompilerIf #PB_Compiler_OS=#PB_OS_Linux
to
Code: Select all
CompilerIf #PB_Compiler_OS<>#PB_OS_Windows
so that your nice simulation also runs on MacOS

Re: Fluid simulation
Posted: Wed Nov 08, 2023 7:03 pm
by mk-soft
Nice pjay,
Debugger Off !
Mac Mini 2018 (I7)
host-macOS: 30ms
vm-win: 35ms
vm_linux: 33ms
Re: Fluid simulation
Posted: Wed Nov 08, 2023 7:07 pm
by threedslider
Nevermind ! You are so cool too !!
Thank you

Re: Fluid simulation
Posted: Thu Nov 09, 2023 9:33 am
by Fred
That's wild !