nanogltf

Crates.ionanogltf
lib.rsnanogltf
version0.1.0
sourcesrc
created_at2023-11-07 01:15:23.889824
updated_at2023-11-07 01:15:23.889824
descriptionNanoserde based gltf parsing library.
homepage
repository
max_upload_size
id1027474
size23,577
Fedor Logachev (not-fl3)

documentation

README

nanogltf

helmet

miniquad(gl2+, metal) viewer example

nanoserde based gltf 2.0 loader.

It can load most of the Sample Models and it can load fairly complex blender exported scenes.

With very little code introduced into the source tree:

nanogltf v0.1.0
└── nanoserde v0.1.33
    └── nanoserde-derive v0.1.20 (proc-macro)

For a feature complete gltf loader, check gltf-rs.

Commit count: 0

cargo fmt