Original goal to simulate a 2D fluidised bed with configurable chamber settings, alterable enthalpy and confiugurable fluid and bed. Currently simulates particles with elastic collisions (can be dampened to simulate losses) as well as simple gravity.
- Clone with submodules
git clone --recurse-submodules https://github.com/XnipS/FluidisedBed.git
- Download SDL2
SDL2-devel-2.28.1-VC.zip
version and extract contents to FluidisedBed/vclib/SDL2 - If you are running in a VM (missing opengl3), then download opengl32.dll and move to build output folder.
- May need to copy and paste relevant .dll from FluidisedBed/vclib/SDL2/lib to your build output folder.
- Requires SDL2 from relevant package manager