Subscribe to:
Syndicate content
Syndicate content
Blogs of PlexyDesk Developers
Updated: 25 min 36 sec ago

SVG image provider for QML

Mon, 09/12/2011 - 00:30
I’m pleased to announce that Plexydesk now supports accessing  SVG elements from QML. So if you need to access an element with a SVG file, first you should define the size with “sourceSize.width” and  “sourceSize.height” , then provide the source URL as “image://plexydesk_svgprovider/background#center”.  “background” part of the URL is the file name, normally background.svg or [...]

Plexydesk Widget bling with GLSL

Mon, 09/12/2011 - 00:30
For the last three years PLexyDesk was using CPU based animations for widgets, which is fine for most desktop use cases, but it doesn’t scale that great on netbooks and handsets. So we decided to use OpenGL, to do the animations and graphical effects, when it’s possible (when the hardware supports it). I have not [...]