Files
MonoGame.Extended/Source/Demos
Patrick Adesso f9afd8e2e0 Additional Shapes - Issue 629 (#647)
* Added PrimitiveBatch.cs

* New shapes from primitivebatch WIP.

* Circles are being drawn.

* Polygon drawing WIP

* Polygons are drawing

* Filled polygon WIP

* The existing implementation can't handle convex polygons well.  Going to wrap up other features and revisit.

* Concave polygons now filling using ear clipping algorithm.

* Ellipse and solid ellipse.

* Added point drawing

* Rectangles now drawing.

* Tweaking demo project

* WIP

* Comment cleanup
2020-02-05 15:48:18 +10:00
..
2019-10-02 22:05:09 +10:00
2018-08-06 20:26:09 +10:00
2018-08-06 20:26:09 +10:00

Demos

Each of these demos are setup like the MonoGame 3.6 Cross Platform Desktop Project template.

This means you'll need to have MonoGame 3.6 installed on your machine because some of the files are expected to be on your machine.

To run each demo in Visual Studio right click the project and select 'Set as StartUp Project' then run it as usual.