Flare.Framework 1.1.1

.NET Framework 4.5
dotnet add package Flare.Framework --version 1.1.1
NuGet\Install-Package Flare.Framework -Version 1.1.1
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="Flare.Framework" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flare.Framework --version 1.1.1
#r "nuget: Flare.Framework, 1.1.1"
#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 Flare.Framework as a Cake Addin
#addin nuget:?package=Flare.Framework&version=1.1.1

// Install Flare.Framework as a Cake Tool
#tool nuget:?package=Flare.Framework&version=1.1.1

Flare is an open source game development framework written in C#, designed to allow the user to focus exclusively on their game design rather than the drawing or other areas of their game. Also check out Flare.GUI, a small library that uses Flare for simple GUI rendering.

Changelogs:
v1.1.1: Adds access to keyboard and mouse events, icon, vsync setting. Also adds color constructors to Sprite and Text classes.

v1.1.0: Major (breaking) API refactor (hides OpenTK GameWindow)

v1.0.1: 2D text rendering and sprite rendering capabilities, using images loaded from file using System.Drawing and fonts compiled using AngelCode's BMFont, http://kvazars.com/littera, or any other compatible system.

For feature requests, issues, or contributions (which are welcome!), check out the Github page, https://github.com/WardBenjamin/Flare.Framework.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.1 997 12/24/2015
1.1.0 856 12/23/2015
1.0.1 1,332 12/22/2015

Update to 1.1.1.