summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-04-01 21:24:17 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-04-01 21:24:17 +0000
commit565fe726a2baaa0dcea15ab6d2f02e6ba542c1d3 (patch)
treedfdd90c15a65e08a326954b2827bc1d1eed0c99f
parentMerge remote-tracking branch 'refs/remotes/SCrusader/patch-1' (diff)
downloadDiligentEngine-565fe726a2baaa0dcea15ab6d2f02e6ba542c1d3.tar.gz
DiligentEngine-565fe726a2baaa0dcea15ab6d2f02e6ba542c1d3.zip
Updated readme
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index fdfb342..eafd839 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,15 @@
# Diligent Engine - A Modern Cross-Platform 3D Graphics Library
[Diligent Engine](http://diligentgraphics.com/diligent-engine/) is a lightweight cross-platform abstraction layer between the
-application and the platform-specific graphics API.
-The main goal is to take advantages of next-generation APIs such as Direct3D12 and Vulkan, while providing support for older platforms via Direct3D11, OpenGL and OpenGLES. Diligent Engine exposes common front-end for all supported platforms and
-provides [interoperability with underlying native API](http://diligentgraphics.com/diligent-engine/native-api-interoperability/).
-[Shader source code converter](http://diligentgraphics.com/diligent-engine/shader-converter/) translates shaders authored in HSL to GLSL and enables use on all supported platform. The engine is designed as a graphics subsystem in a standalone game engine, Unity native plugin or any other 3D application, and supports [integration with Unity](http://diligentgraphics.com/diligent-engine/integration-with-unity/). [Diligent Engine](http://diligentgraphics.com/diligent-engine/) is distributed under [Apache 2.0 license](License.txt) and is free to use.
+application and the platform-specific graphics API designed to take advantages of next-generation APIs such as
+Direct3D12 and Vulkan, while providing support for older platforms via Direct3D11, OpenGL and OpenGLES. Diligent Engine exposes
+common front-end for all supported platforms and provides
+[interoperability with underlying native API](http://diligentgraphics.com/diligent-engine/native-api-interoperability/).
+[Shader source code converter](http://diligentgraphics.com/diligent-engine/shader-converter/) allows HLSL shaders to be used
+on all supported platforms and rendering backends. The engine is intended to be used as a graphics subsystem in a game engine
+or any other 3D application, and supports
+[integration with Unity](http://diligentgraphics.com/diligent-engine/integration-with-unity/).
+Diligent Engine is distributed under [Apache 2.0 license](License.txt) and is free to use.
## Features