All Projects → optimad → Mimmo

optimad / Mimmo

Licence: lgpl-3.0
Surface manipulation and mesh morphing library

Projects that are alternatives of or similar to Mimmo

Vmesh
VMesh is a decentralized Layer 3 mesh router and protocol designed for open network interconnection.
Stars: ✭ 25 (-60.32%)
Mutual labels:  mesh
Meshcnn
Convolutional Neural Network for 3D meshes in PyTorch
Stars: ✭ 1,032 (+1538.1%)
Mutual labels:  mesh
Telink sig mesh
Telink 蓝牙芯片SIG Mesh SDK,可对接天猫精灵,小爱同学等
Stars: ✭ 56 (-11.11%)
Mutual labels:  mesh
Nerf unity
Unity project for nerf_pl (Neural Radiance Fields)
Stars: ✭ 27 (-57.14%)
Mutual labels:  mesh
Yggdrasil Go
An experiment in scalable routing as an encrypted IPv6 overlay network
Stars: ✭ 1,007 (+1498.41%)
Mutual labels:  mesh
Board
LibreRouter hardware repository
Stars: ✭ 48 (-23.81%)
Mutual labels:  mesh
Xatlas
Mesh parameterization / UV unwrapping library
Stars: ✭ 819 (+1200%)
Mutual labels:  mesh
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-3.17%)
Mutual labels:  mesh
Opengeode
Open source framework for representing and manipulating geometric models
Stars: ✭ 46 (-26.98%)
Mutual labels:  mesh
Meshcombiner
Unity Meshes combiner.
Stars: ✭ 52 (-17.46%)
Mutual labels:  mesh
Pyvoxelizer
A python converter of 3D model into voxels
Stars: ✭ 35 (-44.44%)
Mutual labels:  mesh
Pixel2mesh
Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.
Stars: ✭ 997 (+1482.54%)
Mutual labels:  mesh
Unity Procedural Mesh Bezier Curve
Unity Procedural Mesh Bezier Curve Tutorial
Stars: ✭ 50 (-20.63%)
Mutual labels:  mesh
Mesh Subdivision
A collection of common mesh subdivision algorithms
Stars: ✭ 25 (-60.32%)
Mutual labels:  mesh
Enigma
A multiphysics framework with robust mesh generation capabilities
Stars: ✭ 56 (-11.11%)
Mutual labels:  mesh
Bits
A bite sized library for dealing with bytes.
Stars: ✭ 16 (-74.6%)
Mutual labels:  manipulation
Mesh maker vr
Mesh Maker VR
Stars: ✭ 47 (-25.4%)
Mutual labels:  mesh
Cloud Volume
Read and write Neuroglancer datasets programmatically.
Stars: ✭ 63 (+0%)
Mutual labels:  mesh
Mgs Skinnedmesh
Unity plugin for create flexible hose in scene.
Stars: ✭ 58 (-7.94%)
Mutual labels:  mesh
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-20.63%)
Mutual labels:  mesh

Build Status Coverity Scan Build Status

About mimmo

mimmo is a C++ library for Manipulation and Morphing of surface/volume meshes (Open source).

The main aim of mimmo is to provide a framework of tools able to handle a tessellated geometry and quickly modify it. It relies on direct transformation, Radial Basis Function (RBF) and extended Free Form Deformation (eFFD) techniques to achieve it.

Many efforts are spent to make mimmo a flexible platform, able to adapt to any User problem/need, and open to any customization. Its inner structure is made by essential executable blocks, each one providing a basic feature, such as I/O handling, manipulating, selecting sub-portion of target geometries, etc... .

Blocks are connectable between each other through input/output ports, so that they can describe a morphing workflow, easily controllable by the User.

Further info available @ mimmo website

License

mimmo is released under the GNU LESSER GENERAL PUBLIC LICENSE version 3.

Attribution

To cite the mimmo library, please use this BibTeX entry:

@misc{mimmo,
  title = {{mimmo}: Surface manipulation and mesh morphing library},
  author = {Optimad engineering srl},
  note = {https://github.com/optimad/mimmo},
  year = {2015},
}

Contact

mimmo is developed and maintained by Optimad engineering srl.
Please contact Optimad office's mail for further info and details.

Copyright

2015-2021 Optimad engineering srl.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].