Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 650 Bytes

cgltf_odin

Odin bindings for cgltf project.

Notes

Not all api's bindings or structs are tested for proper compatibility yet. If you find any issues please let me know right away via an issue or PR.

The cgltf prefix removed from struct and procedure names.

The extras variable naming was renamed to singuar version where circular naming references and conflicts ocuured. The data variable naming also renamed in some places for the same reason.

Compatible with cgltf version 1.12

Instructions

  1. Download CGLTF and build it for your platform.
  2. Replace the lib directory in cgltf.odin with the location to your directory relatively.