No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
At the moment we are focusing on getting the entire simulation platform released for everyone to use. After that we will figure out what the best way is for both contributors and ourselves to release the actual source code of the platform. We hope to have a suitable infrastructure in place for that by Q4 2020.
If you can't wait that long and really want to have access to the source code, we have a simple temporary solution in place. We use SVN for now and we can provide you with a temporary account to it so you can access the source code. Please [[User:Mspadmin|get in touch]].
We cannot provide support for this at the moment, simply because we don't have the resources to develop and offer an infrastructure and support for code contributions.
<br />
==Plugins and Libraries==
==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.
The following plugins and libraries are used in the MSP Challenge. This list is still under construction, and might be expanded in the future.
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
|<nowiki>https://github.com/greenm01/poly2tri/blob/master/LICENSE</nowiki>
|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
|<nowiki>http://www.boost.org/LICENSE_1_0.txt</nowiki>
|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://www.assetstore.unity3d.com/#/content/11782
 
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/gui/embedded-browser-55459
|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.

Name Purpose License Link
DotSpatial.Projections.2.0.0-rc1 Working with projection and Coordinate Systems The MIT License:

https://github.com/DotSpatial/DotSpatial/blob/master/LICENSE

https://libraries.io/nuget/DotSpatial.Projections

https://github.com/DotSpatial/DotSpatial

GeoJSON.Net.1.1.73 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
Newtonsoft.Json.10.0.2 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
Poly2Tri Delaunay Poly  Triangulation Library Custom license:

https://github.com/greenm01/poly2tri/blob/master/LICENSE

https://github.com/greenm01/poly2tri
Clipper Line & Polygon Clipping Boost Software License:

http://www.angusj.com/delphi/clipper/documentation/Docs/Overview/License.htm

http://www.angusj.com/delphi/clipper.php
Graph Maker Drag and drop ready to use graphs, and highly customize / change at run-time. Extension Asset, as defined by Unity here:

https://unity3d.com/legal/as_terms

Cannot be shared freely.

https://assetstore.unity.com/packages/tools/gui/graph-maker-11782
ZFBrowser 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/utilities/asset-hunter-pro-135296
Odin Improving editor UI https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041
This page was last edited on 17 April 2021, at 08:34. Content is available under GPLv3 unless otherwise noted.