pshrey795 / Simulation-of-Thin-Surface-Membranes-for-Virtual-Surgery

B.Tech Project: Continuation of Progressive Cutting Algorithm.
2 stars 0 forks source link

Need instructions on the project installation #1

Open luxorm96 opened 1 month ago

luxorm96 commented 1 month ago

Hello!

Sorry for disturbing you. Could you provide some instructions on how to install the project? When I try to run the Makefile there is an issue of "Nothing to be done". Should I compile the project myseflf without using the Makefile?

Thank you in advance!

pshrey795 commented 1 month ago

Hi, sorry for the late reply. I was able to compile using the Makefile when I tried to run it again. You should check if you have all the requirements/dependencies:

1) OpenGL/GLFW 2) Assimp

If you are still not able to compile, you can use your own method. You just need to compile all the source files (src directory). Make sure to load and link all the dependencies.

If you still face problems, let me know.

luxorm96 commented 1 month ago

Hi, thank you for replying! I think the problem was that I missed the Assimp installation. I will try again to compile.

luxorm96 commented 1 month ago

Sorry, could you also add some description on how to operate the simulation? Do I need to activate physics first to run the simulation?