InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Assimp Alternatives
Similar projects and alternatives to assimp
-
-
cgltf
:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render
-
android-3D-model-viewer
Android OpenGL 2.0 application to view 3D models. Published on Play Store
-
-
-
glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
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.
-
-
-
-
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
-
-
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.
-
-
-
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!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
assimp reviews and mentions
-
Using Assimp library for commercial game development
Have you read the license? It's quite permissive. https://github.com/assimp/assimp/blob/master/LICENSE
-
What library would be good for loading .obj vertices, normals and texture coordinates?
I believe assimp is C. There is an example here.
-
I think I've managed to port my 2D/3D Engine to Linux [free download link in description]
I recommend checking out Assimp for model loading. What graphics API does it use and what did you use for the UI?
-
Easy way to use an OpenSCAD model in a game engine?
@ECHO OFF REM Drag and drop STL files to convert to OBJ files. REM REM https://github.com/assimp/assimp/releases/tag/v3.3.1/ if [%1]==[] goto :end :loop "C:\Program Files\Assimp\bin\x64\assimp.exe" export %1 "%~dpn1.obj" shift if not [%1]==[] goto loop :eof ECHO. ECHO Finished! ECHO. PAUSE EXIT /B %ERRORLEVEL%
-
Deus Ex Machina engine first public repository commit! :D [+Talking about BOC state]
Thats is because to do internal test for load things I used blender (open source), but the professional world or at least seems that most of them still uses autodesk maya, and that is how last of 2021 came and final 3D models for the EA was ready to implement but Assimp have a open issude since 2018 relating problems to load animations with .fbx format if it was exported from maya ....
-
For your own engine, do you use an existing format or build your own managing meshes, materials etc in your scene?
You may be interested in the Open Asset Import Library. I recently replaced my own gltf import with this and it's been a real breeze, and a good reference for basing my own internal models on. Lots of supported file types and language ports.
- What is the best FBX loader for modern OpenGL? (C++)
-
OGL - A Great Cross Platform OpenGL Base Library With Almost Everything OpenGL You might Ever need
assimp
-
VoxelEditor with the best OBJ Export?
If you can program you might be able to do this yourself using a library like ogt_vox to write out the resulting vox file, along with code like Assimp to import the geometry. If the vertices are all on a unit grid it should be relatively trivial to go through the quads (2xtriangles), calculate the face normal, and modify the voxel just below the quad with the texture sampled from the texture coordinates.
-
How can I get Triangles from OBJ files?
Yes. Assimp is probably the most popular mesh loader in c++. www.assimp.org. Most devs usually switch to it after developing their own obj loader.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Feb 2023
Stats
assimp/assimp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.