ivansafrin / Polycode

Polycode is a cross-platform framework for creative code.
polycode.org
MIT License
2.38k stars 347 forks source link

create_lua_library should be copied into Release #59

Open mcclure opened 12 years ago

mcclure commented 12 years ago

I am working on using the Polycode Lua bindings inside of a program built against the C++ API. So far, it is working; since api.pak and such are deposited in the release directory most of what I need is part of a built polycode distribution. One exception is the create_lua_lbrary script found in Bindings/Scripts, which right now can only be accessed with a copy of the source repository. IMO this should be copied into Framework/Tools or somewhere similar when a build w/bindings+player is run.

ivansafrin commented 11 years ago

I'm on the fence about this. It depends on PLY, which needs to be installed separately and the whole thing is kind of poorly documented at this point.