* [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
@ 2013-05-09 10:18 Kakadu
2013-05-09 10:22 ` Fabrice Le Fessant
0 siblings, 1 reply; 6+ messages in thread
From: Kakadu @ 2013-05-09 10:18 UTC (permalink / raw)
To: Caml List
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
Hey!
I'm ready to share y experience about this topic. To build it you can use
'./configure' from https://github.com/Kakadu/lablqt/tree/qml-dev/qml . In
'test' directory you will find demo ocamlbrowser-like application with
QtQuick GUI interface and logic in OCaml.
I have successfully built it on Debian sid x64 with Qt5 from git and on
Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u think
about all of this.
Best wishes,
Dmitrii Kosarev aka Kakadu
[-- Attachment #2: Type: text/html, Size: 697 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
2013-05-09 10:18 [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC Kakadu
@ 2013-05-09 10:22 ` Fabrice Le Fessant
2013-05-09 18:31 ` Kakadu
0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Le Fessant @ 2013-05-09 10:22 UTC (permalink / raw)
To: caml-list
Hi,
Is there any documentation in the examples, to understand how the
code is structured ?
I have also improved the wxWidgets binding, the code is now
completely generated, no code shared with wxHaskell anymore. There is a
screenshot of some examples on :
http://www.typerex.org/ocplib-wxOCaml.html
Regards,
--Fabrice
On 05/09/2013 12:18 PM, Kakadu wrote:
> Hey!
>
> I'm ready to share y experience about this topic. To build it you can
> use './configure' from
> https://github.com/Kakadu/lablqt/tree/qml-dev/qml . In 'test' directory
> you will find demo ocamlbrowser-like application with QtQuick GUI
> interface and logic in OCaml.
>
> I have successfully built it on Debian sid x64 with Qt5 from git and on
> Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u
> think about all of this.
>
> Best wishes,
> Dmitrii Kosarev aka Kakadu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
2013-05-09 10:22 ` Fabrice Le Fessant
@ 2013-05-09 18:31 ` Kakadu
2013-06-01 18:16 ` Kakadu
0 siblings, 1 reply; 6+ messages in thread
From: Kakadu @ 2013-05-09 18:31 UTC (permalink / raw)
To: Fabrice Le Fessant; +Cc: Caml List
[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]
I've added small introduction to OCaml+QtQuick
https://github.com/Kakadu/lablqt/wiki/Using-mocml-with-QtQuick
Best wishes,
Kakadu
On Thu, May 9, 2013 at 2:22 PM, Fabrice Le Fessant <fabrissimo@gmail.com>wrote:
> Hi,
>
> Is there any documentation in the examples, to understand how the code
> is structured ?
>
> I have also improved the wxWidgets binding, the code is now completely
> generated, no code shared with wxHaskell anymore. There is a screenshot of
> some examples on :
>
> http://www.typerex.org/ocplib-**wxOCaml.html<http://www.typerex.org/ocplib-wxOCaml.html>
>
> Regards,
> --Fabrice
>
>
> On 05/09/2013 12:18 PM, Kakadu wrote:
>
>> Hey!
>>
>> I'm ready to share y experience about this topic. To build it you can
>> use './configure' from
>> https://github.com/Kakadu/**lablqt/tree/qml-dev/qml<https://github.com/Kakadu/lablqt/tree/qml-dev/qml>. In 'test' directory
>> you will find demo ocamlbrowser-like application with QtQuick GUI
>> interface and logic in OCaml.
>>
>> I have successfully built it on Debian sid x64 with Qt5 from git and on
>> Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u
>> think about all of this.
>>
>> Best wishes,
>> Dmitrii Kosarev aka Kakadu
>>
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/**arc/caml-list<https://sympa.inria.fr/sympa/arc/caml-list>
> Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners<http://groups.yahoo.com/group/ocaml_beginners>
> Bug reports: http://caml.inria.fr/bin/caml-**bugs<http://caml.inria.fr/bin/caml-bugs>
>
[-- Attachment #2: Type: text/html, Size: 2536 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
2013-05-09 18:31 ` Kakadu
@ 2013-06-01 18:16 ` Kakadu
2013-07-09 14:58 ` Goswin von Brederlow
0 siblings, 1 reply; 6+ messages in thread
From: Kakadu @ 2013-06-01 18:16 UTC (permalink / raw)
To: Fabrice Le Fessant; +Cc: Caml List
[-- Attachment #1: Type: text/plain, Size: 1907 bytes --]
Hey!
'Hello world' tutorial have become longer and more copy-pastable. See you
on github pages: http://kakadu.github.io/lablqt/qtquick-helloworld.html
RFC
Best wishes,
Kakadu
On Thu, May 9, 2013 at 10:31 PM, Kakadu <kakadu.hafanana@gmail.com> wrote:
> I've added small introduction to OCaml+QtQuick
> https://github.com/Kakadu/lablqt/wiki/Using-mocml-with-QtQuick
>
> Best wishes,
> Kakadu
>
>
> On Thu, May 9, 2013 at 2:22 PM, Fabrice Le Fessant <fabrissimo@gmail.com>wrote:
>
>> Hi,
>>
>> Is there any documentation in the examples, to understand how the code
>> is structured ?
>>
>> I have also improved the wxWidgets binding, the code is now completely
>> generated, no code shared with wxHaskell anymore. There is a screenshot of
>> some examples on :
>>
>> http://www.typerex.org/ocplib-**wxOCaml.html<http://www.typerex.org/ocplib-wxOCaml.html>
>>
>> Regards,
>> --Fabrice
>>
>>
>> On 05/09/2013 12:18 PM, Kakadu wrote:
>>
>>> Hey!
>>>
>>> I'm ready to share y experience about this topic. To build it you can
>>> use './configure' from
>>> https://github.com/Kakadu/**lablqt/tree/qml-dev/qml<https://github.com/Kakadu/lablqt/tree/qml-dev/qml>. In 'test' directory
>>> you will find demo ocamlbrowser-like application with QtQuick GUI
>>> interface and logic in OCaml.
>>>
>>> I have successfully built it on Debian sid x64 with Qt5 from git and on
>>> Ubuntu 13.04 with Qt5 from repository. Now it's time to ask what do u
>>> think about all of this.
>>>
>>> Best wishes,
>>> Dmitrii Kosarev aka Kakadu
>>>
>>
>> --
>> Caml-list mailing list. Subscription management and archives:
>> https://sympa.inria.fr/sympa/**arc/caml-list<https://sympa.inria.fr/sympa/arc/caml-list>
>> Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners<http://groups.yahoo.com/group/ocaml_beginners>
>> Bug reports: http://caml.inria.fr/bin/caml-**bugs<http://caml.inria.fr/bin/caml-bugs>
>>
>
>
[-- Attachment #2: Type: text/html, Size: 3331 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
2013-06-01 18:16 ` Kakadu
@ 2013-07-09 14:58 ` Goswin von Brederlow
2013-07-31 16:04 ` Kakadu
0 siblings, 1 reply; 6+ messages in thread
From: Goswin von Brederlow @ 2013-07-09 14:58 UTC (permalink / raw)
To: caml-list
On Sat, Jun 01, 2013 at 10:16:13PM +0400, Kakadu wrote:
> Hey!
>
> 'Hello world' tutorial have become longer and more copy-pastable. See you
> on github pages: http://kakadu.github.io/lablqt/qtquick-helloworld.html
>
> RFC
>
> Best wishes,
> Kakadu
At the start you say that no c++ is needed and ocaml code is connected
directly to QtQuick. Then later you say `Controller_c.h`,
`Controller_c.cpp` and `Controller.ml` will be generated.
So what is it now? Is that c++ code just a unused side product of the
moc compiler?
MfG
Goswin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC
2013-07-09 14:58 ` Goswin von Brederlow
@ 2013-07-31 16:04 ` Kakadu
0 siblings, 0 replies; 6+ messages in thread
From: Kakadu @ 2013-07-31 16:04 UTC (permalink / raw)
To: Goswin von Brederlow; +Cc: Caml List
QtQuick runtime allowsinterfacing only using QObject subclasses.
That's why I force user to write API in file and than I generatae C++
and Ocaml sources to use them in interfacing with QtQuick. Some C++
code is needed but I don't need to write it, it's autogenerated (like
C++ moc tool does).
Kakadu
On Tue, Jul 9, 2013 at 6:58 PM, Goswin von Brederlow <goswin-v-b@web.de> wrote:
> On Sat, Jun 01, 2013 at 10:16:13PM +0400, Kakadu wrote:
>> Hey!
>>
>> 'Hello world' tutorial have become longer and more copy-pastable. See you
>> on github pages: http://kakadu.github.io/lablqt/qtquick-helloworld.html
>>
>> RFC
>>
>> Best wishes,
>> Kakadu
>
> At the start you say that no c++ is needed and ocaml code is connected
> directly to QtQuick. Then later you say `Controller_c.h`,
> `Controller_c.cpp` and `Controller.ml` will be generated.
>
> So what is it now? Is that c++ code just a unused side product of the
> moc compiler?
>
> MfG
> Goswin
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-31 16:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-09 10:18 [Caml-list] Interfacing with QtQuick 2.0 from Qt5, RFC Kakadu
2013-05-09 10:22 ` Fabrice Le Fessant
2013-05-09 18:31 ` Kakadu
2013-06-01 18:16 ` Kakadu
2013-07-09 14:58 ` Goswin von Brederlow
2013-07-31 16:04 ` Kakadu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox