Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 7, 2019 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/49f20b1dcb7640325fb122b88f5d88bc to your computer and use it in GitHub Desktop.
Save ryantm/49f20b1dcb7640325fb122b88f5d88bc to your computer and use it in GitHub Desktop.
/nix/store/fwrv7zxr21h3f97sjk9pid3jjl9dqrsq-assimp-5.0.0
├── bin
│   └── assimp
├── include
│   └── assimp
│   ├── aabb.h
│   ├── ai_assert.h
│   ├── anim.h
│   ├── BaseImporter.h
│   ├── Bitmap.h
│   ├── BlobIOSystem.h
│   ├── ByteSwapper.h
│   ├── camera.h
│   ├── cexport.h
│   ├── cfileio.h
│   ├── cimport.h
│   ├── color4.h
│   ├── color4.inl
│   ├── Compiler
│   │   ├── poppack1.h
│   │   ├── pstdint.h
│   │   └── pushpack1.h
│   ├── config.h
│   ├── CreateAnimMesh.h
│   ├── DefaultIOStream.h
│   ├── DefaultIOSystem.h
│   ├── DefaultLogger.hpp
│   ├── Defines.h
│   ├── defs.h
│   ├── Exceptional.h
│   ├── Exporter.hpp
│   ├── fast_atof.h
│   ├── GenericProperty.h
│   ├── Hash.h
│   ├── importerdesc.h
│   ├── Importer.hpp
│   ├── IOStreamBuffer.h
│   ├── IOStream.hpp
│   ├── IOSystem.hpp
│   ├── irrXMLWrapper.h
│   ├── light.h
│   ├── LineSplitter.h
│   ├── LogAux.h
│   ├── Logger.hpp
│   ├── LogStream.hpp
│   ├── Macros.h
│   ├── material.h
│   ├── material.inl
│   ├── MathFunctions.h
│   ├── matrix3x3.h
│   ├── matrix3x3.inl
│   ├── matrix4x4.h
│   ├── matrix4x4.inl
│   ├── MemoryIOWrapper.h
│   ├── mesh.h
│   ├── metadata.h
│   ├── NullLogger.hpp
│   ├── ParsingUtils.h
│   ├── pbrmaterial.h
│   ├── postprocess.h
│   ├── Profiler.h
│   ├── ProgressHandler.hpp
│   ├── qnan.h
│   ├── quaternion.h
│   ├── quaternion.inl
│   ├── RemoveComments.h
│   ├── SceneCombiner.h
│   ├── scene.h
│   ├── SGSpatialSort.h
│   ├── SkeletonMeshBuilder.h
│   ├── SmoothingGroups.h
│   ├── SmoothingGroups.inl
│   ├── SpatialSort.h
│   ├── StandardShapes.h
│   ├── StreamReader.h
│   ├── StreamWriter.h
│   ├── StringComparison.h
│   ├── StringUtils.h
│   ├── Subdivision.h
│   ├── texture.h
│   ├── TinyFormatter.h
│   ├── types.h
│   ├── vector2.h
│   ├── vector2.inl
│   ├── vector3.h
│   ├── vector3.inl
│   ├── version.h
│   ├── Vertex.h
│   ├── XMLTools.h
│   └── ZipArchiveIOSystem.h
└── lib
├── cmake
│   └── assimp-5.0
│   ├── assimp-config.cmake
│   ├── assimp-config-version.cmake
│   ├── assimpTargets.cmake
│   └── assimpTargets-release.cmake
├── libassimp.so -> libassimp.so.5
├── libassimp.so.5 -> libassimp.so.5.0.0
├── libassimp.so.5.0.0
├── libIrrXML.a
└── pkgconfig
└── assimp.pc
8 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment