From a550f6772330d1d7e935bec93c7c369249a9679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 15 Jun 2014 11:32:15 -0700 Subject: [PATCH] Updated README. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea6e2d6..ce4ecf9c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ What is it? ----------- -Cross-platform rendering library ([C++ API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.h), -[C99 API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.c99.h)). +Cross-platform rendering library. Supported rendering backends: @@ -26,6 +25,13 @@ Platforms: * OSX * Windows +Languages: + + * [C99 API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.c99.h) + * [C++ API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.h) + * [D API bindings](https://github.com/p0nce/DerelictBgfx) + * [Go API bindings](https://github.com/james4k/go-bgfx) + Who is using it? ----------------