Glow - modern 3d game engine. Cross-platform, optimized tool with complete development environment, specially targeted to an indie game development.

Post news Report RSS HDR and linear space rendering

HDR and linear space rendering are implemented in Glow engine. Plus scalability was improved for multi core CPU.

Posted by on

High Dynamic Range lighting with eye adaptation and bright pass is implemented in the Glow engine. Plus gamma-correct rendering. Color Transformations (hue, saturation, brightness etc) were started. Color transformations can significantly improve quality and mood of 3d rendering. Just remember cold tones of Matrix movie or color shifts in Left4Dead.

Also scalability of task manager was improved by moving task execution into Intel Threading Building Blocks - cross platform optimized library for multi core programming (same is used by Unreal engine and numerous game studious)

The scene graph became multi threaded, resource manager was improved by smart_ptr + weak_ptr scheme - better memory leak tracking, reference counting for resources, plus resource manager became concurrently multi threaded - it allows read-write access from different threads (jobs).

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: