dilevin / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
3 stars 5 forks source link

libigl viewer isn't responding #60

Open dorsa01 opened 2 weeks ago

dorsa01 commented 2 weeks ago

Hi

When I run kinematics.exe with any of the json files (I am using Windows), the libigl viewer doesn't respond and I get a blank screen. Any clue where the problem can be?

Thank you so much

dexgs commented 2 weeks ago

Is it possible that you have an infinite loop somewhere in your code? I think this would prevent the viewer from responding.

elinsooon commented 1 week ago

Hello, I'm having this same issue (also on Windows). All the code in main.cpp runs fine until v.launch() at the very end, so it would seem that all the files we worked on run correctly and without any completely obvious error

dorsa01 commented 1 week ago

I actually tried to remove the loops to just check whether it works or not, but the problem persists. @elinsooon same happens for me.

elinsooon commented 1 week ago

Could it be an issue with the libigl install? If so what's the best way to go about fixing it

lilygoli commented 1 week ago

What do you see with just the blank given source files? If that gives you a viewer where you can navigate and rotate around the skeleton then probably it isn't a problem with your libigl installation.

elinsooon commented 1 week ago

What do you mean by blank given source files? As in just running the program with robot-arm.json?

lilygoli commented 1 week ago

yes and not filling in the files in src. would it give you a frozen window even with the empty files, as they are cloned and before filling in the files?