Dani

Results 3 comments of Dani

EDIT: i now got it, the problem was, i had to run openpose first with the correct setup and then run the smplify-x script. I also installed the wrong branch...

I have now tried to comment these lines out and now i can see some warning in the console. It looks like mmeapi is no more in c++17. Regarding the...

thats the code i was making, just a regular raycaster ``` #define IMM2D_IMPLEMENTATION #define IMM2D_WIDTH 1024 #define IMM2D_HEIGHT 512 #define IMM2D_SCALE 1 #include "immediate2d.h" #include #define PI 3.14159265359 float px...