Skip to content
/ glTF Public
forked from KhronosGroup/glTF

glTF - the runtime asset format for WebGL, OpenGL ES, and OpenGL.

License

Notifications You must be signed in to change notification settings

jbo023/glTF

 
 

Repository files navigation

glTF is the runtime asset format for WebGL, OpenGL ES, and OpenGL.

glTF is a draft specification, it may change before ratification. Everyone is encouraged to provide feedback on the specification and contribute to the open-source converter. Please create issues with your feedback.

Specification

glTF Specification 0.8

Converter

COLLADA2GLTF is an open-source command-line pipeline tool that converts COLLADA to glTF.

There is also an online drag-and-drop COLLADA-to-glTF converter hosted by the Cesium virtual globe engine

Cloning the repo

Since this repo has git submodules, clone with:

git clone --recurse-submodules https://github.com/KhronosGroup/glTF.git

glTF Tools

Viewers

Converters

  • COLLADA2GLTF - C++ command-line tool to converter COLLADA to glTF (mentioned above)
  • COLLADA to glTF drag and drop converter and viewer from Cesium (mentioned above)
  • collada2gltf - Node.js wrapper around COLLADA2GLTF
  • FBX-glTF - FBX glTF importer/exporter plug-in and converter
  • collada2gltf-web-service - Simple Node.js web service to convert 3D models from COLLADA to glTF

Utilities

  • gltf-utilities - JavaScript utility library to help load glTF
  • gltf-statistics - JavaScript and Node.js library and command-line tool to display statistics for glTF models

Tutorials and Articles

About

glTF - the runtime asset format for WebGL, OpenGL ES, and OpenGL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.0%
  • C++ 37.0%
  • Makefile 2.3%
  • C 1.2%
  • HTML 0.7%
  • CMake 0.4%
  • Other 0.4%