Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# MeshKernelNET

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Deltares_MeshKernelNET&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Deltares_MeshKernelNET)

.NET wrapper for the MeshKernel library
`MeshKernelNET` is a small C# wrapper around the `MeshKernel`. `MeskKernel` is a library for creating and editing meshes. It supports 1D and 2D unstructured meshes.
The underlying C++ library `MeshKernel` can be found [here](https://github.com/Deltares/MeshKernel).

# Installation
`MeshKernelNET` provides a nuspec file to generate a nuget package. This nuget package can be used in your solution.
`MeshKernelNET` provides a nuspec file to generate a nuget package. This nuget package can be used in your solution.