SaaSHub helps you find the best software and product alternatives Learn more →
Assimp Alternatives
Similar projects and alternatives to assimp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
xournalpp
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.
-
-
-
Lua
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
-
-
rssguard
Feed reader (podcast player and also Gemini protocol client) which supports RSS/ATOM/JSON and many web-based feed services.
-
-
-
-
-
-
Labrador
EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!
-
-
-
-
-
assimp discussion
assimp reviews and mentions
- The Asset-Importer-Lib Minor Release Version 5.3.0 is out
-
Quickly setting up a 3D scene?
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
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?
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
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?
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
-
How can I retrieve normal scale and occlusion strength properties from GLTF 2.0 PBR materials using Assimp?
I have checked the source code for GLTF for this and it is not handled by Assimp. I created an issue as in their Github.
-
A TRIANGLE!!! with OpenGL! Awesome right? 😅😜
Assimp is your friend
-
Using Assimp library for commercial game development
Have you read the license? It's quite permissive. https://github.com/assimp/assimp/blob/master/LICENSE
-
i wanna turn 3d models into a sprite and a normal map (the same way dead cells does it) Any library recommendations that i can use for this? Simpler and easier to learn the llibrarry the better as this is the only thing i am going to do with it.
There is probably some library more specific to your use case, but you can use assimp to load 3d models in C++.
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jan 2025
Stats
assimp/assimp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of assimp is C++.