Android

Additional Project

ago

Not long ago my laptop's GPU died and i was forced to take a break on my Engine project... The reason was the OpenGL version which i targeted. The Nvidia chip was capable of running the project, but the engine aims for OpenGL 4.0 or higher and my laptop's HD4000 can only run with OpenGL 3.3. This made be choose between two options,

  • bring the OpenGL version down to 3.3
  • get a new machine
"Downgrade" to 3.3 would mean, rewrite the shaders, change the rendering procedures and so on... so i bought a desktop machine with a bit more power. (more…)

3D QT Engine

New engine on its way!!!

ago

I’ve been working on this one for months. Almost everything is written from scratch and i tried NOT to use extra libs and stuff. Only freeGlut, GLEW and Qt (i even avoided most of Qt’s stuff). More soon !

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

Some fresh wind…

ago

I’m playing around with the SFML libs to handle window creation and window events nativly. Also desktop openGL is in use now and i am working on my own math classes to gain a bit more understanding of this materia and because i just want to have my own stuff Read more…