Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.35.55/MeshLibDist_v0.0.35.55.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.35.55/meshlib_v0.0.35.55_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.35.55/meshlib_v0.0.35.55_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.35.55/meshlib_v0.0.35.55-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>
What's Changed
* Log information about file opening by Fedr in https://github.com/MeshInspector/MeshLib/pull/789
* Clearer message after open directory has not found files to load by Fedr in https://github.com/MeshInspector/MeshLib/pull/790
* Little rendering improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/788
* Make comparator for priority queues faster by oitel in https://github.com/MeshInspector/MeshLib/pull/747
* update distance map test python by ADniill in https://github.com/MeshInspector/MeshLib/pull/760
* Add MSAA option by Grantim in https://github.com/MeshInspector/MeshLib/pull/791
* fixed update spacemouse data on windows by ABSitf in https://github.com/MeshInspector/MeshLib/pull/787
* Update to new ImGui by Grantim in https://github.com/MeshInspector/MeshLib/pull/792
* Viewer statistics: measure FPS by swapped frames only by Fedr in https://github.com/MeshInspector/MeshLib/pull/793
* Little rendering fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/794
* Add tooltip for MSAA by Grantim in https://github.com/MeshInspector/MeshLib/pull/795
* fixed ui in modal popup, toolbar settings and mouse scene control by ABSitf in https://github.com/MeshInspector/MeshLib/pull/796
* little viewer window improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/797
* Reduce peak memory consumption during voxels to mesh conversion by Fedr in https://github.com/MeshInspector/MeshLib/pull/798
* Replace openvdb::tools::volumeToMesh with our own method to avoid double conversion by Fedr in https://github.com/MeshInspector/MeshLib/pull/799
* Save in CTM: rotate triangle nodes even if triangle rearrange is off by Fedr in https://github.com/MeshInspector/MeshLib/pull/800
* Save in CTM: allow triangle rearrangement if export mesh, but not if save scene by Fedr in https://github.com/MeshInspector/MeshLib/pull/801
* Fast reordering of all elements in mesh to keep close elements in 3D also close in memory by Fedr in https://github.com/MeshInspector/MeshLib/pull/785
* fixed some ui problems by ABSitf in https://github.com/MeshInspector/MeshLib/pull/803
* added contour for label by ABSitf in https://github.com/MeshInspector/MeshLib/pull/804
* Test.TBBTask: replace sleep_for with correct thread synchronization by Fedr in https://github.com/MeshInspector/MeshLib/pull/806
* Improve 2d contours triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/805
* Speed up opengl loader by Grantim in https://github.com/MeshInspector/MeshLib/pull/807
* Introduce buttons associated keys by Grantim in https://github.com/MeshInspector/MeshLib/pull/808
* Eigenvectors and eigenvalues of symmetric matrix 3x3 by Fedr in https://github.com/MeshInspector/MeshLib/pull/809
* Improve cmake integration by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/802
* Add unique identifires for scene tree rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/811
* Fix pip distribution by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/812
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.34.78...v0.0.35.55