This package browser is in early development. Mind the rough edges.

tinygltf

Header only GL Transmission Format library

This package provides a header only C++11 glTF (GL Transmission Format) 2.0 library.

GL Transmission Format (glTF) is a royalty-free specification for the efficient transmission and loading of 3D scenes and models by applications. glTF minimizes both the size of 3D assets, and the runtime processing needed to unpack and use those assets. glTF defines an extensible, common publishing format for 3D content tools and services that streamlines authoring workflows and enables interoperable use of content across the industry.

Installation

Install the latest version of tinygltf as follows:

guix install tinygltf

Or install a particular version:

guix install tinygltf@2.9.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of tinygltf about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/tinygltf'><img src='https://packages.guix.gnu.org/packages/tinygltf/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tinygltf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tinygltf)

Example Org:

[[https://packages.guix.gnu.org/packages/tinygltf][https://packages.guix.gnu.org/packages/tinygltf/badges/latest-version.svg]]