qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
241 stars 32 forks source link

Use int instead of uint32 for all non-wire data #85

Closed qmuntal closed 2 months ago

qmuntal commented 2 months ago

This is a big breaking change, but it makes the API easier to use within the Go ecosystem.