summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2018-08-25 19:33:14 +0000
committerGitHub <noreply@github.com>2018-08-25 19:33:14 +0000
commitda321d3a9deee3c4b46f4f2d2dbf9ddebbad1f06 (patch)
treec8783e4a4a829010fc205771b7fd74758b2b5def
parentUpdated core submodule (diff)
downloadDiligentEngine-da321d3a9deee3c4b46f4f2d2dbf9ddebbad1f06.tar.gz
DiligentEngine-da321d3a9deee3c4b46f4f2d2dbf9ddebbad1f06.zip
Updated readme: organized projects into a table
-rw-r--r--README.md18
1 files changed, 4 insertions, 14 deletions
diff --git a/README.md b/README.md
index 351d323..669c9f6 100644
--- a/README.md
+++ b/README.md
@@ -330,21 +330,11 @@ endfunction()
# Projects
-## [Asteroids Performance Benchmark](https://github.com/DiligentGraphics/DiligentEngine/tree/master/Projects/Asteroids)
-
-This sample is designed to be a performance benchmark and is based on
-[this demo](https://software.intel.com/en-us/articles/asteroids-and-directx-12-performance-and-power-savings) developed by Intel.
-It renders 50,000 unique textured asteroids. Every asteroid is a combination of one of 1000 unique
-meshes and one of 10 unique textures. The sample uses original D3D11 and D3D12 native implementations,
-and adds implementation using Diligent Engine API to allow comparing performance of different rendering modes.
-
-![](Projects/Asteroids/Screenshot.png)
-
-## [Unity Integration Demo](https://github.com/DiligentGraphics/DiligentEngine/tree/master/unityplugin)
-
-[This project](unityplugin) demonstrates integration of Diligent Engine with Unity
+| Project | Screenshot | Description |
+|------------|-------------|----------------------|
+| [Asteroids Performance Benchmark](https://github.com/DiligentGraphics/DiligentEngine/tree/master/Projects/Asteroids) | ![](Projects/Asteroids/Screenshot.png) | This sample is designed to be a performance benchmark and is based on [this demo](https://software.intel.com/en-us/articles/asteroids-and-directx-12-performance-and-power-savings) developed by Intel. It renders 50,000 unique textured asteroids. Every asteroid is a combination of one of 1000 unique meshes and one of 10 unique textures. The sample uses original D3D11 and D3D12 native implementations, and adds implementation using Diligent Engine API to allow comparing performance of different rendering modes. |
+| [Unity Integration Demo](https://github.com/DiligentGraphics/DiligentEngine/tree/master/unityplugin) | ![](unityplugin/GhostCubePlugin/Screenshot.png) | This project demonstrates integration of Diligent Engine with Unity |
-![](unityplugin/GhostCubePlugin/Screenshot.png)
# References