C++ Rendering library and graphics framework. #cpp #graphics #gamedev

Branimir Karadžić cf6ccace77 Texture override internal now returns 0 to signal that internal texture is not yet created. vor 10 Jahren
3rdparty 18cc77deab Updated glsl-optimizer. vor 10 Jahren
examples 55e72a2dd1 SDL: Fixed crash when loading gamecontrollerdb. vor 10 Jahren
include cf6ccace77 Texture override internal now returns 0 to signal that internal texture is not yet created. vor 10 Jahren
scripts 0f93c0d48c Added optional SHADERS_DIR parameter. vor 10 Jahren
src cf6ccace77 Texture override internal now returns 0 to signal that internal texture is not yet created. vor 10 Jahren
tools c5a2ddd662 Cleanup. vor 10 Jahren
.appveyor.yml 6345c8d838 Updated Appveyor. vor 10 Jahren
.editorconfig f6f5b4b847 Fixed .editorconfig. vor 10 Jahren
.gitattributes ace930ebd9 Added .editorconfig. vor 11 Jahren
.gitignore 344bacab7c Added workaround for compilers/platforms that don't support TLS specifier. vor 10 Jahren
.travis.yml 1911401690 Updated TravisCI. vor 10 Jahren
LICENSE ce14cc4b8e Updated copyright year. vor 10 Jahren
README.md f8750b7a96 Removed TeamCity links. vor 10 Jahren
makefile d2ecd29cc1 Cleanup. vor 10 Jahren

README.md

bgfx - Cross-platform rendering library

Build Status Build status

What is it?

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.

Supported rendering backends:

  • Direct3D 9
  • Direct3D 11
  • Direct3D 12 (WIP)
  • Metal (WIP)
  • OpenGL 2.1
  • OpenGL 3.1+
  • OpenGL ES 2
  • OpenGL ES 3.1
  • WebGL 1.0

Supported HMD:

  • OculusVR (0.4.2+)

Supported platforms:

  • Android (14+, ARM, x86, MIPS)
  • asm.js/Emscripten (1.25.0)
  • FreeBSD
  • iOS (iPhone, iPad, AppleTV)
  • Linux
  • MIPS Creator CI20
  • Native Client (PPAPI 37+, ARM, x86, x64, PNaCl)
  • OSX (10.9+)
  • RaspberryPi
  • Windows (XP, Vista, 7, 8, 10)
  • WinRT (WinPhone 8.0+)

Supported compilers:

  • Clang 3.3 and above
  • GCC 4.6 and above
  • vs2008 and above

Languages:

Build

Who is using it?

http://airmech.com/ AirMech is a free-to-play futuristic action real-time strategy video game developed and published by Carbon Games.

https://github.com/dariomanesku/cmftStudio cmftStudio - cubemap filtering tool.
cmftStudio

https://github.com/taylor001/crown Crown is a general purpose data-driven game engine, written from scratch with a minimalistic and data-oriented design philosophy in mind.
Crown screenshot

https://github.com/emoon/ProDBG - ProDBG is a new debugger under development that will support a variety of targets and operating systems. Currently it's in very early development and primary focusing on Mac as primary target. This is how it currently looks.
ProDBG_screenshot

http://www.dogbytegames.com/ Dogbyte Games is an indie mobile developer studio focusing on racing games.
ios

https://github.com/andr3wmac/Torque6 Torque 6 is an MIT licensed 3D engine loosely based on Torque2D. Being neither Torque2D or Torque3D it is the 6th derivative of the original Torque Engine. Torque 6 Material Editor

https://github.com/cgbystrom/twinkle GPU-accelerated UI framework powered by JavaScript for desktop/mobile apps. Idea is to combine the fast workflow and deployment model of web with the performance of native code and GPU acceleration.

https://github.com/nem0/LumixEngine LumixEngine is a MIT licensed 3D engine. The main goal is performance and Unity-like usability.
LumixEngine screenshot

https://github.com/podgorskiy/KeplerOrbits KeplerOrbits - Tool that calculates positions of celestial bodies using their orbital elements. Web Demo

https://github.com/cyberegoorg/cetech - CETech is Data-Driven game engine and toolbox inspired by Bitsquid/Stingray engine.
CETech screenshot

https://github.com/jpcy/ioq3-renderer-bgfx - A renderer for ioquake3 written in C++ and using bgfx to support multiple rendering APIs.
ioq3-renderer-bgfx screenshot

http://makingartstudios.itch.io/dls - DLS the digital logic simulator game.
dls-screenshot

Building

Examples

API Reference

Tools

License (BSD 2-clause)

Copyright 2010-2016 Branimir Karadzic. All rights reserved.

https://github.com/bkaradzic/bgfx

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

   1. Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.

   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.