Posts Tagged ‘graphics programming’

Equalizer 0.6 Released: Control the Power of Many GPUs!

Equalizer 0.6
Scalability for large-scale displays


Read more…

Be the first to comment - What do you think?  Posted by JeGX - December 4, 2008 at 9:52 am

Categories: Programming, SDK   Tags: , , ,

Next-Gen Rendering of Subdivision Surfaces – Tesselation


Read more…

1 comment - What do you think?  Posted by JeGX - September 12, 2008 at 10:10 am

Categories: Game Development, Microsoft DirectX, OpenGL   Tags: , , , , , , , , , , ,

Real Time Realistic Rendering of Nature Scenes

A thesis about real-time realistic rendering of nature scenes with dynamic lighting has been published. This thesis includes all details about real-time grass rendering and about real-time tree rendering with indirect lighting.

You can grab the thesis here: PhD thesis


It’s a pity there is no real-time 3D demo. Screenshots are cool but a real demo is better!
—-
[via]

2 comments - What do you think?  Posted by JeGX - August 18, 2008 at 7:12 pm

Categories: Game Development, Programming   Tags: , , , , , ,

NeoAxis Engine 0.57


Read more…

Be the first to comment - What do you think?  Posted by JeGX - August 1, 2008 at 5:22 pm

Categories: 3D Engines, SDK   Tags: , , , , , , , ,

NVIDIA Scene Graph (NVSG) 4.0.6.0.7 Update


Read more…

Be the first to comment - What do you think?  Posted by JeGX - July 30, 2008 at 10:48 am

Categories: 3D Engines, OpenGL, Programming, SDK   Tags: , , , , , , , ,

Unity 2.1


Read more…

Be the first to comment - What do you think?  Posted by JeGX - July 29, 2008 at 3:13 pm

Categories: Game Development, Softwares   Tags: , , , ,

Equalizer 0.5.4 – OpenGL Parallel Rendering

The new release of Equalizer is available. Equalizer is an open source project providing a minimally invasive programming interface and resource management system for parallel, scalable OpenGL applications. It allows an application to run unmodified on any visualization system, from a simple workstation to large scale graphics clusters and multi-GPU workstations.

Links:
- Equalizer 0.5.4 release notes
- DB (sort-last) load-balancing

The Equalizer example application running on the same display wall.

The following video shows volume rendering using three GPUs and dynamic 2D load-balancing. The tiling is adapted each frame automatically and transparently to the application by Equalizer. The data set has 256^3 voxels, and is rendered using 2560 slices using the eVolve scalable volume renderer.



5 comments - What do you think?  Posted by JeGX - at 10:52 am

Categories: OpenGL, Programming   Tags: , , , , ,

OpenGL and Mobile Devices: Round 2

Richard S. Wright Jr. the lead author of The OpenGL SuperBible, wrote about the intersection of OpenGL and mobile devices.

Read his complete article HERE.

The graphics hardware behind the iPhone and iPod Touch is a PowerVR MBX Lite, which uses Tile-Based Deferred Rendering.

There are a few limitations you should know from the start:
* There is no stencil or accumulation buffer.
* There are only two texture units.
* The maximum texture size is 1024×1024 (use power of two only).
* The maximum space for textures and surfaces is 24MB.
* Only 2D textures are supported.
* There is no software rendering fallback.

The PowerVR chip uses a full floating-point pipeline throughout. The OpenGL lighting model is fully hardware accelerated, and there is no need to use fixed-point values for either lighting and material values, or vertex data. For best performance, use directional lights instead of point lights when possible, and try to always use indexed strips for geometry submission. To minimize bandwidth, you can use unsigned byte values for colors, and either unsigned byte or shorts instead of floats for texture coordinates.

2 comments - What do you think?  Posted by JeGX - July 25, 2008 at 2:39 pm

Categories: OpenGL, Programming   Tags: , , , , , ,

DirectX 9 to DirectX 11, where did 10 go?

Here is an analysis, by a game developer called Susheel, of the new things that DirectX 11 will bring.

Read the complete analysis HERE.

What is really interesting to see is the emergence of what Microsoft terms as the Compute Shader, no doubt a marketing speak for GPGPU which they claim will allow the GPU, with it’s awesome power to be used for more than just graphics, which smells like CUDA (Compute Unified Device Architecture) to me.

Issues like multi-threaded rendering/resource handling are things that were long time coming and yes, it’s a good thing we will finally see them in the newer version. It just makes my job as a game developer a whole lot easier. Most details on Shader Model 5.0 are pretty sketchy, so I won’t go into things like shader length and function recursion. However, I hope such issues are addressed satisfactorily in the newer shader model.

Microsoft is still fixated on releasing version 11 only for Vista, so don’t expect your XP machines to ever run DirectX 11 even if you buy brand new hardware.

Be the first to comment - What do you think?  Posted by JeGX - at 1:54 pm

Categories: Microsoft DirectX, Programming   Tags: , , , , , , , , ,

OpenGL Bootcamp at the Big Nerd Ranch October 2008

Big Nerd Ranch announces the October 2008 session of OpenGL Bootcamp. This intensive 5-day training course will arm you with the knowledge to make your 2D and 3D visualizations fly! As problem sets explode in complexity, radical gains in performance have resulted from moving traditional graphics processing from the CPU to graphics hardware. If you are doing any work concerning graphics, then you must know OpenGL and this class is the fastest way to master the ideas and techniques of OpenGL programming. By taking full advantage of hardware acceleration, shaders, blending, textures and video we’ll help you get the most out of your data. Learn how OpenGL works, what functionality it does and does not provide, various optimization methods for both static and dynamic data, and much more. The course will provide libraries and frameworks for abstracting the operating system and allowing the student to focus solely on learning OpenGL.

Read more HERE.


[via]

Be the first to comment - What do you think?  Posted by JeGX - at 10:25 am

Categories: OpenGL   Tags: , , , ,

Next Page »