From 259c9b2802b24e828bfde28db9f3634fc0ed9c6b Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 13 Jul 2017 18:23:29 +0900 Subject: [PATCH] Update README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c3c3dc..ba8a3de 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ `TinyGLTF` is a header only C++ glTF 2.0 https://github.com/KhronosGroup/glTF library. +## Status + +Work in process(`devel` branch). Very near to release, but need more tests and examples. + +## Builds + [![Build Status](https://travis-ci.org/syoyo/tinygltf.svg?branch=master)](https://travis-ci.org/syoyo/tinygltf) [![Build status](https://ci.appveyor.com/api/projects/status/warngenu9wjjhlm8?svg=true)](https://ci.appveyor.com/project/syoyo/tinygltf)