MonoGame.Noesis.WindowsDX 3.2.1-beta6

This is a prerelease version of MonoGame.Noesis.WindowsDX.
dotnet add package MonoGame.Noesis.WindowsDX --version 3.2.1-beta6
NuGet\Install-Package MonoGame.Noesis.WindowsDX -Version 3.2.1-beta6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MonoGame.Noesis.WindowsDX" Version="3.2.1-beta6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MonoGame.Noesis.WindowsDX --version 3.2.1-beta6
#r "nuget: MonoGame.Noesis.WindowsDX, 3.2.1-beta6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MonoGame.Noesis.WindowsDX as a Cake Addin
#addin nuget:?package=MonoGame.Noesis.WindowsDX&version=3.2.1-beta6&prerelease

// Install MonoGame.Noesis.WindowsDX as a Cake Tool
#tool nuget:?package=MonoGame.Noesis.WindowsDX&version=3.2.1-beta6&prerelease

Noesis.Monogame - "Native" Noesis renderer in Monogame

WindowsDX: WindowsDX Nuget WindowsDX version (MonoGame.Noesis.WindowsDX)

DesktopGL: DesktopGL Nuget DesktopGL version (MonoGame.Noesis.DesktopGL)

This library provides the solution for integration NoesisGUI with MonoGame 3.8.1 library. Example MonoGame project with integrated NoesisGUI is included.

Prerequisites

Installation

  1. Open Noesis.MonoGame.sln with Visual Studio.
  2. Open the context menu on Noesis.Monogame.TestApp project and select Set as StartUp Project.
  3. Press F5 to launch the example game project.

Please note that the game example project uses default NoesisGUI theme from https://github.com/Noesis/Managed/tree/master/Src/NoesisApp/Theme and samples from https://github.com/Noesis/Tutorials/tree/master/Samples/Gallery/C%23 NoesisGUI works with XAML files without any preprocessing/building step (it has an extremely fast XAML parser that is faster than compiled BAML from WPF/UWP). You could store XAML files in any folder you want and robocopy them this way. One of the useful approaches is to store them in a WPF class library project which could be opened with Visual Studio to edit XAML with full syntax support and autocomplete. It also could be done as a WPF application project which could be executed independently to verify your UI is working properly (but that will require writing more demonstration logic there). WPF XAML is almost 100% compatible with NoesisGUI (see docs).

Implementation limitations

  • Some features are still missing
  • Tested on WindowsDX and DesktopGL platforms

Contributing

Pull requests are welcome.

License

The code is provided under the MIT License. Please read LICENSE.md for details.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1-beta6 183 10/17/2023
3.2.1-beta5 62 10/17/2023
3.2.1-beta3 71 10/7/2023
3.2.1-beta1 65 10/7/2023