danomatika / swig-openframeworks

a SWIG interface for openFrameworks with included Makefile, submodule this in your language wrapper addons
Other
39 stars 11 forks source link

support for ofMaterialSettings #22

Closed coolvision closed 4 years ago

coolvision commented 4 years ago

are there any problems with adding ofMaterialSettings? would it be hard to for some reason, or is it just a matter of uncommenting and testing?

danomatika commented 4 years ago

or is it just a matter of uncommenting and testing?

Bingo. See 14d0b4d

coolvision commented 4 years ago

Wow thanks this was fast :) Tested, and it works

danomatika commented 4 years ago

There may be a couple more settings structs like this which are ignored. I went through the OF 0.10 API quickly and ignored what I thought were edge cases for now as the amount of bindings is already so large.

BTW: Which scripting language do you generate bindings for?

coolvision commented 4 years ago

Just using ofxLua

danomatika commented 4 years ago

Ok, cool. I sometimes cannot gauge how much interest there is in this project or the lua bindings. It seems most people want Javascript... :P