There’s been a few mentions of using Lua, but I’m not sure anyone has specifically said that they’ve used juce and lua. My questions would be:
How hard was it to hook them together - particularly the way lua needs thread and mutex primitives. Will juce easily yield the right hooks in a cross-platform way?
And how easy was it to expose your classes? I’m looking to embed, not to access juce components in a global way: I’d define each class or object I need, and can provide getters and setters for properties.
Thanks,
Bruce