3D QT Engine

important Engine update

ago

The engine has now important and essetential new features. In the current very early release it wasn’t possible to delete models, meshs, materials and texturemaps at runtime, but now it is. You can create models, create an instance of them and update or delete single texturemaps at runtime. If you Read more…

3D QT Engine

Engine tools in work

ago

Today I started to work on some tools that are usefull to create stuff with/for the engine. Currently i have only implemented some system stats and window tools. The tool window itself will get a way more tools soon. I won’t tell much right now cause everything can change in Read more…

3D QT Engine

Little engine bugfix

ago

I had a few problems with loading shader source files and their compilation / linking on the mobile plattform (Symbian S^3 Belle QT 4.8.0). The problems seems to be solved now and i am still not wuite sure why i had the problems, but my guess is: pointer error. I’ll Read more…

Switcher

Taskman alpha I

ago

I want to release a little preview of the current functionality of my Taskman. Currently not all features are implemented, for example the Settings button is not in use, but this will come soon. The 3D window is also not included in this alpha. If you really want to try Read more…

3D QT Engine

More about the Taskman

ago

Ok, after a break from coding i went back to things and finished the task managment. It is now possible to go to tasks and close them without any problems. For killing tasks immediately a special certificate is needed with PowerMgmt capability, otherwise the thread panics and leads to an Read more…

3D QT Engine

Design preview

ago

Ok, basic things are done! Symbian’s tasks can be read but are not displayed yet. The 3D window also works. But this post shows the 3D-window which has nothing realy new… and the non-3D-window design, now with screenshot from device: Switcher design preview. (3D window win7)   If you think Read more…

3D QT Engine

New Project

ago

Working on a little Taskmanager for Symbian S^3 which will use our openGL ES Engine. I had already a project like this planed months ago but it got too time intensive along with university and the old engine based on Python ( you know PyS60 does not run well on Read more…

3D QT Engine

Release !!!

ago

I am tired and i want to release. The manual is almost finished but already included. The graphical part and Imagination Technologie’s Emulator for Windows is included. Check the manual and you are ready to create something. This is opensource but shouldn’t be sold as yours!!! Click on the Engine Read more…

3D QT Engine

Pure freedom

ago

The “Shader” class has been completely rewritten and the renderer adjusted to fit the new shader class. It is now possible to write own shaders, own rendering techniques and so on … For this freedom the shader class has to be reimplemented as own shader class with a few own Read more…