56 Commits

Author SHA1 Message Date
Syoyo Fujita
06f93c859d Remove validator example scine it requires nlohmann's json.hpp
Embed json11.cpp/json11.hpp into `tiny_gltf.h`
2019-02-15 17:51:55 +09:00
Syoyo Fujita
e316127243 Porting to use json11(W.I.P.) 2019-02-08 16:32:58 +09:00
Syoyo Fujita
4de57db325 Add TINYGLTF_ENABLE_DRACO flag to README. 2019-01-27 00:43:02 +09:00
Sascha Willems
5f9cb24245 Added new feature for loading all gltf related files (including textures, binaries, etc.) from assets packaged with an Android app 2018-12-28 20:53:41 +01:00
Syoyo Fujita
1212a6ee51 Update README. 2018-12-24 01:50:17 +09:00
Syoyo Fujita
8674c60781 Add document on TINYGLTF_NO_EXTERNAL_IMAGE. Fixes #123 2018-12-18 21:59:23 +09:00
Peter Kovář
d0e293fd7d Fixed typos 2018-10-16 12:00:24 +02:00
Syoyo Fujita
61673a62ef Update README. 2018-10-06 03:20:11 +09:00
Syoyo Fujita
e59dd6a5c0 Update TODOs. 2018-09-25 03:03:49 +09:00
Syoyo Fujita
dfc3545d79 Fix unit test.
Update README.
2018-08-22 20:35:04 +09:00
Syoyo Fujita
1898f10836 Merge branch 'devel' 2018-08-22 20:30:52 +09:00
Syoyo Fujita
28dc902368 Add link to px_render. 2018-08-09 01:58:40 +09:00
Syoyo Fujita
c89fc5f06b Describe supported VS 2015 update revision. 2018-04-12 11:52:14 +09:00
johan bowald
ca80a591e0 updated readme: fixed example, fixed dead links to stb_image/stb_image_write 2018-04-01 22:57:07 +02:00
johan bowald
642a343684 output both embedded and image files, small fix to serializer. 2018-04-01 12:37:18 +02:00
Jonathan Hale
6a04c87807
Add Magnum's TinyGltfImporter plugin to projects 2018-03-28 12:19:42 +02:00
Arthur Brainville (Ybalrid)
a403cd8736
Add Ogre_glTF to the list of projects using the lib
Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
2018-03-21 18:02:36 +01:00
Syoyo Fujita
ba809ff52f Merge branch 'devel' of github.com:syoyo/tinygltf into devel 2018-03-21 18:52:53 +09:00
Squareys
2d3594de22 Allow opting out of STB_IMAGE dependency
Signed-off-by: Squareys <squareys@googlemail.com>
2018-03-13 23:08:03 +01:00
Syoyo Fujita
d800c88d09 Merge branch 'devel' of github.com:syoyo/tinygltf into devel 2018-02-19 19:28:17 +09:00
Syoyo Fujita
ca8cfee824 Add link to Vulkan-glTF-PBR. 2018-02-19 18:05:47 +09:00
Syoyo Fujita
f2aba36638 Add more note on Visual Studio version. 2018-01-11 14:06:10 +09:00
Arthur Brainville
d93364e63f
Add language tag on code snippets in README 2018-01-10 12:04:51 +01:00
Syoyo Fujita
e3a7aef197 Describe note on Visual Studio version. 2018-01-10 18:32:51 +09:00
Syoyo Fujita
1ebd29d84e Remove unnecessary text. 2018-01-05 20:21:27 +09:00
Syoyo Fujita
f5318cc759 Describe more about C++ exception. 2018-01-05 20:17:37 +09:00
Syoyo Fujita
17cfbcc976 Fix argument to catch claus was wrong.
Add support to compile TinyGLTF with no C++ exception(TINYGLTF_NOEXCEPTION). Fixes #18.
Add initial unit tests.
2018-01-05 20:14:46 +09:00
Syoyo Fujita
06096520b8 Update README. 2017-12-03 17:26:25 +09:00
Syoyo Fujita
aec35f10c0 Update README. 2017-12-03 17:19:55 +09:00
Syoyo Fujita
cd1ddf341d Describe supported platforms in README.
Better isnan/isinf availabity test(I guess).
2017-11-15 13:55:14 +09:00
Syoyo Fujita
c0beef73a1 Update travis badge URL. 2017-07-14 01:15:34 +09:00
Syoyo Fujita
259c9b2802 Update README. 2017-07-13 18:23:29 +09:00
Syoyo Fujita
06402256c7 Remove binary extension since glTF 2.0 supports binary format in native manner. 2017-07-13 01:28:55 +09:00
Teybeo
9ec8137dd0 Update Readme.md 2017-07-09 20:45:28 +02:00
Syoyo Fujita
5307850555 Update README. 2017-06-21 19:27:18 +09:00
Syoyo Fujita
168da25539 Update build script. 2017-06-05 01:58:26 +09:00
Syoyo Fujita
e4ef6c070c Upadate README. 2017-05-28 01:20:59 +09:00
Syoyo Fujita
1866e11237 Add Cube test model. 2017-05-27 23:55:32 +09:00
Syoyo Fujita
bb3884e04e Update README. 2016-11-24 18:28:49 +09:00
Syoyo Fujita
f696c6f188 Initial support of "extras" property.
Change license from BSD to MIT.
2016-10-17 03:48:55 +09:00
Syoyo Fujita
c261563b0b Parse sampler 2016-06-19 21:56:06 +09:00
Syoyo Fujita
10c55cc3b5 Update TODO 2016-06-19 18:19:09 +09:00
Syoyo Fujita
8c5ab0344f Initial support of animation. 2016-06-19 18:16:10 +09:00
Syoyo Fujita
330f6da818 Small fix on README. 2016-06-17 00:36:45 +09:00
Syoyo Fujita
4904852e4e Merge branch 'master' of github.com:syoyo/tinygltfloader 2016-06-15 20:44:19 +09:00
Syoyo Fujita
36c718386c Update README.
Fix exec name in test_runner.py
2016-06-15 15:48:18 +09:00
Syoyo Fujita
89ac0b45cb Update README. 2016-06-11 16:33:32 +09:00
Syoyo Fujita
beded611b7 Initial support of loading binary glTF(.glb). 2016-05-01 20:03:43 +09:00
Syoyo Fujita
c4bc323c0e Update README. 2016-02-07 17:46:55 +09:00
Syoyo Fujita
b495603c67 Update README. 2016-02-06 17:28:42 +09:00