QT

TileDownloader

ago

I made a little tool which allows me to download tiles from bing maps and puts them together. tiledownloader   The next updates will add a proper thread for the stiching process which currently blocks the Ui till it's done. Anyways grab it from github. (more…)

3D QT Engine

Skyboxes !!!

ago

Not much to say, skyboxes add a lot to a 3D scene! Here are two early screens. Not everything works like it should atm, but it’s close!

Android

Hwinfo android app almost done!

ago

My new android app is almost finished. It uses a little server for windows to get sensor information from your desktop computer to send it to a client android device. It’s still a bit rough at some edges, but it should be done soon! Here is how it looks like:

3D QT Engine

Wireframe and Vertex modes back

ago

Added the wireframe and vertex modes back to the render pipeline. Also went back to 13 pixel lookups in the NFAA shader but with additional improvements i had with 8 lookups. The reason i went back was because 8 pixel lookups ignored some conditions… Here’s a screen of the render/debug Read more…

3D QT Engine

Engine progress

ago

[gallery link="file" columns="2" ids="675,673,672,670"]   During some days i worked over 8 hours on features or bug fixes, but i think it was worth it. A lot of changes happened to my little engine in the past few weeks so let's sum up a few of them ...   (more…)