CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

Possible to have a simple Binder instance (for Jupyter notebooks)? #126

Open EricCousineau-TRI opened 3 years ago

EricCousineau-TRI commented 3 years ago

If possible, it'd be nice to have a simple Binder instance to toy around with some examples for code.

I think it's just an apt install of castxml, then pip install of pygccxml, which seems like it'd be pretty straightforward? Here's an example for our project: https://github.com/RobotLocomotion/drake/tree/8dad68e1bacd4e79405835e961f80ba0826c6667/.binder

iMichka commented 11 months ago

Looks like this was implemented in #127? Can you confirm and close this issue?