mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated docs.
This commit is contained in:
parent
2aed96cbb1
commit
9a75897c8a
1 changed files with 15 additions and 6 deletions
21
README.md
21
README.md
|
@ -1,8 +1,8 @@
|
||||||
[bgfx](https://github.com/bkaradzic/bgfx) - Cross-platform rendering library
|
[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
|
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style
|
||||||
rendering library.
|
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
|
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.
|
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.
|
Copyright 2010-2015 Branimir Karadzic. All rights reserved.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue