3D QT Engine

Switcher needs a new UI

ago

Well Switcher’s initial release has a very bad UI design. Here is a little preview animation rendered, that represents the new idea for the UI. It will be done without Qt’s elements and rendered in OpenGL ES 2.0.   Youtube link

3D QT Engine

Little Model viewer in work

ago

Working on a small piece of software to have a GUI and to preview Models in the engine. Screen: (The model might be familiar to the most of you. It’s betty, the first spaceship of  Gallaxy on Fire 2 and just used to have something pretty on the screen instead Read more…

QT

Switcher passed QA

ago

Well Switcher passed Ovi (Nokia) Store’s Quality Assurance (QA) today. Lets see how long they need to make it available  : D

QT

Switcher v1.0 lil bug found…

ago

I found a little bug on some devices (all except my own somehow -.-). Seems like OS has no permission to read C:\ drive where i store settings file and logs which leads to a fatal chain reaction in graph drawing… Gona fix this, try it once again on other Read more…

3D QT Engine

OK it’s about time now :D

ago

The 3D part of the Taskman for symbian i’ve been working on about a few months now goes out for testing. The following screens are included to show the ram and vram usage of the app. Both are kept realy low and do not perform in any negative sideeffects, but Read more…

QT

QT’s bugs #01

ago

Here i want to show a really nasty bug in QT’s QPixmap class that might confuse a little bit. I only tested this on Symbian plattform (Nokia N8 on the device itself).    screenshot = QPixmap::grabWindow(QApplication::desktop()->winId()); screenshot.scaled(QSize(64,32),Qt::IgnoreAspectRatio,Qt::SmoothTransformation); qimg = new QImage(screenshot.toImage()); If i called this 3 lines about 15 times Read more…