mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated README.
This commit is contained in:
parent
529b9274a5
commit
538394c131
1 changed files with 15 additions and 6 deletions
21
README.md
21
README.md
|
@ -11,7 +11,7 @@ Supported rendering backends:
|
||||||
* Direct3D 9
|
* Direct3D 9
|
||||||
* Direct3D 11
|
* Direct3D 11
|
||||||
* OpenGL 2.1
|
* OpenGL 2.1
|
||||||
* OpenGL 3.1
|
* OpenGL 3.1+
|
||||||
* OpenGL ES 2
|
* OpenGL ES 2
|
||||||
* OpenGL ES 3.1
|
* OpenGL ES 3.1
|
||||||
|
|
||||||
|
@ -46,6 +46,12 @@ scripting language, and an efficient command-line workflow. Here is video where
|
||||||
they explain why they choose bgfx over alternatives:
|
they explain why they choose bgfx over alternatives:
|
||||||
<a href="https://www.youtube.com/watch?feature=player_embedded&v=PHY_XHkMGIM&t=1m53s" target="_blank"><img src="https://img.youtube.com/vi/PHY_XHkMGIM/0.jpg" alt="Why did you choose bgfx?" width="240" height="180" border="10" /></a>
|
<a href="https://www.youtube.com/watch?feature=player_embedded&v=PHY_XHkMGIM&t=1m53s" target="_blank"><img src="https://img.youtube.com/vi/PHY_XHkMGIM/0.jpg" alt="Why did you choose bgfx?" width="240" height="180" border="10" /></a>
|
||||||
|
|
||||||
|
https://github.com/dariomanesku/cmftStudio cmftStudio - cubemap filtering tool.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -400,16 +406,19 @@ build errors.
|
||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
| Name | OS | DX9 | DX11 | GL | GLES |
|
| Name | OS | DX9 | DX11 | GL | GLES | Source |
|
||||||
|:-------------|:--------------|:----:|:----:|:----:|:----:|
|
|:----------|:--------------|:----:|:----:|:----:|:----:|:------:|
|
||||||
| CodeXL | Win/Linux | | | x | |
|
| APITrace | Linux/OSX/Win | x | x | x | x | x |
|
||||||
| IntelGPA | Win/Linux/OSX | x | x | | x |
|
| CodeXL | Linux/Win | | | x | | |
|
||||||
| RenderDoc | Win | | x | | |
|
| IntelGPA | Linux/OSX/Win | x | x | | x | |
|
||||||
|
| RenderDoc | Win | | x | | | x |
|
||||||
|
|
||||||
|
[APITrace](https://apitrace.github.io/)
|
||||||
[CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/)
|
[CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/)
|
||||||
[IntelGPA](https://software.intel.com/en-us/vcsource/tools/intel-gpa)
|
[IntelGPA](https://software.intel.com/en-us/vcsource/tools/intel-gpa)
|
||||||
[RenderDoc](http://cryengine.com/renderdoc)
|
[RenderDoc](http://cryengine.com/renderdoc)
|
||||||
|
|
||||||
|
|
||||||
SDL, GLFW, etc.
|
SDL, GLFW, etc.
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue