Samples - Official and Otherwise
@Chuck_Esterbrook wrote: What and where are "all" the samples for MonoGame? I don't see anything about "samples" or "examples" in the ReadMe, main doc page, doc nav or external links...
View ArticleDuplicated Content Folder and files
@Ott_Benedek wrote: Hi everyone! My problem is, that I have two instances of my .xnb files.Ones in the [project_folder]\Content\bin\WindowsGL\, and anothers in...
View ArticleLooking for a team?
@Let_Me wrote: So ive been learning monogame for quite a while now. I havent done this before and I thought I might try something new. Anyone here learning monogame alone? wanna team up? build some...
View ArticleInclude MonoGame GitHub clone in svn/source control?
@monogany wrote: I have a local clone of the MonoGame source via GitHub. I have made some changes to it and would like to compile my game against it. Is it a good idea to include the MonoGame source...
View ArticleHaving trouble with Windows 8 Touch detection, can't figure it out
@evgLabs wrote: I'm trying to get my game working on a Dell Venue Pro 8 tablet, which is actual Windows 8 x86 (not RT or phone). But with everything I've read, I can't get it to work. All I can get is...
View ArticleAccessing Guide throws TypeInitalizationException
@Sephnroth wrote: Hi all, porting an old XNA WP7 game to WP8.1+ using mono with intent to bring to iOS and droid later on. Finally got most of the kinks out but it seems whenever I try to access Guide...
View ArticleWayward Terran Frontier: Zero Falls
@Ravendarke wrote: Hello Monogame community. I'd like to show off a game engine we've been building in Monogame. The game is a top-down space captain RPG where you play a rogue space captain in a...
View ArticleStencil Problem
@Phoenix_Feder wrote: English isn't my mother tongue so i hope i can explain my problem: I've read this article about stencil:http://scott-franks.com/xna-masking-sprites-without-shaders/ And I copied...
View ArticleSpriteFont troubles in 3.5
@Liru wrote: So I've been using 3.4 for ages now and when I started working with a friend I gave him my 3.4 project not knowing he had 3.5, this completely broke so I installed 3.5 to see what was up...
View ArticleEffect file
@Tankerpat wrote: Hi guys I am new in monogame and sorry for my bad english level. I want to transform all my XNA project but fx files have problems. First it's not possible to declare array struct,...
View ArticleOpenAL Drivers Not Found on MacOSX and Linux (DesktopGL)
@r4tch31 wrote: I've searched the forums but can't seem to find anything that deals directly with what I'm working with. I'm getting the 'OpenAL Drivers could not be found' error for OSX and Linux...
View ArticleGeneric Gamepads not detected on Windows XP
@mechatour wrote: Hi, I'm new to Monogame, but not to programming. I'm writing an OpenGL platform game for my 9-year old daughter. It's coming on well, but I've got stuck with game controller support...
View ArticleBroken Monogame Effect that works in XNA
@JJMGSOFTWORKS wrote: I have been trying to get an effect from this tutorial Here in XNA to work in MonoGame. I began building into my own code and when it didn't work I Remade the project exactly...
View ArticleHow to update Texture2D Color buffer without using SetData?
@Praptobala wrote: Hi, I am trying update my camera color 1920 x 1080 color buffer Texture2D for Rendering. Is it possible to get Texture2D pixel buffer handle directly, so that I can copy my buffer...
View ArticleMulti Texture Shader
@Joshua_Neicho wrote: I've been trying to pass multiple textures into my shader, but I get a NullReferenceException on both texNormal and texColor. Shader Code: And the code used to set the variables:...
View ArticleGetting started with latest Development Build
@Kwyrky wrote: Hi My purpose is to alwas work with the latest Development Build of Monogame. So far I found this in the documentation:...
View ArticleExe not working on other windows machine
@Jonathan_Pearson wrote: Using Mono 3.5 in the Windows Project template built in windows 10 VS2015 has no issues on my computer but goes to a black screen before crashing on my friends laptop I built...
View ArticleProblems With Pipeline Tool Linux Ubuntu 15.10
@Kingsley_Underwood wrote: Hello, I Can not open the pipeline tool in Ubuntu 15.10. i installed as instructed but the application does not open. can anyone help Posts: 1 Participants: 1 Read full topic
View ArticleWindows Phone touch bug
@Bartek_Piura wrote: Hi, after some time after game launch, in windows phone 8.0 app, when i get touches by TouchPanel.GetState(), i get extra touches, in place where i don't touch do you know how to...
View ArticleShader Question [solved]
@Phoenix_Feder wrote: I have a basic Problem using shader.I'm new to shader and I want to understand the basics.I got plenty tutorials to read but no one seems to work with monogame. (won't compile or...
View Article