Bespoke.Games.Framework 1.4.3

dotnet add package Bespoke.Games.Framework --version 1.4.3
                    
NuGet\Install-Package Bespoke.Games.Framework -Version 1.4.3
                    
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="Bespoke.Games.Framework" Version="1.4.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bespoke.Games.Framework" Version="1.4.3" />
                    
Directory.Packages.props
<PackageReference Include="Bespoke.Games.Framework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bespoke.Games.Framework --version 1.4.3
                    
#r "nuget: Bespoke.Games.Framework, 1.4.3"
                    
#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.
#addin nuget:?package=Bespoke.Games.Framework&version=1.4.3
                    
Install Bespoke.Games.Framework as a Cake Addin
#tool nuget:?package=Bespoke.Games.Framework&version=1.4.3
                    
Install Bespoke.Games.Framework as a Cake Tool

The Bespoke Games Framework is a collection of helper classes for writing games using C++ and Direct3D 11. The framework was modeled after Microsoft's XNA Framework.

Product Compatible and additional computed target framework versions.
native native is compatible. 
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
1.4.3 3,392 10/9/2017
1.4.2 1,375 9/27/2017
1.4.1 1,362 9/15/2017
1.4.0 1,440 8/30/2017
1.3.0 1,500 10/25/2016
1.2.0 1,390 10/17/2016
1.1.0 1,688 9/14/2016
1.0.0 1,215 9/13/2016

Added ImGui support.