Advertisement

Latest Monogame Activity

Update March 22, 2024:

Recruiting through this post is no longer open.

Application Deadline

March 30, 2024

Project Start Date

April 15, 2024

Project Completion Date

June 8, 2024

Project Duration

54 Days

Project Release Target

Windows (itch.io)

Weekly Commitment per Team Member

4 Hours

Usage Rights

All project cod…

3,496 views
Advertisement

@Jimmyberf Along the lines of what Frob suggested:

// output 

float3 outputColor = saturate(ambient + diffuse + specular) * input.Color.rgb;

4,483 views

So I am trying to make use of orthographic camera for my 2D game using MonoGame. It is my first time using it and whenever I use orthographic camera nothing shows up on the screen and I don't know why. I've been messing around with matrices a lot to try to show it on the screen but it never shows u…

4,371 views

Given that progression (deeper underground, more precious ores, accumulated money, presumably also improved equipment, maybe other elements)  seems the focus of the game, it should be a good starting point for designing ore distribution. Design objectives for the digging can be written down an…

13,699 views
Duka
April 04, 2021 08:29 PM
VS2019+monogame issue.

Hi there Devs! 

It is my first year learning programming at college and we are using monogame to develop a Space Invaders game. I installed and reinstalled VS2019 and Monogame several times, followed all the steps and it does not work. When I open a new project It displays differently from my c…

2,244 views
Shaarigan
January 22, 2021 07:39 AM

There are a lot of articles about spatial tree data structures, first and foremost the good old Quad Tree. This scales an area down to regions that contain regions and so on up to a defined grid size which then holds up all the objects that are located in such a region. It can be very effective if …

4,054 views

@sir7 i'm assuming that u know about polling, but u prefer events;

yes it's fine to have events, have a queue in the system so u don't lose any generated events, and if you think the system is not responsive enough then check on the number of listeners, see how many there are because it could take s…

5,797 views
Advertisement
Advertisement