Skip to content

vpenades/GltfValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GltfValidator

GitHub Nuget (with prereleases)

Overview

This is a small .Net wrapper over Khronos glTF-Validator

Notice that it wraps the command line executable provided by gltf-Validator.

The nuget package includes the gltf-validator command line executable which is invoked as a process under the hood.

Project status

Current version uses glTF-Validator v2.0.0-dev.3.10

Supported platforms are:

  • Windows (tested)
  • Linux (untested)
  • Mac (untested)

Usage

The main usage of this library is for unit tests and content pipelines.

Simply reference this package and call:

using GltfValidator;

var report = ValidationReport.Validate("avocado.gltf");

Credits

Thanks to Khronos for developing glTF-Validator.

About

.NET wrapper over [glTF-Validator](https://github.com/KhronosGroup/glTF-Validator)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors