polmorenoc / opendr

Modern OpenDR
141 stars 32 forks source link

Modern (OpenGL 3.3+) version similar to OpenDR

This code is initially based on the work of Matt Loper's OpenDR: [https://github.com/mattloper/opendr/wiki]. API has changed to adapt and add some functionality, so it's not fully compatible with the original OpenDR, please look at the demos in this repository to see how to run it. Note: some bugs have been noticed related to people trying OpenDR and chumpy using later versions of python, I'll look into this problem asap.

For my projects, I've had to update the implementation with:

Run "python setup.py install" on both chumpy and opendr subdirectories to install both packages.

Two short demos are available that show how to use OpenDR.

For a more complicated use-case see my Overcoming Occlusion with Inverse Graphics project.