We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e9a34 commit da2cc81Copy full SHA for da2cc81
README.md
@@ -0,0 +1,15 @@
1
+# MonoGame.Primitives2D
2
+The 2D XNA Primitives project ported to the modern world
3
+
4
+This is a modernized version of https://bitbucket.org/C3/2d-xna-primitives/wiki/Home
5
6
+Differences with the original repository (last updated 2012):
7
+ * Updated the project files to Visual Studio 2017
8
+ * Updated to .NET Framework 4.5
9
+ * Updated to MonoGame 3.6 instead of using XNA
10
+ * Renamed namespaces
11
+ * New sample project based on the original
12
+ * Removed old broken sample projects
13
14
+ ## License
15
+ This work is licensed under the zlib license, which is pretty close to saying: do what you want.
0 commit comments