assimp VS tinyobjloader

Compare assimp vs tinyobjloader and see what are their differences.

assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. (by assimp)

tinyobjloader

Tiny but powerful single file wavefront obj loader (by tinyobjloader)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
assimp tinyobjloader
37 8
10,256 3,153
1.7% 1.4%
9.5 0.0
2 days ago 3 months ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

assimp

Posts with mentions or reviews of assimp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.

tinyobjloader

Posts with mentions or reviews of tinyobjloader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-27.
  • Open GL tutor request
    1 project | /r/opengl | 27 May 2023
    Obj file parsing isn't really OpenGL... But you can take a look at this GitHub project: https://github.com/tinyobjloader/tinyobjloader
  • From Blender to OpenGL
    1 project | /r/opengl | 12 Oct 2022
    For the Blender export part, the simplest 3D model format is OBJ. It's a text format that can be read in only ~100 lines of code. You can use Assimp for this. Or you can use something like tinyobjloader: https://github.com/tinyobjloader/tinyobjloader
  • [Part 5] Update of my Vulkan toy renderer: Meshlet cone culling, fast_obj, Vulkan dynamic rendering and many more
    2 projects | /r/vulkan | 27 Aug 2022
    I've replaced tinyobjloader with fast_obj which speeds up model loading process significantly. Here is a good article comparing different obj loaders.
  • Texture UV issue
    1 project | /r/opengl | 16 Dec 2021
    I don't think this is an issue with tinyobjloader but I'm unsure of how to troubleshoot from here. I've been following this tutorial to learn opengl.
  • oof: real-time, full-color console output for C++
    6 projects | /r/programming | 22 Nov 2021
    Exampes I've seen are the stb single header libraries, as well as tinyobjloader. The necessity to do this is usually written in the comments at the top of the header file:
  • How can I get Triangles from OBJ files?
    2 projects | /r/GraphicsProgramming | 3 Jun 2021
    If you´re using tinyobjloader, the documentation here https://github.com/tinyobjloader/tinyobjloader explains how it works. There´s even a triangulate flag.
  • Is there a simple and reliable static object loader out there?
    4 projects | /r/opengl | 13 Apr 2021
    Try Tiny obj loader: https://github.com/tinyobjloader/tinyobjloader
  • Baking Lighting Data and Color Variations to Vertex Colors
    3 projects | /r/mineways | 5 Apr 2021
    Also, it's possible to store a color per vertex, tinyobjloader supports this extended format for OBJ. But, like you say, how many (if any) OBJ loading programs actually support these vertex colors I suspect you can count on one hand (and more likely, zero hands). Blender, for example, does a terrible job even interpreting cutout objects in OBJ files, a common case (see step 9). I doubt they'd ever add per vertex color import support for any file format they read in. But, I'm interested to hear if they do - Blender is (by far, I believe) the main DCC app used with Mineways exports.

What are some alternatives?

When comparing assimp and tinyobjloader you can also consider the following projects:

cgltf - :diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99

rapidobj - A fast, header-only, C++17 library for parsing Wavefront .obj files.

android-3D-model-viewer - Android OpenGL 2.0 application to view 3D models. Published on Play Store

stb - stb single-file public domain libraries for C/C++

meshoptimizer - Mesh optimization library that makes meshes smaller and faster to render

oof - Convenient, high-performance RGB color and position control for console output

ozz-animation - Open source c++ skeletal animation library and toolset

mp-units - The quantities and units library for C++

tilck - A Tiny Linux-Compatible Kernel

3DWorld - 3D Procedural Game Engine Using OpenGL

opengametools - A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.

termtosvg - Record terminal sessions as SVG animations