fsharp-gamecore
0.0.3
See the version list below for details.
dotnet add package fsharp-gamecore --version 0.0.3
NuGet\Install-Package fsharp-gamecore -Version 0.0.3
<PackageReference Include="fsharp-gamecore" Version="0.0.3" />
paket add fsharp-gamecore --version 0.0.3
#r "nuget: fsharp-gamecore, 0.0.3"
// Install fsharp-gamecore as a Cake Addin #addin nuget:?package=fsharp-gamecore&version=0.0.3 // Install fsharp-gamecore as a Cake Tool #tool nuget:?package=fsharp-gamecore&version=0.0.3
fsharp-gamecore
A fleshed-out game loop from MonoGame with supporting classes, intended to be used as the core loop of larger games.
This is for 2D games only, i.e. those that use 2d textures like sprites and raw colours. It also supports sounds, music and fonts.
Designed so that all XNA bits and necessary mutable fields are wrapped inside the GameLoop class, allowing a parent application to remain purely functional and almost platform agnostic.
Available on Nuget at: https://www.nuget.org/packages/fsharp-gamecore/0.0.3
Samples
In this repository (or if you follow the repo url, if using Nuget), there is a samples folder containing a simple game demonstrating the use of the various hooks. For more advanced usage, check other projects on my Github. DungeonRaider (https://github.com/ChrisPritchard/DungeonRaider) uses this repo, for example.
License
Provided under Unilicense (except for the font, see below), so go nuts.
Font and its License
The sample project includes a font that is compiled by the monogame pipeline. The font used is 'Connection', from here: https://fontlibrary.org/en/font/connection
This font is provided under the SIL Open Font License, a copy of which lies in the root of this repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FSharp.Core (>= 4.5.2)
- MonoGame.Framework.DesktopGL.Core (>= 3.7.0.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on fsharp-gamecore:
Package | Downloads |
---|---|
fsharp-gamecore-imgui
Wrappers and helpers for ImGui.NET integration with FSharp-GameCore |
GitHub repositories
This package is not used by any popular GitHub repositories.