{"id":19513361,"url":"https://github.com/alexheretic/ktx","last_synced_at":"2025-04-26T04:31:48.346Z","repository":{"id":48390651,"uuid":"180543241","full_name":"alexheretic/ktx","owner":"alexheretic","description":"Rust KTX texture storage format parsing","archived":false,"fork":false,"pushed_at":"2023-07-20T00:18:23.000Z","size":10840,"stargazers_count":11,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T04:52:13.333Z","etag":null,"topics":["ktx"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexheretic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-10T09:00:49.000Z","updated_at":"2024-01-04T13:31:05.000Z","dependencies_parsed_at":"2024-11-10T23:40:07.520Z","dependency_job_id":null,"html_url":"https://github.com/alexheretic/ktx","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"98028e48657408d4b32aea753bb2d08f5c4af893"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexheretic%2Fktx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexheretic%2Fktx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexheretic%2Fktx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexheretic%2Fktx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexheretic","download_url":"https://codeload.github.com/alexheretic/ktx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250931038,"owners_count":21509807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ktx"],"created_at":"2024-11-10T23:29:42.942Z","updated_at":"2025-04-26T04:31:43.337Z","avatar_url":"https://github.com/alexheretic.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"ktx\n[![crates.io](https://img.shields.io/crates/v/ktx.svg)](https://crates.io/crates/ktx)\n[![Documentation](https://docs.rs/ktx/badge.svg)](https://docs.rs/ktx)\n==========\n\nKTX v1 texture storage format parsing.\n\nParses byte data according to [https://www.khronos.org/registry/KTX/specs/1.0/ktxspec_v1.html](https://www.khronos.org/registry/KTX/specs/1.0/ktxspec_v1.html).\n\n```rust\n// Include \u0026 use static ktx data\nuse ktx::{Ktx, include_ktx, KtxInfo};\n\nlet image: Ktx\u003c_\u003e = include_ktx!(\"../tests/babg-bc3.ktx\");\nassert_eq!(image.pixel_width(), 260);\n```\n\n```rust\n// Read ktx data at runtime\nuse ktx::KtxInfo;\n\nlet decoder = ktx::Decoder::new(buf_reader)?;\nassert_eq!(decoder.pixel_width(), 260);\n```\n\n## Minimum supported rust compiler\nThis crate is maintained with [latest stable rust](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexheretic%2Fktx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexheretic%2Fktx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexheretic%2Fktx/lists"}