graphics library on lua
问题 Currently I am working with lua on embedded platfrom, and I faced the next problem - I need some open-source graphic library written in lua. Is there any existed library which match these requirments? Thank you on advance. 回答1: I need some open-source graphic library written in lua. Such a thing not only does not exist, it is not actually possible to write one. The Lua runtime does not provide access to the low-level platform-specific details that would be required to actually display