All Projects → DoogeJ → MonoGame.Primitives2D

DoogeJ / MonoGame.Primitives2D

Licence: Zlib license
Easy-to-use 2D primitives

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MonoGame.Primitives2D

Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+18113.64%)
Mutual labels:  xna, monogame
Tetris
Tetris in F#, dotnet core and MonoGame. Arcade sounds included!
Stars: ✭ 29 (-34.09%)
Mutual labels:  xna, monogame
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+1656.82%)
Mutual labels:  monogame, 2d
MonoGame.SplineFlower
Create wonderful smooth Bézier-, CatMulRom- and Hermite-Splines with Trigger Events for your MonoGame project.
Stars: ✭ 18 (-59.09%)
Mutual labels:  monogame, monogame-framework
Xnagamestudio
The Education library from the Xbox Live Indie games repository, valuable for MonoGame Developers for advanced samples
Stars: ✭ 332 (+654.55%)
Mutual labels:  xna, monogame
MiniKnight
A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!
Stars: ✭ 47 (+6.82%)
Mutual labels:  monogame, 2d
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (-52.27%)
Mutual labels:  xna, 2d
Gg
Go Graphics - 2D rendering in Go with a simple API.
Stars: ✭ 3,162 (+7086.36%)
Mutual labels:  2d, 2d-graphics
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+229.55%)
Mutual labels:  xna, monogame
Quaver
🎶 The ultimate community-driven, and open-source competitive rhythm game.
Stars: ✭ 282 (+540.91%)
Mutual labels:  xna, monogame
Steamworks.Net-MonoGame-Integration
This repo is for everyone who is about to integrate the Steamworks.Net.dll into a MonoGame project. It shows some Steamworks.Net features and how easy it is to integrate it into a MonoGame project.
Stars: ✭ 30 (-31.82%)
Mutual labels:  monogame, monogame-framework
Nopipeline
A Monogame Content Pipeline enhancer.
Stars: ✭ 152 (+245.45%)
Mutual labels:  monogame, monogame-framework
MLEM
MLEM Library for Extending MonoGame provides extension methods, improvements and additional features like a ui system and easy input handling.
Stars: ✭ 26 (-40.91%)
Mutual labels:  monogame, monogame-framework
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (+315.91%)
Mutual labels:  monogame, monogame-framework
cocos2d-mono
Continuation of Cocos2D-XNA project, with focus on MonoGame
Stars: ✭ 18 (-59.09%)
Mutual labels:  monogame, monogame-framework
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-38.64%)
Mutual labels:  xna, monogame
Fxgl
Stars: ✭ 2,378 (+5304.55%)
Mutual labels:  2d, 2d-game-framework
Picasso
Picasso is a high quality 2D vector graphic rendering library. It support path , matrix , gradient , pattern , image and truetype font.
Stars: ✭ 205 (+365.91%)
Mutual labels:  2d, 2d-graphics
Gamedevelopmentlinks
This is a collection of useful game-development links including, but not restricted to, development with MonoGame.
Stars: ✭ 257 (+484.09%)
Mutual labels:  xna, monogame
Myra
UI Library for MonoGame, FNA and Stride
Stars: ✭ 348 (+690.91%)
Mutual labels:  xna, monogame

MonoGame.Primitives2D

The 2D XNA Primitives project ported to the modern world.

NuGet package: https://www.nuget.org/packages/MonoGame.Primitives2D/

Sample project: https://github.com/DoogeJ/MonoGame.Primitives2D.Sample

Changelog

2020-02-19 (1.1.1)

NuGet package fixes

  • ReferencedFrameworkAssemblies created an issue in the NuGet package

2020-02-19 (1.1.0)

General clean-up and preparations to create a NuGet package:

  • Clean up license and readme
  • Remove sample project
  • Update MonoGame to version 3.7.1.189
  • Update the project files to Visual Studio 2019
  • Add MonoGame icon
  • Update Assembly information in preparation for NuGet package creation
  • Create NuGet package manifest

2017-11-27 (1.0.0)

Differences with the original repository (last updated 2012):

  • Updated the project files to Visual Studio 2017
  • Updated to .NET Framework 4.5
  • Updated to MonoGame 3.6 instead of using XNA
  • Renamed namespaces
  • New sample project based on the original
  • Removed old broken sample projects
  • Updated the sample project with DrawLine and PutPixel examples

License

This work is licensed under the zlib license, which is pretty close to saying: do what you want.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].