Skip to content

Commit 36e32c6

Browse files
committedFeb 16, 2021
Make Releases link more prominent. Fixes KhronosGroup#359.
1 parent 4013b1f commit 36e32c6

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
 

‎README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The Official Khronos KTX Software Repository
88

99
> **Note:** Visual Studio 2019 v16.5 & v16.6 get an internal compiler error when compiling parts of this software. v16.4 is okay. For Windows we suggest using Visual Studio 2017 until Microsoft fixes this bug.
1010
11-
> **Note:** This repo has just switched from a GYP-based to a CMake-based build system. The pre-generated build files have been removed but the .gyp files will remain available for a while and can be used to generate build files, using the GNUMakefile in the root of the project, in the event of a problem. You will have to install
12-
[GYP](https://github.com/msc-/gyp/tree/remaster).
13-
1411
| GNU/Linux, iOS & OSX | Windows | Documentation |
1512
|----------------------| :------: | :-----------: |
1613
| [![Build Status](https://travis-ci.com/KhronosGroup/KTX-Software.svg?branch=master)](https://travis-ci.com/KhronosGroup/KTX-Software) | [![Build status](https://ci.appveyor.com/api/projects/status/rj9bg8g2jphg3rc0/branch/master?svg=true)](https://ci.appveyor.com/project/msc-/ktx/branch/master) | [![Build status](https://codedocs.xyz/KhronosGroup/KTX-Software.svg)](https://codedocs.xyz/KhronosGroup/KTX-Software/) |
@@ -20,6 +17,14 @@ for the Khronos KTX library and tools.
2017

2118
KTX (Khronos Texture) is a lightweight container for textures for OpenGL<sup>®</sup>, Vulkan<sup>®</sup> and other GPU APIs. KTX files contain all the parameters needed for texture loading. A single file can contain anything from a simple base-level 2D texture through to a cubemap array texture with mipmaps. Contained textures can be in a Basis Universal format, in any of the block-compressed formats supported by OpenGL family and Vulkan APIs and extensions or in an uncompressed single-plane format. Basis Universal currently encompasses two formats that can be quickly transcoded to any GPU-supported format: LZ/ETC1S, which combines block-compression and supercompression, and UASTC, a block-compressed format. Formats other than LZ/ETC1S can be supercompressed with Zstd.
2219

20+
Download [KTX Software Releases](https://github.com/KhronosGroup/KTX-Software/releases)
21+
to get binary packages of the tools, library and development headers
22+
described below. The [Releases](https://github.com/KhronosGroup/KTX-Software/releases)
23+
page also has packages with the Javascript wrappers and .wasm binaries.
24+
25+
See the Doxygen generated [live documentation](https://github.khronos.org/KTX-Software/)
26+
for API and tool usage information.
27+
2328
The software consists of: (links are to source folders in the KhronosGroup repo)
2429

2530
- *libktx* - a small library of functions for writing and reading KTX
@@ -39,14 +44,6 @@ contains uncompressed images.[`tools/ktxsc`](https://github.com/KhronosGroup/KTX
3944
- *toktx* - a tool to create KTX files from PNG, Netpbm or JPEG format images. It supports mipmap generation, encoding to
4045
Basis Universal formats and Zstd supercompression.[`tools/toktx`](https://github.com/KhronosGroup/KTX-Software/tree/master/tools/toktx)
4146

42-
Downloadable binary packages of the tools, library and development
43-
headers are available at
44-
[Releases](https://github.com/KhronosGroup/KTX-Software/releases).
45-
There are also packages with the Javascript wrappers and .wasm binaries.
46-
47-
See the Doxygen generated [live documentation](https://github.khronos.org/KTX-Software/)
48-
for API and tool usage information.
49-
5047
See [CONTRIBUTING](CONTRIBUTING.md) for information about contributing.
5148

5249
See [LICENSE](LICENSE.md) for information about licensing.

0 commit comments

Comments
 (0)
Please sign in to comment.