C#

Using Rider With Godot

Rider For Godot

Yesterday we talked about Rider for Unreal Engine, but did you also know that Rider can be used to develop Godot games as well?There are a few things you are going to need to get started.  First off obviously is JetBrain’s Rider, which is available with in a 30 day free trial.  However if you […]

Rider For Godot Read More

Rider and Unreal Engine

Rider For Unreal Engine

Rider is a .NET IDE by JetBrains, currently heavily focused on Unity game developers.  Recently JetBrains launched a early preview of Rider For Unreal Engine.  Wait a minute you might say… isn’t Rider for C#, while CLion is their C++ IDE, and isn’t C++ the primary language for Unreal Engine developers.  Why yes, you are […]

Rider For Unreal Engine Read More

Ogre 2.1 Released

Ogre 2.1 Baldur Released

The long running open source C++ framework Ogre just released Ogre 2.1 Baldur.  Performance optimizations, a new compositor and shading system and more top the list of features.Highlight features from the release announcement:Hlms (High Level Material System) to generate shaders automatically. Replaces RTSS and manual shaders PBS – Physically Based Shading New Compositor. More flexible, […]

Ogre 2.1 Baldur Released Read More

The Machinery Game Engine Reviewed

The Machinery Game Engine

The Machinery by Our Machinery  is a new game engine, currently in beta, by some of the creators of the Stingray/BitSquid game engine.  It follows many of the same design prinicipals, being data driven, light weight and extended via a simple C interface.  The Machinery is designed from day one to be a framework for […]

The Machinery Game Engine Read More

Unigine 2.11 Released

Unigine 2.11 Community Launched

As mentioned earlier this week Unigine are launching a community version of their Unigine game engine, traditionally used in engineering and simulation industries.  The new Community version has much more indie friendly licensing terms, including free usage up to $100K USD annual income.In addition to the new Community version, Unigine 2.11 was just released with […]

Unigine 2.11 Community Launched Read More

raylib 3.0 released

Raylib 3.0 Released

Raylib 3.0 was released today.  Raylib is an open source, cross platform C based framework of tools and libraries for making games.  Components of raylib can be used on their own, however you can also download a preconfigured development environment making it among the easiest ways to get started doing C or C++ game programming.  […]

Raylib 3.0 Released Read More

Using C# With Unreal Engine

While Unreal Engine doesn’t provide C# support out of the box, it does provide an exceptional plugin system, so it was only a matter of time until C# plugins arrived.  Today we are looking at the open source USharp extension, which is based on the MonoUE plugin project.  Using this plugin, UE4 gains C# functionality […]

Using C# With Unreal Engine Read More

Scroll to Top