🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Gorgon 3.2

posted in OMG NUB! for project Gorgon
Published November 15, 2021 Imported
Advertisement
Gorgon

So, after a very long hiatus in which I was actually working on Gorgon, I can finally present version 3.2 of Gorgon. This version has a lot of changes, bug fixes, and whatnot. Not the least of which is .NET 6 support.

.NET 6

The first major change is support for .NET 6. Gorgon has been completely updated to use .NET 6 and C# 9/10 code. Given the performance boosts present in .NET 5 and 6 this is a no-brainer, especially since these now support Windows Forms and WPF.

That’s the good news, the bad news is that .NET framework is no longer supported. Version 3.1 will be the last version of Gorgon to support the .NET Framework. While this may annoy some folks, this made it easier to jump to .NET 6. And, believe it or not, moving to .NET 6 is not very difficult at all, and I recommend all developers do so. Finally, I’m one person with the resources of one person working on this and maintaining 2 .NET backends is a nightmare.

WPF

Yes. Finally. Gorgon now supports interoperation with WPF. And a new example is available in the source code to show how to utilize WPF with Gorgon.

Font Editor

A basic font editing editor is now available in the Gorgon Editor. This editor allows the creation of font metadata and visual feedback to show how the font will look when rendered.

Changes… so many changes…

And as usual there have been a plethora of bug fixes, small to medium changes. Too many to list here, so check out the changelog on the releases page.

Requirements

Of course, as with anything on the bleeding edge, there’s the usual requirement changes for building/running things created with Gorgon. Going forward you will need the following to compile a Gorgon application:

  • .NET 6
  • Visual Studio 2022
  • Windows 10 (Build 15063 or later).
  • Direct 3D 11.2

To compile Gorgon itself, you will need:

  • Visual Studio 2022
  • .NET 6
  • C# and Visual C++
  • Windows 10/11 or better

And finally, to run a Gorgon application on an end user machine:

  • .NET 6
  • Windows 10 (Build 15063 or later)
  • Direct 3D 11.2

So go ahead and download Gorgon from the release page and give it a spin. Please feel free to report any issues you may find in the Discussions page.

Read more

Previous Entry Gorgon v3.1.46.255
0 likes 1 comments

Comments

Tape_Worm

Finally!

November 25, 2021 02:00 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Gorgon 3.2

10317 views

Gorgon v3.1.46.255

3507 views

Gorgon v3.1.45.248

3137 views

Gorgon v3.1.29.243

4433 views

Gorgon v3.1

4246 views

Gorgon Update #10

3168 views

Gorgon Update #9

3356 views

Gorgon Update #8

3101 views

Gorgon Update #7

3325 views

v3.0 Release

3884 views
Advertisement