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

SETUP instruction #6

Open MARMOTatZJU opened 4 years ago

MARMOTatZJU commented 4 years ago

Thanks for your awesome project. Would you mind provide a SETUP.md so that the setup process can be easier? Thanks in advance!

utilForever commented 4 years ago

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

MARMOTatZJU commented 4 years ago

@utilForever Thanks for the reply. I would just like to make sure that if it is applicable for me to rebase on the current commit of the repo? Currently, I have a related course project going on and I would like to start from your repo. In this case, could you please give any recommendation? Thanks again in advance.

MARMOTatZJU commented 4 years ago

@utilForever At this stage, I'd just like to run the code to see some of the simulation results, but I found it hard to start as I failed to discover the SETUP.md (e.g. dependencies, compile environment, etc.). Could you please give a succinct description over that? Thanks.

utilForever commented 4 years ago

@MARMOTatZJU It's been too long since I last worked on this project, so I think I need to find out exactly what Qt version I used. I think we'd rather rework the code with a new version. If you want, you can advance the timing of the rework.

MARMOTatZJU commented 4 years ago

@utilForever After a quick examination in Projects/SnowSimulation.vcxproj, I found something related to the QT version.

<Keyword>Qt4VSv1.0</Keyword>
Qt5Version_x0020_x64="msvc2017_64"

This may help you to recover your Qt version.