KGE 0.0.7 released, Deferred shading
Kochol Game Engine 0.0.7 released.
It has more than 1.5 MB of source code now. I ported the source code of engine to git repository on sourceforge.net because the git can let me to release stable versions more quickly by using the amazing branching system of git the master branch always has the stable version.
The new Material Manger and Material system of KGE now generate shader code on the fly for different effects that user request. The material system has two rendering path for both forward and deferred rendering. I’m really satisfied with rendering speed and quality.
The effect manager now works better for rendering shadow maps and post process effects like post bloom. An advanced particle system implemented in KGE.
PhysX also implemeted in engine but we don’t tested it yet. Maybe this part of engine have to be rewritten.
The tiled terrain scene node of engine is very amazing for blending many textures on it and render the terrain in only one pass. You can blend textures with per pixel blending up to 64 textures.
Mesh instancing implemented in engine now you can place many 3d models in your scene without worring about speed
Many bugs fixed and many minor features added to this version.
KGE website is http://kge3d.org
You can download it from http://sourceforge.net/projects/kge/files/KGE/KGE%200.0.7/kge007.zip/download
A game with this engine released in Iran called Siavosh see its website at http://sourenagames.com/
Tagged:
Recently Featured Posts
- Accessing Microsoft Windows 8 Desktop Sensors
- Shader Effects: Glow and Bloom
- Shader Effects: Screen Space Ambient Occlusion
- Shader Effects: Refraction
- Shader Effects: Blend Modes
- Shader Effects: Gamma Correction
- Follow Devmaster.net on Facebook, Twitter, and Google+
- Shader Effects: Depth of Field
- Shader Effects: Shadow Mapping
- Shader Effects: Old Film

Comments