Lukas M
Lukas M
**Original comment by Yaron Cohen-Tal (Bitbucket: [yaronct](https://bitbucket.org/yaronct), GitHub: [yaronct](https://github.com/yaronct)).** ---------------------------------------- Also note that a ".deb" prolly wouldn't help u coz u use clang and linking a C++ library built with...
**Original comment by Martin Preisler (Bitbucket: [mpreisler](https://bitbucket.org/mpreisler), GitHub: [mpreisler](https://github.com/mpreisler)).** ---------------------------------------- But the python modules would still be built by the default target, right? Would something like `make python` suffice? This...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- The general consensus, after some discussions in #cegui, is that there is no good replacement for Tolua++. Recreating the code for...
**Original comment by Jan Drabner (Bitbucket: [TheSHEEEP](https://bitbucket.org/TheSHEEEP), GitHub: [TheSHEEEP](https://github.com/TheSHEEEP)).** ---------------------------------------- We tested a lot of Lua bindings and decided to use OOLUA in our own project. It is very stable...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- Would you volunteer to port the Lua bindings to OOLUA?
**Original comment by Jan Drabner (Bitbucket: [TheSHEEEP](https://bitbucket.org/TheSHEEEP), GitHub: [TheSHEEEP](https://github.com/TheSHEEEP)).** ---------------------------------------- No, I do not nearly have enough time for such a task, sorry :) The OOLUA developer is very quick...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- Well someone **will** have to volunteer to do this in order to get it done ;) after all this is an...
**Original comment by Jan Drabner (Bitbucket: [TheSHEEEP](https://bitbucket.org/TheSHEEEP), GitHub: [TheSHEEEP](https://github.com/TheSHEEEP)).** ---------------------------------------- No, that is not done automatically. One has to use a couple of macros. How much work it is depends...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- The amount of functionality is quite immense. Just think of all the public classes and methods that CEGUI has. I doubt...
**Original comment by Paul Turner (Bitbucket: [pturner](https://bitbucket.org/pturner), GitHub: [pturner](https://github.com/pturner)).** ---------------------------------------- Another important consideration is compatibility. There are large projects using the Lua bindings and have been for a very long...