Assimp is a portable and extensible library designed for reading various well-known 3D file formats. It reads more than 20 different 3D file formats (including Collada, 3DS, OBJ, LWO, and X) into a straightforward, hierarchical in-memory data structure that can easily be read and processed by
... [More] applications. Several post processing steps such as normal and tangent computations, indexing or vertex cache optimization are provided to optimize the data for a particular purpose.
The library supports complex multi-layer materials and skinned meshes with multiple animations. A Windows-based viewer utility is provided as implementation reference. [Less]
C parser and AST generator written in Python.
pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy