<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/v2.1.3.11/MeshLibDist_v2.1.3.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/v2.1.3.11/meshlib_v2.1.3_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_ubuntu20-arm64-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/v2.1.3.11/meshlib_v2.1.3_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_ubuntu22-arm64-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 37 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* Viewport::getFullViewportInversedMatrix: compute inverse in double precision to avoid NaN for very small scales by Fedr in https://github.com/MeshInspector/MeshLib/pull/1122
* Viewport::viewM_ is no longer mutable, less const_casts by Fedr in https://github.com/MeshInspector/MeshLib/pull/1124
* Viewport::projM_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1127
* refactoring ImGuiHelpers: move custom ui elements in separate file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1121
* Viewport::viewportGL_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1128
* Refactor distancemap to isolines by Grantim in https://github.com/MeshInspector/MeshLib/pull/1126
* Viewport::needRedraw_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1130
* Update cuda basic by Grantim in https://github.com/MeshInspector/MeshLib/pull/1129
* Delete Viewport::Parameters::basisAxesXf by Fedr in https://github.com/MeshInspector/MeshLib/pull/1131
* getXfFromOxyPlane function extracted from fillContours2D by Fedr in https://github.com/MeshInspector/MeshLib/pull/1132
* Introduce linesChangedSignal in ObjectLines by Fedr in https://github.com/MeshInspector/MeshLib/pull/1133
* Update pip-build workflow by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1135
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.1.2.37...v2.1.3.11