Re: [Development] What are new features of Qt3D in Qt 5.12?

2018-08-17 Thread Vincent Hui
According to https://wiki.qt.io/New_Features_in_Qt_5.12, there will be no new features in Qt3D? I hope I am wrong. Thanks, Vincent On Fri, 27 Jul 2018 at 18:55, Robert Löhning wrote: > Am 27.07.2018 um 05:23 schrieb Brett Gilio: > > > > Vincent Hui writes:> > >> Wh

[Development] What are new features of Qt3D in Qt 5.12?

2018-07-26 Thread Vincent Hui
Hi, What are new features of Qt3D in Qt 5.12? Will Rigid body and soft body physics simulation be included? I hope there will be new features of Qt3D in Qt 5.12. Thanks, Vincent ___ Development mailing list Development@qt-project.org http://lists.qt-p

Re: [Development] What are new features of Qt3D in Qt 5.11?

2018-01-02 Thread Vincent Hui
ote: > Hi, > > On 01/01/2018 02:43, Vincent Hui wrote: > >> Hi, >> >> Happy new year. In 2018, what are new features of Qt3D in Qt 5.11? Will >> Rigid body and soft body physics simulation be included? >> > > It will mainly be performance and stabilisation

[Development] What are new features of Qt3D in Qt 5.11?

2017-12-31 Thread Vincent Hui
Hi, Happy new year. In 2018, what are new features of Qt3D in Qt 5.11? Will Rigid body and soft body physics simulation be included? Thanks, Vincent ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/dev

Re: [Development] When will Qt Remote Objects become an official Qt module?

2017-07-18 Thread Vincent Hui
pment on behalf of Vincent Hui" > vincenthk...@gmail.com> wrote: > > > I plan to use Qt Remote Objects in my project. Therefore, I would like > to know when Qt Remote Objects will become an official Qt module. Will it > be an office module of Qt 5.10 ? > > Hi

[Development] When will Qt Remote Objects become an official Qt module?

2017-07-18 Thread Vincent Hui
Hi, I plan to use Qt Remote Objects in my project. Therefore, I would like to know when Qt Remote Objects will become an official Qt module. Will it be an office module of Qt 5.10 ? Best regards, Vincent ___ Development mailing list Development@qt-proje

Re: [Development] New Qt 5.9.1 snapshot available

2017-06-27 Thread Vincent Hui
Hi Akseli, Why Qt 5.9.1 for MSVC2015 version on Windows is label as "Qt 5.9.1 MSVC2015 64bit2"? That makes me think Qt 5.9.1 is built by MSVC2015 with update 2 not update 3. Qt 5.9.0 for MSVC2015 version on Windows is label as "Qt 5.9.0 MSVC2015 64bit3". By the number 3 after "64bit", I think Qt 5

Re: [Development] QML design patterns implemented by community

2016-03-11 Thread Vincent Hui
Sorry, it is my mistake. I missed one more. Quick Promise - QML Promise Library <https://forum.qt.io/topic/54515/quick-promise-qml-promise-library>, discussion <https://forum.qt.io/topic/54515/quick-promise-qml-promise-library> Vincent On Fri, Mar 11, 2016 at 10:27 PM, Vincen

Re: [Development] QML design patterns implemented by community

2016-03-11 Thread Vincent Hui
One more A new way for creating QML models from C++ <http://gitlab.unique-conception.org/qt-libraries/lib-qt-qml-tricks> , video <https://www.youtube.com/watch?v=96XAaH97XYo> On Fri, Mar 11, 2016 at 4:09 PM, Vincent Hui wrote: > Hi Qt contributors, > > Members of Qt c

[Development] QML design patterns implemented by community

2016-03-11 Thread Vincent Hui
Hi Qt contributors, Members of Qt community put a lot of effects to improve QML. Some design patterns were proposed by them. Did you have a look at their work? Would you mind giving feedback to them and adopting their proposed design patterns in future? Work done by community members: QSyncable -