utilForever / SnowSimulation

Snow simulation based on Disney's "The material point method for Snow Simulation" paper using Qt and CUDA
MIT License
44 stars 15 forks source link

Create a Core Simulation Engine #5

Open kentbarber opened 4 years ago

kentbarber commented 4 years ago

I would like to see a version of this with the GUI completely removed to leave just the core simulation parts of the code. Which would just be the CUDA files and a small wrapper API around them to get the data in/out and to step through the simulation.

Ideally it would compile to a static library.

I may look at doing this myself sometime and then integrate it into Cinema 4D as a new plugin for Windows users only.

utilForever commented 4 years ago

Hello! Sorry for the late reply. I'll rework the entire code using imgui instead of Qt in May. :)