[Qt-interest] Fwd: Incorporate Lua into QScriptEngine
Gustavo de Sá Carvalho Honorato
gustavohonorato at gmail.com
Wed Jan 5 03:16:21 CET 2011
2011/1/4 Keith Rusler <xzekecomax at gmail.com>:
> Hi,
> I use it in my application, though it's KDE application. I wouldn't call it
> dead per ce. There was talks of it being ported to
> Qt and wouldn't rely on KDE. I don't know what happen, because I haven't
> heard anything about it in a while.
>
> 2011/1/4 Gustavo de Sá Carvalho Honorato <gustavohonorato at gmail.com>
>>
>> Hi
>>
>> On Tue, Jan 4, 2011 at 4:46 AM, Andre Somers <andre at familiesomers.nl>
>> wrote:
>> > Op 3-1-2011 21:36, Gustavo de Sá Carvalho Honorato schreef:
>> >> Hi,
>> >>
>> >> this project seems to be old. According to the site, the last tested
>> >> version was against Qt 4.5, right? Is there any alternatives?
>> > Perhaps you can see if KDE provides bindings? They have an approach
>> > where they allow multiple languages to be used in the scripting engine
>> > to use in applications. Perhaps Lua is one of them, or could easily be
>> > made one of them?
>>
>> I've found KROSS (kross.dipe.org), which is a script engine used by
>> many KDE applications (I think KDE uses it too). This script engine is
>> tight coupled with KDE and the application I'm developing must be
>> multi-platform. Also, by milestones dates in home-page, it suggests
>> that the project is quite inactive.
I've asked the creator of QtLua about the activity of his project and
here is his answer:
"I'am using this project and add new features as needed for my use.
The library is in a stable state. I'am currently using QtLua 1.2.1 with
Qt 4.7.1. You are right, I have to update the Qt version on the website.
Note that QtLua code does not need update on new Qt4 release as it's
not a binding. It relies on Qt meta-object system to list QObjects
members at run-time and it doesn't aim at wrapping the whole Qt API.
I'am fixing bugs when they are reported."
I'm feeling confident to use QtLua now. Thanks!
>>
>> >
>> > André
>> >
>> >> Thanks,
>> >> Gustavo
>> >>
>> >> 2011/1/3 Konstantin Tokarev<annulen at yandex.ru>:
>> >>>
>> >>> 03.01.2011, 22:22, "Gustavo de Sá Carvalho
>> >>> Honorato"<gustavohonorato at gmail.com>:
>> >>>> Hi,
>> >>>>
>> >>>> is it possible to incorporate another language (e.g. Lua) into
>> >>>> QScriptEngine?
>> >>> You can use QtLua project (http://www.nongnu.org/libqtlua/)
>> >>>
>> >>> --
>> >>> Regards,
>> >>> Konstantin
>> >>>
>> >> _______________________________________________
>> >> Qt-interest mailing list
>> >> Qt-interest at qt.nokia.com
>> >> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>> >
>> > _______________________________________________
>> > Qt-interest mailing list
>> > Qt-interest at qt.nokia.com
>> > http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>> >
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at qt.nokia.com
>> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list