Skip to content
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

Using ofxAssimpModelLoader in ofxLua? #51

Closed
cuinjune opened this issue Oct 3, 2018 · 1 comment
Closed

Using ofxAssimpModelLoader in ofxLua? #51

cuinjune opened this issue Oct 3, 2018 · 1 comment

Comments

@cuinjune
Copy link

cuinjune commented Oct 3, 2018

Hi, Is it possible to load .obj files using ofxLua?

I think ofxAssimpModelLoader can do this but it's not part of OF core, right?

In this case, should I wrap this addon using SWIG? (using the new module name ofx?)

Thanks in advance!

@danomatika
Copy link
Owner

The ofxLua bindings are only the OF core, no addons. You'll need to write a SWIG interface and generate your own bindings for the add-on. See my ofxOsc bindings for loaf.

Also, I would avoid using "ofx" as the module name as there is no way to share the same module name between separately generated bindings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants