From ed48224f4b2769d5d5400585bdbf8ef0a00c2aac Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 24 Sep 2021 17:10:29 +0900 Subject: [PATCH] Describe current status(its stable) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6297778..18c43e9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch(bu ## Status +Currently TinyGLTF is stable and maintainance mode. No drastic changes and feature addition planned. + - v2.4.0 Experimental RapidJSON support. Experimental C++14 support(C++14 may give better performance) - v2.3.0 Modified Material representation according to glTF 2.0 schema(and introduced TextureInfo class) - v2.2.0 release(Support loading 16bit PNG. Sparse accessor support)