[Development] Texture image loading library

Laszlo Agocs laszlo.agocs at qt.io
Fri Jan 20 09:25:48 CET 2017


Hi Giuseppe,


It is hard to say for sure without seeing the actual code, but if there are no 3rd party dependencies involved and all we are talking about is a compact, private helper class in the style of Qt3D's current TextureLoadingHelper, then adding it next to QOpenGL* in QtGui is still the way to go. (long term these GL enablers should be moved out from QtGui but that's something for the far future and is not feasible to change now)


This would bring the benefit of potential reuse in the Quick (Image element) compressed texture support, once that materializes at some point in the future.


Are ETC1 and ETC2 included? They would be fairly important as well.


Best regards,

Laszlo



________________________________
From: Development <development-bounces+laszlo.agocs=qt.io at qt-project.org> on behalf of Thiago Macieira <thiago.macieira at intel.com>
Sent: Friday, January 20, 2017 2:53 AM
To: development at qt-project.org
Subject: Re: [Development] Texture image loading library

On quinta-feira, 19 de janeiro de 2017 22:22:17 PST Oswald Buddenhagen wrote:
> the central "regular" image loaders are in qtgui, and the "elementary"
> (6MeB of sources ...) opengl support is nowadays also in qtgui, so it
> seems quite plausible to put the texture loaders there as well.

And eventually they could become public API.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
Development at qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20170120/07838bc9/attachment.html>


More information about the Development mailing list