Wilcoboode (talk | contribs) (Added Plugins and Libraries Section) |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Plugins and Libraries== | |||
The following plugins and libraries are used in the MSP Challenge. This list is still under construction, and might be expanded in the future. | |||
== Plugins and Libraries == | |||
The following plugins and libraries are used | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 18: | Line 10: | ||
|DotSpatial.Projections.2.0.0-rc1 | |DotSpatial.Projections.2.0.0-rc1 | ||
|Working with projection and Coordinate Systems | |Working with projection and Coordinate Systems | ||
| | |The MIT License: | ||
https://github.com/DotSpatial/DotSpatial/blob/master/LICENSE | |||
|https://libraries.io/nuget/DotSpatial.Projections | |https://libraries.io/nuget/DotSpatial.Projections | ||
https://github.com/DotSpatial/DotSpatial | |||
|- | |- | ||
|GeoJSON.Net.1.1.73 | |GeoJSON.Net.1.1.73 | ||
|Serializationa nd Deserialization of GeoJSON data | |Serializationa nd Deserialization of GeoJSON data | ||
| | |The MIT License: | ||
https://github.com/GeoJSON-Net/GeoJSON.Net/blob/master/LICENSE.md | |||
|https://github.com/GeoJSON-Net/GeoJSON.Net | |https://github.com/GeoJSON-Net/GeoJSON.Net | ||
|- | |- | ||
|Newtonsoft.Json.10.0.2 | |Newtonsoft.Json.10.0.2 | ||
|JSON framework | |JSON framework | ||
| | |The MIT License: | ||
https://raw.githubusercontent.com/JamesNK/Newtonsoft.Json/master/LICENSE.md | |||
|https://www.nuget.org/packages/Newtonsoft.Json/10.0.2 | |https://www.nuget.org/packages/Newtonsoft.Json/10.0.2 | ||
|- | |- | ||
|Poly2Tri | |Poly2Tri | ||
|Delaunay Poly Triangulation Library | |Delaunay Poly Triangulation Library | ||
| | |Custom license: | ||
https://github.com/greenm01/poly2tri/blob/master/LICENSE | |||
|https://github.com/greenm01/poly2tri | |https://github.com/greenm01/poly2tri | ||
|- | |- | ||
|Clipper | |Clipper | ||
|Line & Polygon Clipping | |Line & Polygon Clipping | ||
| | |Boost Software License: | ||
http://www.angusj.com/delphi/clipper/documentation/Docs/Overview/License.htm | |||
|http://www.angusj.com/delphi/clipper.php | |http://www.angusj.com/delphi/clipper.php | ||
|- | |- | ||
|Graph Maker | |Graph Maker | ||
|Drag and drop ready to use graphs, and highly customize / change at run-time. | |Drag and drop ready to use graphs, and highly customize / change at run-time. | ||
| | |Extension Asset, as defined by Unity here: | ||
|https:// | |||
https://unity3d.com/legal/as_terms | |||
Cannot be shared freely. | |||
|https://assetstore.unity.com/packages/tools/gui/graph-maker-11782 | |||
|- | |- | ||
|ZFBrowser | |ZFBrowser | ||
|Render a webpage to a texture and fully interact with it! | |Render a webpage to a texture and fully interact with it! | ||
|Extension Asset, as defined by Unity here: | |||
https://unity3d.com/legal/as_terms | |||
Cannot be shared freely. | |||
|https://assetstore.unity.com/packages/tools/gui/embedded-browser-55459 | |||
|- | |||
|AssetHunter | |||
|Removing unused assets. Not required for use. | |||
| | | | ||
|https://assetstore.unity.com/packages/tools/ | |https://assetstore.unity.com/packages/tools/utilities/asset-hunter-pro-135296 | ||
|- | |||
|Odin | |||
|Improving editor UI | |||
| | |||
|https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041 | |||
|} | |} |
Latest revision as of 08:34, 17 April 2021
Plugins and Libraries
The following plugins and libraries are used in the MSP Challenge. This list is still under construction, and might be expanded in the future.
This page was last edited on 17 April 2021, at 08:34. Content is available under GPLv3 unless otherwise noted.