bzar
A Commando
I loved the idea of dflemstr's Panorama UI project. I was sad to see it fade away (reasons explained in the original thread). The source has been untouched in github for some time now, and as it was written for a prototype version of Qt 4.7 (REAL bleeding edge at the time), it does not work with the latest releases of Qt 4.7.
Until now.
I've ported the project to latest Qt 4.7. Some features, like the Magma UI still don't work completely (not working at all with OpenGL rendering, some things left to fix for software rendering), but most of the work is done. Depending on how well I'll get this to run on a pandora, I might adopt the project and continue developing it. I have some nice ideas about a plugin based architecture
Note: I've noticed software rendering works really well on most platforms after I added QApplication::setGraphicsSystem("raster");. I have some other ideas on how to make this go faster that I learned about when doing Wars: Commando. For now I recommend using the CONFIG+=disable_opengl switch to compile without the OpenGL support as it seems to make some things work funky (Test UI loads for around 10 seconds before becoming responsive, Magma UI hangs). I might make the software rendering the default at some point.
Until now.
I've ported the project to latest Qt 4.7. Some features, like the Magma UI still don't work completely (not working at all with OpenGL rendering, some things left to fix for software rendering), but most of the work is done. Depending on how well I'll get this to run on a pandora, I might adopt the project and continue developing it. I have some nice ideas about a plugin based architecture
Note: I've noticed software rendering works really well on most platforms after I added QApplication::setGraphicsSystem("raster");. I have some other ideas on how to make this go faster that I learned about when doing Wars: Commando. For now I recommend using the CONFIG+=disable_opengl switch to compile without the OpenGL support as it seems to make some things work funky (Test UI loads for around 10 seconds before becoming responsive, Magma UI hangs). I might make the software rendering the default at some point.
Last edited by a moderator: