https://github.com/atteneder/ktx-software-unity
KTX Library for Unity
https://github.com/atteneder/ktx-software-unity
gpu graphics ktx texture unity unity3d
Last synced: about 1 year ago
JSON representation
KTX Library for Unity
- Host: GitHub
- URL: https://github.com/atteneder/ktx-software-unity
- Owner: atteneder
- License: apache-2.0
- Created: 2020-10-07T19:26:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T13:57:22.000Z (about 3 years ago)
- Last Synced: 2025-03-25T11:21:29.758Z (about 1 year ago)
- Topics: gpu, graphics, ktx, texture, unity, unity3d
- Language: C
- Homepage:
- Size: 71.3 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# KTX Library for Unity
> The [KTX file format](http://github.khronos.org/KTX-Specification/), version 2 is a format for storing textures for GPU applications.
This projects provides a C wrapper for [KTX-Software](https://github.com/KhronosGroup/KTX-Software) including C wrappers for Basis Universal (.basis format) and a CMake configuration to build native libraries for following platforms:
- macOS Universal (Intel and Apple Silicon)
- Windows 64-bit
- Universal Windows Platform (x86,x64,arm and arm64)
- Linux x86_64
- iOS (arm64 and armv7a)
- Android (arm64-v8a and armeabi-v7a)
Those native libraries are used by [KtxUnity](https://github.com/atteneder/KtxUnity), which provides access to KTX files within [Unity](https://unity3d.com)
## License
Copyright (c) 2020 Andreas Atteneder, All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use files in this repository except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.