mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 15:25:52 +08:00
Update README.
This commit is contained in:
parent
e59dd6a5c0
commit
61673a62ef
@ -24,6 +24,7 @@ v2.0.0 release(22 Aug, 2018)!
|
|||||||
* [x] Windows + MinGW
|
* [x] Windows + MinGW
|
||||||
* [x] Windows + Visual Studio 2015 Update 3 or later.
|
* [x] Windows + Visual Studio 2015 Update 3 or later.
|
||||||
* Visual Studio 2013 is not supported since they have limited C++11 support and failed to compile `json.hpp`.
|
* Visual Studio 2013 is not supported since they have limited C++11 support and failed to compile `json.hpp`.
|
||||||
|
* [x] Android NDK
|
||||||
* [x] Android + CrystaX(NDK drop-in replacement) GCC
|
* [x] Android + CrystaX(NDK drop-in replacement) GCC
|
||||||
* [x] Web using Emscripten(LLVM)
|
* [x] Web using Emscripten(LLVM)
|
||||||
* Moderate parsing time and memory consumption.
|
* Moderate parsing time and memory consumption.
|
||||||
@ -41,6 +42,7 @@ v2.0.0 release(22 Aug, 2018)!
|
|||||||
* [x] JPEG(8bit only)
|
* [x] JPEG(8bit only)
|
||||||
* [x] BMP
|
* [x] BMP
|
||||||
* [x] GIF
|
* [x] GIF
|
||||||
|
* [x] Custom Image decoder callback(e.g. for decoding OpenEXR image)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@ -63,7 +65,7 @@ v2.0.0 release(22 Aug, 2018)!
|
|||||||
* [ ] Support `extensions` and `extras` property
|
* [ ] Support `extensions` and `extras` property
|
||||||
* [ ] HDR image?
|
* [ ] HDR image?
|
||||||
* [ ] OpenEXR extension through TinyEXR.
|
* [ ] OpenEXR extension through TinyEXR.
|
||||||
* [ ] Write exampple and tests for `animation` and `skin`
|
* [ ] Write example and tests for `animation` and `skin`
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user