Headline News
Cloud computing: the short review of services
Jan 02, 2012
One of the most promising and rapidly developing spheres of Internet services is cloud computing.
Category: Developers • (0) Comments • Permalink
NV_path_rendering Demo Videos
Sep 03, 2011
Watch 8 videos demonstrating GPU-accelerated path rendering for OpenGL via NV_path_rendering. Source for all the demos is available in the NVIDIA Path Rendering SDK.
Category: Developers • (0) Comments • Permalink
ThreeDify announces OpenGL based Office Designer 5.2.1
Sep 01, 2011
ThreeDify is proud to announce the general availability of ThreeDify Office Designer 5.2.1, an OpenGL based, embedded 3D model viewing and editing tool deployed as an add-on to Microsoft Office suite. This milestone release adds numerous new features and performance enhancements. It represents a genuine breakthrough in usability of embedded 3D model viewing and editing within Microsoft Office Suite. For 3D knowledge workers who use Microsoft Office as their primary communication tool, the new Office Designer release empowers them to share and collaborate in 3D naturally and more effectively than ever before.
Category: Applications • (0) Comments • Permalink
Maestro 3D Ortho Studio Virtual Setup software now available using OpenGL
Aug 31, 2011
Ortho Studio is a dedicated orthodontic software package used to make the teeth treatment, virtual setup and clear aligner, using high-quality 3D data of patient’s cases scanned with Maestro 3D Dental Scanner.
Category: Applications • (0) Comments • Permalink
An introduction to OpenGL 4.2
Aug 29, 2011
The OpenGL 4.2 specification brings several API improvements as well as exposes some important pieces of hardware functionality. This presentation covers the newly introduced features in the OpenGL 4.2 specification as well as an update on my OpenGL 4.2 forecast.
Category: Developers • Applications • (0) Comments • Permalink
Particle System using Transform Feedback tutorial published
Aug 29, 2011
This is the 28th installment in a series dedicated to promote OpenGL development on Linux with a focus on OpenGL 3.3 and beyond. The tutorial explains how to implement a particle system using the new feature of transform feedback in OpenGL 3.x.
Category: Developers • (0) Comments • Permalink
Japanese Media interview with Khronos on OpenGL 4.2. Has DirectX 11 finally been surpassed?
Aug 24, 2011
Neil Trevett, president of The Khronos Group met with Japanese media at SIGGRAPH 2011 to talk about recent OpenGL 4.2 announcement and momentum of the OpenGL advantage over DirectX.
Category: Developers • (0) Comments • Permalink
OpenCloth: A collection of source codes implementing cloth simulation algorithms in OpenGL
Aug 24, 2011
Introducing an OpenGL based cloth simulation code base. We implement all of the existing cloth simulation algorithms in as simplistic an approach as possible so that learners may know exactly what is needed to get a cloth simulation system up and running in OpenGL with a minimum of fuss. OpenCloth project has been initiated with a view that it may help beginners and researchers alike to implement the basic algothims for cloth simulation using OpenGL API. It is not intended as another library that you can plugin into your game engine directly. Rather, you can learn from it and then implement a technique or two in you own game/physics engine. With a little bit of effort, it should be straight forward to implement the discussed algorithms on other platforms and Graphics API. Focus is on how to handle the bare minimum required to implement the techniques. Rather than wrapping code into classes, we implement the whole code in a single source file.
Category: Developers • (0) Comments • Permalink
Version 0.9.8 of the free open-source 3D engine PixelLight released
Aug 24, 2011
The version 0.9.8 of the free open-source, cross-platform 3D application framework PixelLight has been released. It’s been one year since the first public release and nearly 9 years since development start on September 16, 2002. The technology is using OpenGL as well as GLSL within it’s primary renderer. Applications, including their life cycle, are now controlled by frontends. The SDK includes four frontends: One for PixelLight’s own GUI system, a lightweight native OS frontend, one for the UI framework Qt and a null frontend without any GUI involved used for example when only rendering into background buffers.
Category: Developers • (0) Comments • Permalink
OpenGL Man pages updated to OpenGL 4.2
Aug 23, 2011
The online OpenGL Reference pages have been updated to OpenGL 4.2.
Category: Developers • (0) Comments • Permalink
Efficient multi-fragment rendering using d-buffer - an OpenGL 4.2 use case
Aug 16, 2011
Drawing effects that need to store multiple data elements per-pixel is not an easy task, when you consider an architecture as rigid as highly parallel GPU subsystem. It is even more so, when you want to put irregular number of data elements (e.g. fragments) per-pixel. Current methods often suffer from the low performance pitfalls of non-regular memory references. See how d-buffer storage scheme can help composing your multiple, irregular in terms of per-pixel count fragments into hardware friendly regular data structure. All with the help of GL_ARB_shader_image_load_store, GL_ARB_shader_atomic_counters or simply core OpenGL 4.2.
Category: Developers • (0) Comments • Permalink
OpenGL and OpenCL SIGGRAPH BOF presentation slides now online
Aug 12, 2011
The presentations slides from SIGGRAPH 2011 Khronos Group OpenCL and OpenGL BOFs are now available online.
Category: Developers • (0) Comments • Permalink
GLFW 2.7.2 released
Aug 12, 2011
GLFW is a portable library for OpenGL application development. It manages windows and OpenGL contexts, resolution switching, keyboard, mouse, joystick and time input, and more. Version 2.7.2 adds support for OpenGL 3.2 core profile contexts on OS X Lion and fixes a number of bugs in the Cocoa port.
Category: Developers • (0) Comments • Permalink
Starting a new series of tutorials about OpenGL Shaders
Aug 12, 2011
From the creator of the series “All About OpenGL ES 2” and author of NinevehGL Engine (Free 3D engine for iOS), arrives a new tutorial about OpenGL Shaders. This is the first of three and brings the basic concepts about shaders for beginners, treating concepts like Normals and Tangent Space, differences between per-vertex and per-fragment lights and explaining in-depth what the shaders are. The next tutorials of this series will show how to calculate the complex lights, reflections, bump mapping and more.
Category: Developers • (0) Comments • Permalink
AMD Releases Catalyst Beta Drivers for OpenGL 4.2
Aug 11, 2011
AMD released a beta driver for the OpenGL® 4.2 API specification just announced by the Khronos Group this week. The new AMD Catalyst™ Beta package for the OpenGL 4.2 API is available for download for use with the Windows 7, Windows Vista, Windows XP and Linux operating systems.
Category: Developers • (0) Comments • Permalink
Mesa 7.11 gets much closer to supporting OpenGL 3
Aug 10, 2011
Version 7.11 of free and opensource OpenGL implementation gets very close to meet OpenGL 3.0 requirements, but there is still work to be done in bringing up GLSL 1.30 support, depth format cube textures, GLX_ARB_create_context, and various other features. Mature Intel Sandy Bridge and preliminary support for Ivy bridge has been added. AMD Llano Fusion graphics and Radeon HD 6900 “Cayman” are now supported.
Category: Developers • (0) Comments • Permalink
