Przejdź do głównej zawartości

MonoGame


It is just another good framework, where you can do everything.
Fun fact, it was one of reasons which helps the popularity of C# and DotNet in gamedev, due to problems with XNA on other platforms, developers started to port it with the Mono Framework. The project started as Mono.XNA and ended as MonoGame. Mono from the other side was widely used in Unity 2.X.

Now after many years it is still good foundation to make various of games, but it has it's own problems like support of newer consoles and DX12 libraries. But in the end, if you are .Net developer looking for making hobby game it is very nice package to look.


Links

Website: Monogame

Download: Github | Full Instructions from MonoGame website

Community: Documentation | Forum | Discord | Github

Komentarze

Popularne posty z tego bloga

GB Studio

Another retro engine, but this time limited to one platform and not the genre. It was created for making roms for first Nintendo handheld. Due to block programming it is easy to make games. Due to possible export in from for the device so it can be run on it. But due to enhancements the limits were removed and users can made bigger games than 32K. In the end it is nice engine for everyone which gave ability to made games for handheld. Due to nature of the engine it has predefined genre of games, but they can be connected in one. So nothing can stop you from making your own zelda/pokemon/castlevania gae in one. Links Website:  GD Studio Download:  Latest - itch.io  |  Old releases Community:  Reddit  |  GitHub  |  Documentation

Narrat

Narrat Game engine looks like someone wanted to make RenPy as easy as the Adventure Game Engine for Windows was when it was released. The engine looks like it was made for people who wanted to write their own novels with minimum coding experience. They have their own easy script language and a plugin for the visual studio code which makes work easier. The additional thing to release ready for desktop and web is that the engine and games itself can be integrated into the website, maybe someone will use it to make their own ChatBot in an adventure style? Maybe this will be a disadvantage but the games look like the chatbot on most of the sites. But there are always some sort of sacrifices, and maybe in the future, there will be the possibility to change the style to another like with the RPG mode in this engine. Let's hope that the engine and its author show us more good material in the future. There is even a game jam for this engine! Links Website:  Narrat Download:  Installin...

Comfy

This time engine is inspired by projects like love2D or Raylib. It is focused on 2D, ergonomics, and productivity. Performance could come later. Looks like the author is working actively on it and has made significant improvements (4x times faster with the latest release). It is made mainly for 2D and Indie games, but the code is open and could be forced like the author did. Links Website:  Comfy Download:  Getting started  - install rust and add comfy in the project as a dependency :D Community:  Github  |  Docs?  |  Discord