Flare.Framework
1.1.1
dotnet add package Flare.Framework --version 1.1.1
NuGet\Install-Package Flare.Framework -Version 1.1.1
<PackageReference Include="Flare.Framework" Version="1.1.1" />
paket add Flare.Framework --version 1.1.1
#r "nuget: Flare.Framework, 1.1.1"
// 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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
Update to 1.1.1.