assimp/contrib/tinyusdz/README.md

41 lines
1.3 KiB
Markdown
Raw Normal View History

2024-04-21 16:32:51 +00:00
# tinyusdz
## Notes
Couldn't leverage tinyusdz CMakeLists.txt. Fell back to compiling source files specified in
"android" example.
## Assimp update history
### Apr 2024
Updated to [tinyusdz](https://github.com/syoyo/tinyusdz) branch `rendermesh-refactor` at 18 Mar 2024 commit `f9792ce67c4ef08d779cdf91f49ad97acc426466 `
### Mar 2024
Cloned github project [tinyusdz](https://github.com/syoyo/tinyusdz) branch `dev` at 10 Mar 2024 commit `912d27e8b632d2352e7284feb86584832c6015d5`
Removed folders:
- [.clusterfuzzlite](tinyusdz_repo%2F.clusterfuzzlite)
- [.git](tinyusdz_repo%2F.git)
- [.github](tinyusdz_repo%2F.github)
- [android](tinyusdz_repo%2Fandroid)
- [benchmarks](tinyusdz_repo%2Fbenchmarks)
- [cmake](tinyusdz_repo%2Fcmake)
- [data](tinyusdz_repo%2Fdata)
- [doc](tinyusdz_repo%2Fdoc)
- [examples](tinyusdz_repo%2Fexamples)
- [models](tinyusdz_repo%2Fmodels)
- [python](tinyusdz_repo%2Fpython)
- [sandbox](tinyusdz_repo%2Fsandbox)
- [schema](tinyusdz_repo%2Fschema)
- [scripts](tinyusdz_repo%2Fscripts)
- [tests](tinyusdz_repo%2Ftests)
Removed folders in `src`:
- [attic](tinyusdz_repo%2Fsrc%2Fattic)
- [blender](tinyusdz_repo%2Fsrc%2Fblender)
- [osd](tinyusdz_repo%2Fsrc%2Fosd)
Removed unused `.cc` files in `src`, `external` etc
Removed all files at root level except
- [LICENSE](tinyusdz_repo%2FLICENSE)
- [README.md](tinyusdz_repo%2FREADME.md)