Skip to content

Commit daba5de

Browse files
Updated project description; added link to documentation
1 parent c5f9f06 commit daba5de

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

template/index.html

+19-10
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,34 @@ <h1>Diligent Engine</h1>
3737
</div>
3838

3939
<p class="description">
40-
<a href="http://diligentgraphics.com/diligent-engine/" target="_blank">
41-
Diligent Engine</a> is a lightweight cross-platform graphics API abstraction library and rendering framework.
42-
It is designed to take full advantage of Direct3D12, Vulkan, Metal, and WebGPU, while supporting older platforms via Direct3D11, OpenGL, OpenGLES, and WebGL.
43-
Diligent Engine exposes a common front-end API and uses HLSL as a universal shading language on all platforms and rendering back-ends.
44-
Platform-specific shader representations (GLSL, MSL, DX bytecode, or SPIRV) can be used with corresponding back-ends.
45-
The engine is intended to be used as a graphics subsystem in a game engine or any other 3D application.
46-
It is distributed under the <a href="https://github.com/DiligentGraphics/DiligentEngine/blob/master/License.txt" target="_blank">Apache 2.0 license</a> and is free to use.
40+
<a href="http://diligentgraphics.com/diligent-engine/" target="_blank">Diligent Engine</a>
41+
is a high-performance, lightweight graphics API abstraction layer and rendering framework designed for seamless cross-platform development.
42+
It provides a unified interface that leverages the power of modern graphics APIs such as Direct3D12, Vulkan, Metal, and WebGPU, while
43+
also maintaining robust support for legacy platforms through Direct3D11, OpenGL, OpenGLES, and WebGL.
44+
<br />
45+
Diligent Engine offers a single, consistent front-end API and utilizes HLSL as its universal shading language across all platforms
46+
and rendering back-ends. Additionally, it supports platform-specific shader formats, including GLSL, MSL, DirectX bytecode,
47+
and SPIR-V, enabling developers to optimize graphics performance on each targeted system.
48+
<br />
49+
Engineered for versatility, Diligent Engine serves as an ideal graphics subsystem for integration into game engines,
50+
interactive simulations, and any other 3D visualization applications. It is open-source and distributed under the permissive
51+
<a href="https://github.com/DiligentGraphics/DiligentEngine/blob/master/License.txt" target="_blank">Apache 2.0 license</a>,
52+
ensuring that developers can freely use and adapt the engine within their projects.
4753
</p>
4854

4955
<div class="badges">
50-
<a href="https://github.com/DiligentGraphics/DiligentEngine/blob/master/License.txt" target="_blank">
51-
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
52-
</a>
5356
<a href="https://discord.gg/t7HGBK7" target="_blank">
5457
<img src="https://img.shields.io/discord/730091778081947680?logo=discord" alt="Chat on Discord">
5558
</a>
5659
<a href="https://github.com/DiligentGraphics/DiligentEngine/actions/" target="_blank">
5760
<img src="https://img.shields.io/github/actions/workflow/status/DiligentGraphics/DiligentEngine/build-emscripten.yml?branch=master&label=Build%20Status">
5861
</a>
62+
<a href="https://github.com/DiligentGraphics/DiligentEngine/blob/master/License.txt" target="_blank">
63+
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
64+
</a>
65+
<a href="https://diligentgraphics.github.io/docs" target="_blank">
66+
<img src="https://img.shields.io/badge/Documentation-blue" alt="Documentation">
67+
</a>
5968
</div>
6069
</section>
6170

0 commit comments

Comments
 (0)