viernes, 14 de diciembre de 2012

KH Project Update 15/12/2012

Coding the game's title screen is proving to be harder than I expected.
I need to improve the handling and display of 3D models for a faster rendering. Currently it decreases the framerate by a lot. Hopefully I'll be able to to fully understand and use the new OpenGL functions such as glDrawArrays and glDrawElements.

jueves, 13 de diciembre de 2012

Kingdom Hearts Project Revamped!

Project revamped into a full fledged game.
Now the game is being coded in C++, OpenGL as the graphic pipeline and FMOD as the audio engine. The rest of the engines are being are completely coded from scratch for the game.