From 9a75897c8afbd93581cd4a46df27a8417b752c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 11 Aug 2015 22:11:24 -0700 Subject: [PATCH] Updated docs. --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0887abb..8b33820c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [bgfx](https://github.com/bkaradzic/bgfx) - Cross-platform rendering library ============================================================================ -What is it? ------------ +[What is it?](https://bkaradzic.github.io/bgfx/overview.html) +------------------------------------------------------------- Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. @@ -85,11 +85,20 @@ 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. -[Documentation](https://bkaradzic.github.io/bgfx/index.html) ------------------------------------------------------------- +[Building](https://bkaradzic.github.io/bgfx/build.html) +------------------------------------------------------- -[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE) --------------------------------------------------------------------------------- +[Examples](https://bkaradzic.github.io/bgfx/examples.html) +---------------------------------------------------------- + +[API Reference](https://bkaradzic.github.io/bgfx/bgfx.html) +----------------------------------------------------------- + +[Tools](https://bkaradzic.github.io/bgfx/tools.html) +---------------------------------------------------- + +[License (BSD 2-clause)](https://bkaradzic.github.io/bgfx/license.html) +----------------------------------------------------------------------- Copyright 2010-2015 Branimir Karadzic. All rights reserved.