Hello, First of all, Tulip is great software and thanks to its extensible nature, open sources and excellent API I use it for many years for various tasks with no issues. Thanks for your excellent work! I have a small library with my custom specialized graph generation and processing functionality written in C++ as an extension. I compile it with Tulip and it works flawlessly. To make things more compilcated, now I want to invoke these functions from Python console. But I don't know how to pass graph...
Hello, First of all, Tulip is great software and thanks to its extensible nature, open sources and excellent API I use it for many years for various tasks with no issues. Thanks for your excellent work! I have a small library with my custom specialized graph generation and processing functionality written in C++ as an extension. I compile it with Tulip and it works flawlessly. To make things more compilcated, now I want to invoke these functions from Python console. But I don't know how to pass graph...