From ef9b83dd8e3153e76a627bc4cbbc35b43bc728f8 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 29 Jul 2014 00:30:59 +0430 Subject: [PATCH] bgfx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4f9858..51d7cfc 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Graphics +* [bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. * [Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. * [CImg](http://cimg.sourceforge.net/) - A small, open source, C++ toolkit for image processing. * [Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine.