Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free. Learn more →
MonoGame Alternatives
Similar projects and alternatives to MonoGame
-
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
-
-
-
Raylib-cs
C# bindings for raylib, a simple and easy-to-use library to learn videogames programming
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
-
PhysicsExamples2D
Examples of various Unity 2D Physics components and features.
-
CocosSharp
CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs.
-
-
SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
-
-
PixiJS
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
-
-
-
processing
Source code for the Processing Core and Development Environment (PDE)
-
olcPixelGameEngine
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
MonoGame reviews and mentions
-
OSS Game Engines are increasing their stars on GitHub due to Unity's missteps
Yes, it is possible, but you need to use a game framework not a game engine.
Example of a game framework: http://www.monogame.net.
-
Unity's Trap
Monogame, though it doesn't do much hand-holding: https://github.com/MonoGame/MonoGame
Webassembly support is spotty, though in progress AFAICT.
Used by a few 2D games like Stsrdew Valley and Celeste.
-
Which tools should I use to create my game ?
Some that I am aware of and that support at least Windows and Android are (Monogame)[https://www.monogame.net/], (Cocos2D)[https://www.cocos.com/en/cocos2d-x], (LÖVE)[https://love2d.org/]. But there are likely many more. Even more basic ones which are just another abstraction layer on top of SDL (like (Oxygine)[https://oxygine.org/]).
-
What mobile game engine to choose for a simple multiplateforme gacha game?
- https://www.monogame.net/
- Celeste's Software
-
Miasma Devlog 0: The first 40 days
Almost everywhere I've worked over the last few years is using Unity, Unreal, or React to develop titles, but I have always enjoyed the lower level no batteries included development style of the XNA framework which was popularized during the Xbox360 era. More recently the framework has been reborn and modernized as MonoGame, while maintaining the same feel and development style.
-
Senior software engineer - what game engine should I start with ?
I have a similar profile, and I have tried many different engines/frameworks/libraries. Some thoughts: - ebiten, written in Go, is a very light game dev lib. I like Go, so writing "my own engine" with it was pretty fun (I have some libs for ebiten here). Mostly 2d. - Love2d is sort of the same thing, but written in C++, and scriptable in Lua. I absolutely love this level of abstraction, and this is probably the one I have been the most productive with (example here). Mostly 2d, but people have done 3d with it too. - Godot has a bright future, at least from my point of view. The 2D workflow is very very fast, much faster than Unity in my experience (you don't spend time waiting for stuff to recompile every time you edit a script, for starters), and they just released v4, which comes with insane improvements in 3D rendering. I have never delved into 3D, but from what I can see, it's on par with what Unity can produce these days. Plus, the founders have created a separate commercial entity to provide support for consoles (called W4games), because the open source licensing attached to Godot is not compatible with the NDAs involved in publishing for consoles - raylib and monogame might be interesting for you if you want to go old-school. They're both inspired by the same framework (XNA) and they work similarly. Also very close to the way Love2d does things, and a comparable level of abstraction. - Unity is slow. I honestly dislike it a lot, just for this reason. There's also a lot of "we've refactored this, and there's no docs yet, but you can also use this other system, and also the legacy one, and that one, or build your own based on these primitives" and it's hard when you're a beginner. If you know what you're doing I guess it's fine, or if you don't care, but as a software engineer, you will probably be like me and try to find the "best" solution to your problem, which is tiring and hard to do with Unity.
-
About game engines
If you prefer a framework instead of an engine and editor they do exist, MonoGame is a popular one. I wouldn't recommend it unless you're doing it more as a hobby (in which case it's totally valid to do whatever suits you best), using engines with their editors and scripting languages is the industry standard.
-
i want to make my first 2d game, using opengl. So should i use OpenTK or LWJGL?
If you want to write everything by hand and you want to work with C# get monogame it will take care of window, ogl/dx intialization for you. You will also gain primitive 2D drawing api. But if you can skip a lot of work by using full game engine like Unity3D or Godot. They will solve low level stuff for you like UI and Input mapping.
-
Shoot 'em up Devlog 0: Design
Monogame (free)
-
A note from our sponsor - Mergify
blog.mergify.com | 22 Sep 2023
Stats
MonoGame/MonoGame is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of MonoGame is C#.