Archiv

Switcher source code

ago

On request I uploaded the Switcher v1.0 source code. Feel free to use it but please add credits to your stuff if you plan to release it somewhere. My UID is used so please use your own there 😀 Link: https://github.com/AJ92/Switcher   If you have any questions feel free to Read more…

3D QT Engine

Switcher’s updated design part III

ago

Switcher’s development is still in progress. Visually there has not changed much yet, but internally much code has been updated. This project is now also on GitHub: QtEngine_v0_1_empty Here i am starting the engine on the actual target device for the first time. Had a small problem at the beginning Read more…

3D QT Engine

Switcher’s updated design part II

ago

Coding, coding, coding… Some major classes are almost done, which are a pretty good base for higher level classes like buttons, lists, switches and more. Here is a little screenshot of the running window. This is a real screenshot because the engine emulates OpenGL ES 2.0 and everything that shows Read more…

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

Month passed no news ?

ago

Due to lack of time I wasn't very productive the passt weeks... University eats almost all my spare time. There is an on going software project this semester + weekly coding exercises in addition to the usual stuff you have to do -.- (more…)

QT

Switcher and a bug ?

ago

Seems like there is a strange bug in Switcher atm. I have no idea why it is caused. Under suspicion are custom fonts in modded roms. The strange part is … it did worked once on a device with modded fonts. However this is investigated and i hope i can Read more…

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…