mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 00:55:59 +08:00
Merge branch 'devel' into jsoncpp
This commit is contained in:
commit
836753132b
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -DTINYGLTF_APPLY_CLANG_WEVERYTHING
|
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -DTINYGLTF_APPLY_CLANG_WEVERYTHING
|
||||||
|
|
||||||
all:
|
all:
|
||||||
clang++ $(EXTRA_CXXFLAGS) -g -O0 -o loader_example loader_example.cc
|
clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
./cpplint.py tiny_gltf_loader.h
|
./cpplint.py tiny_gltf_loader.h
|
||||||
|
@ -14,7 +14,13 @@ Work in process(`devel` branch). Very near to release, but need more tests and e
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Portable C++. C++-03 with STL dependency only.
|
* Written in portable C++. C++-03 with STL dependency only.
|
||||||
|
* [x] macOS + clang(LLVM)
|
||||||
|
* [x] iOS + clang
|
||||||
|
* [x] Linux + gcc/clang
|
||||||
|
* [x] Windows + MinGW
|
||||||
|
* [x] Android + CrystaX(NDK drop-in replacement) GCC
|
||||||
|
* [x] Web using Emscripten(LLVM)
|
||||||
* Moderate parsing time and memory consumption.
|
* Moderate parsing time and memory consumption.
|
||||||
* glTF specification v2.0.0
|
* glTF specification v2.0.0
|
||||||
* [x] ASCII glTF
|
* [x] ASCII glTF
|
||||||
|
1258
tiny_gltf.h
1258
tiny_gltf.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user