SpaceWorms - A 2D gravity space shooter.
@mgulde wrote: Dear community, thanks for all your support - enjoy playing the result: http://space4worms.com/ screenshot2.png1680x1050 216 KB Posts: 1 Participants: 1 Read full topic
View ArticlePorting game to Windows Store
@SoundGoddess wrote: Ok, so my game is working pretty well on OpenGL but now I want to port it to Windows Store so I can make some sales. I'm pretty confused about this Universal Windows stuff though,...
View ArticleHas GraphicsDevice.BlendFactor from XNA disappeared in Monogame ?
@Alkher wrote: Hi As working on my deferred engine and an SSAO effect, and looking into my former engine done with XNA, I was using GraphicsDevice.BlendFactor. But with my new engine with MonoGame, no...
View ArticleMap Texture2D around image?
@Icecream-burglar wrote: So I'm creating a tilemap. Not hard, done it before.But each tile is dynamic in that it's shape is represented by an array of Vector2s. So say I have an ordinary 32x32 grass...
View ArticleMonetary rights for games
@Tony-Ingall wrote: Hello monogame! Does anyone know what the rules and regulations are on publishing games using the monogame engine at a cost? Is a percentage taken away or do you have to pay for...
View ArticleBuilding a MonoGame project with Protobuild
@henry_lisowski wrote: So, I have a game I'm doing in MonoGame and I'm trying to setup cross platform support using Protobuild. I've run into a few problems and was wondering if anyone else had...
View ArticleGetSharedHandle() and Access Violation
@Stormwave wrote: Hello, Just had a quick question about GetSharedHandle. As far as I can tell, it should be readable from another program using OpenSharedResource. I'm using MonoGame as my platform...
View ArticleDraw a circle, using to circle class
@luki wrote: Hi all! I have fast question. How to draw a circle using to this class(struct) ? Code: https://wklej.to/32vj7 I found it on forum and i want use it. I tried do this:In constructor:circle...
View ArticleText and Image Wrapping
@CaptainMorgan wrote: Hey, I am attempting to wrap textures around text but I am unable to do it. Each time I try to do it, the textures are always out of place.How can I successfully wrap the...
View ArticleCant get my spritebatch variable from my abstract class?
@Kasper_Kasper wrote: Hello^^ Im currently working on sorting my code, and are at the moment trying to place all my scene variables in an abstract class for all my scenes to inherit. One problem ive...
View ArticleStable Build that works out of the box with Xamarin?
@Br00t4L17y wrote: I am wondering if anyone is currently developing with monogame using Xamarin Studio on a Mac. If so,1. What version of Xamarin Studio are you using?2. What version of Mono are you...
View ArticleProblems Upgrading Project to 3.5
@Nightmare-Games wrote: I've just downloaded the newest version of Monogame (3.5) and I'm getting myriad errors from Visual Studio (which wasn't true before the upgrade). I'm not sure what version I...
View ArticleThe future of input devices for MonoGame?
@IceIYIaN wrote: Before converting to XNA/MonoGame, my previous project was 1337 Board:http://www.moddb.com/mods/elements-of-war/downloads/elements-of-war-1337-board-v8 XNA and MonoGame do a great job...
View ArticleWhere can i find monogame tutorials?
@mliars wrote: Hello, I tried MonoGame recently, went though the basics from "GameFromScratch". Now, i'm stuck !! I can't find any tutorials. Can anybody please provide me articles and/or references...
View ArticleConvert an xna project?
@PsykoCouac wrote: Hi, I began a videogame on XNA on Windows 7. Now i have windows 10 and XNA doesn't work anymore. Is there a way to port my old xna to monogmae (windows 10 ) easily? Thanks. Posts: 2...
View ArticleCannot change of file .spritefont
@Tanakhon_Kaewkunha wrote: I am following this tutorial -www.youtube.com/watch?v=jr8sktSwn7E&index=5&list=PLHJE4y54mpC5hrlDv8yFHPfrSNhqFoA0h In tutorial 5, i'm already created file...
View ArticleCodingMadeEasy tutorial 6. Fadding
@Tanakhon_Kaewkunha wrote: I am following CodeingMadEasy tutorial 6 (ImageEffect) My code has no any error but it not working (not fading) like the tutorial.This is my Class; ImageEffect.cs using...
View ArticleOpenGL Stencil buffer problem on NVIDIA graphics card
@Symeg wrote: Hello. I have some trouble when using opengl stencil buffer on NVIDIA cards. I made a MonoGame Cross Platform Desktop Project (uses OpenGL). I follow this tutorial:...
View ArticleTouch code works when I step thru with the debugger, but not on normal...
@SoundGoddess wrote: I'm trying to port my game from OpenGL to Android...I was using the mouse in OpenGL, but now I'm doing touch. Unfortunately my tap code only works when I set a break point and...
View ArticleExit() Obsolete on Windows Desktop
@Nightmare-Games wrote: I'm in the process of upgrading my Monogame project to the newest version (3.5). I've systematically gotten rid of all the insane error messages (so far) except one:...
View Article