-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python binding #69
Comments
Sounds good with me, I'll have to think about it a bit. |
Are you planning to build a doc for the C/C++ API, it would help to read through the internals. |
I’ve started to move stuff from the README to the wiki.
Would that be a good place to put it, or should it live in the main repo?
Alex
[Δ]<http://www.oscars.org>
Alex Forsythe
Image Engineering Manager
Academy of Motion Picture Arts and Sciences
Science & Technology Council
1313 Vine Street • Hollywood, CA 90028
323.817.4170 • [email protected]<mailto:[email protected]>
|
The Wiki is probably a good place for a lot of things, I was thinking more about the technical documentation about the functions, etc... I'm not sure what is the plan for the tool but as @miaoqi was talking about a Python API, I was assuming that it could be used as an exe but also as a library that you can link to which in that case would require a proper C/C++ API documentation. |
@KelSolaar , can you help me look into the possibility of creating Python bindings? I prefer Boost.python so we do not need to have another library to depend on. I can tweak C++ APIs to create reasonable python interfaces.
The text was updated successfully, but these errors were encountered: