BGFX Makes It Easy Targeting Multiple Rendering APIs

Written by Michael Larabel in Free Software on 16 December 2013 at 04:39 PM EST. 8 Comments
FREE SOFTWARE
BGFX is a cross-platform rendering library that makes it easy targeting multiple versions of OpenGL and Direct3D on platforms ranging from Apple iOS to Windows to Google Native Client.

The latest open-source project worthy of its own shout-out on Phoronix is BGFX, which via its library allows seamless targeting the Direct3D 9 and Direct3D 11 APIs on Windows platforms. For all platforms, targeting BGFX means OpenGL 2.1, OpenGL 3.1, OpenGL ES 2.0, and OpenGL ES 3.0 rendering support.

BGFX is used by a few games right now for easily targeting multiple rendering APIs across multiple platforms. The officially supported platforms right now include Google Android, Apple iOS, Linux, Google Native Client, OS X, and Microsoft Windows.

BGFX also has its own cross-platform shader language (shaderc) that is derived from OpenGL's GLSL syntax. BGFX is put out under a 2-clause BSD license. BGFX is under active development and supports many features, with more details being available from the BGFX GitHub page.

A similar project worth mentioning again is Waffle, which allows for run-time selection of the OpenGL (or GLES) version target and dynamic windowing system support.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week