Announcing Glue Wizard

FlatRedBall Glue has always been a program for improving the speed of game development. The latest version includes a wizard which greatly simplifies new project setup. Previously, even as recent as a month ago, setting up a new project with levels, a player entity, collision, and tiled map files could take an experienced FlatRedBall user over[…]

FlatRedBall Moves to .NET 6 and Much More!

FlatRedBall is now making a big upgrade to .NET and MonoGame 3.8.1. This means the FlatRedBall Editor (aka Glue) and new game projects are on .NET 6. This upgrade brings along a lot of changes to FlatRedBall, so let’s dive in! Note that some of the changes below require creating a new .NET 6 project[…]

New FlatRedBall Editor (Part 2)

Recently a new version of the FlatRedBall Editor (aka Glue) was released with support for embedding a game window (and support for edit mode). Today the FlatRedBall Editor has been updated with many changes to make it easier to work with. Let’s take a look at some of the changes! New Game Toolbar The Game[…]

The New FlatRedBall – The Biggest Change Yet!

The latest version of FlatRedBall brings together work from the past few months to create a new development experience. The largest of these changes is the integration of the game window. The game can be played in the FlatRedBall window, or it can be switched into edit mode to make changes to the game. Embedding the[…]

The latest monthly Teotihuacan is available

The latest monthly named Teotihuacan – named after the ancient city located in modern Mexico – is now available on github and through the Glue New Project creator. It is the largest starter and monthly project to date, containing many new FlatRedBall technologies for making development faster than ever. Of course, it’s also a blast to[…]

Creating Damage Over Time

Introduction Many game types include collidable areas which deal damage over time to characters or enemies within the area. This type of behavior can be accomplished in Glue with a little setup. This post shows how to implement damage over time using standard entities. Damage Over Time vs. Simple Collision The simplest situation for damage[…]

Derived Screens as a Levels

The latest version of FlatRedBall, Glue, and the Tiled plugin include features to support a new approach for creating levels – using derived screens. Screen inheritance has been available in Glue for many years, but the latest set of features revive this functionality and make level creation easier than ever. Old vs. New Levels are[…]

FlatRedBall.Forms 1.2 Released

Introduction The latest release of FlatRedBall, Gum, and Gum plugin in Glue includes support for FlatRedBall.Forms version 1.2. This version adds the following functionality: New StackPanel control New AddChild method for all FrameworkElements (allowing parent/child relationship to be created without accessing the Visual object) Support for same-named Gum runtime objects in different folders with the[…]

FlatRedBall Desktop GL ColorOperation Update

Introduction The latest version of FlatRedBall Desktop GL (the recommended replacement for FlatRedBall XNA) includes full support for all FlatRedBall color operations. Specifically, today’s release adds the following color operations which were previously unavailable: Add InterpolateColor InverseTexture Modulate2X Modulate4X Subtract These new color operations can be used to add more flexibility to how your sprites[…]