Deskmat VS assimp

Compare Deskmat vs assimp and see what are their differences.

Deskmat

900 x 400 Deskmat model/Blender file for keyboard rendering scenes (by Prkns)

assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. (by assimp)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Deskmat assimp
2 41
13 12,979
- 0.7%
0.0 9.4
about 6 years ago 6 days ago
C++
- 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.

Deskmat

Posts with mentions or reviews of Deskmat. We have used some of these posts to build our list of alternatives and similar projects.

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 2025-10-26.
  • Assimp: Experimental Rust bindings
    1 project | dev.to | 4 Feb 2026
    This PR will use the crate bindgen to provide the unsafe c-bindings from the library. If you want to help and contribute you can take a look onto the following PR: Rust-Binding proposal
  • Learning OpenGL Part: The End - Model loading
    6 projects | dev.to | 26 Oct 2025
  • Robust Wavefront OBJ model parsing in C
    4 projects | news.ycombinator.com | 3 Mar 2025
    Curiously, what people commonly refer to as 'Waterfront OBJ' is merely a tiny subset of that format dealing with polygons.

    The format supports e.g. higher order curves and surfaces and apps like Maya or Rhino3D can read and write OBj files containing such data. [1]

    Writing a parser for the polygon subset also comes with some caveats.

    If your target is a GPU you probably need to care for robust triangulation of n-gons and making per-face-per-vertex data per-vertex on disconnected triangles.

    Vice versa, if you are feeding data to an offline renderer you want to absolutely preserves such information.

    I believe the tobj Rust crate is one of the few OBJ importers that handles all edge cases. [2] If you think it doesn't, let me know and I will fix that.

    This is surprising for people familiar with one but not the other of the requirements of offline- or GPU rendering.

    I.e. if you write an OBJ reader this can become an issue, see e.g. an issue I opened here [3].

    1. https://paulbourke.net/dataformats/obj/

    2. https://docs.rs/tobj/latest/tobj/struct.LoadOptions.html

    3. https://github.com/assimp/assimp/issues/3677

  • New Year, New Game Engine - Nikola Engine Devlog 0
    12 projects | dev.to | 26 Feb 2025
    And, finally, resource loaders. I have worked with many resource loaders in the past. That's to say that I know my way around them. For image loaders, I decided to go with the obvious stb_image. It is small, easy to use, and has only a single header. Meaning, like MiniAudio, I can easily integrate it into the engine. Besides that, it supports a wide array of image formats. Even HDR which was surprising. Audio file loaders are next. For this one, I decided to use a few small libraries. Specifically, the Mp3 and WAV loaders from dr_libs and the OGG loader from STB once again (Sean Barret to the rescue!) Each of these are a single-header library as well. Once again, very small and very easy to integrate. As for 3D models, I decided to use a huge dependency named ASSIMP. For me, that was a very hard sell. ASSIMP is huge but it supports plenty of 3D model formats. And besides that, none of the resource loaders are going to be present in the engine itself. But, rather, there is going to be a separate tool--one that I dubbed NBR (Nikola Binary Resource)--that would take only the minimum required data from these loaders and save it into a binary file (.nbr) which then would be read accordingly by the engine.
  • The Asset-Importer-Lib Minor Release Version 5.3.0 is out
    1 project | /r/GraphicsProgramming | 26 Sep 2023
  • Quickly setting up a 3D scene?
    2 projects | /r/cpp_questions | 6 Jul 2023
    If you use something like libassimp https://github.com/assimp/assimp it will allow you to import these and access the data to generate your Vertex Array Objects then render to a frame buffer object.
  • Scene organization
    1 project | /r/GraphicsProgramming | 30 Jun 2023
    If you just want to load other data in a relatively simple fashion, assimp https://www.assimp.org supports loading a bunch of different formats and is pretty easy to use.
  • Noob question: Between WebGL, OpenGL ES and emscripten, what is the recommended usage and relationship between them for creating an interactive browser based graphics app?
    3 projects | /r/GraphicsProgramming | 22 May 2023
    The emscripten interface for the assimp library. It runs entirely in the browser, and allows you to import 40+ 3D file formats and access the result in JSON or glTF format. This is not a full port of assimp, but an easy to use interface to access it's functionality.
  • Issues with Assimp Loader and Bones
    1 project | /r/opengl | 25 Mar 2023
    I ran into what sounds like a similar problem a few months ago. It turns out this was an assimp bug: https://github.com/assimp/assimp/issues/1974
  • What is the best way to read .3DS files?
    1 project | /r/Houdini | 13 Feb 2023
    You could give assimp a go (there is a python version) i've used it for 3DS before then you can export to something else. https://github.com/assimp/assimp/blob/master/port/PyAssimp/README.md

What are some alternatives?

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

Blender-miHoYo-Shaders - Shader for Blender attempting to replicate the shading of Genshin Impact. These are for datamined assets, not custom-made ones nor the MMD variants.

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

numpy-stl - Simple library to make working with STL files (and 3D objects in general) fast and easy.

tinyobjloader - Tiny but powerful single file wavefront obj loader

OpenFBX - Lightweight open source FBX importer

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?