123 Followers
54 Following
113 Posts

MonoGame.Extended 5.4.0 is now live.

This release focuses on performance, stability, and backlog reduction, cutting open issues from ~75 to 17 and preparing for the upcoming tilemap overhaul.

Details:
https://www.monogameextended.net/blog/version-5-4-0/

#MonoGame
#BuiltWithMonoGame
#GameDev
@MonoGame

Version 5.4.0 Release - Backlog Reduction and Stability Improvements | MonoGame.Extended

Hi everyone,

Fitting All Players On Screen with MonoGame.Extended OrthographicCamera

A common problem in local multiplayer games, co-op brawlers, party games, shared screen racers, is how to keep every player visible without splitting the viewport. The solution is a single shared came...

itch.io
Version 0.2.1 - Zephyr Texture Packer by Aristurtle

What’s Changed update workflow so that releases are pushed to itch.io by @AristurtleDev in https://github.com/AristurtleDev/zephyr/pull/3 Implemented CLI export commands for atlas packing per #1 by...

itch.io

Just released the first version of Zephyr, a free sprite packer and editor.

I'm actively looking for feedback, so please let me know what you think and please share this post.

Available on itch: https://aristurtledev.itch.io/zephyr

#sprites
#indiegamedev
#gamedev
@MonoGame

Version 5.1.0 Released

This update was to make some adjustments in the recently updated particle system from 5.0.0 to enhance and add new functionality to it as well as make the vortex an actual vortex

Blog Post:
https://www.monogameextended.net/blog/version-5-1-0/

@MonoGame #monogame
#gamedev

Version 5.1.0 Released | MonoGame.Extended

Hi everyone,

Anyone using #visualstudio can you help explain why this is occuring?

When i do "Add > New Class" for a "shared project" type, it does not pull up the Add New File dialog with the Class item type as expected.

However if I do "Add > New Class" from a standard .csproj project, it works as expected.

I wanted to implement a self hosted Elastic APM setup for telemetry in our #dotnet apps.

Came back from our central IT dept that they already use something called New Relic for other things and we can hook into it.

Any #dotnet devs have any experience using New Relic?

Is there any reason to -not- check the environment of the builder -inside- the options Action<T> parameter here?

Like, is there a reason it should be done outside the options Action<T> parameter and not inside?

#dotnet #csharp

Most important #csharp #dotnet question. In this situation are you a hard-coder or a nameof() kind of person?

For what it's worth, I'm a nameof. I will use and abuse it every chance I get.

When using the Options pattern, how would I get the options while setting up the services?

Or am I thinking about this completely wrong?

#asp #dotnet