VOOZH about

URL: https://www.nuget.org/packages/Pencil.Gaming.GLFW3/

⇱ NuGet Gallery | Pencil.Gaming.GLFW3 1.0.4955




Pencil.Gaming.GLFW3 1.0.4955

dotnet add package Pencil.Gaming.GLFW3 --version 1.0.4955
 
 
NuGet\Install-Package Pencil.Gaming.GLFW3 -Version 1.0.4955
 
 
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="Pencil.Gaming.GLFW3" Version="1.0.4955" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pencil.Gaming.GLFW3" Version="1.0.4955" />
 
Directory.Packages.props
<PackageReference Include="Pencil.Gaming.GLFW3" />
 
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 Pencil.Gaming.GLFW3 --version 1.0.4955
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pencil.Gaming.GLFW3, 1.0.4955"
 
 
#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.
#:package Pencil.Gaming.GLFW3@1.0.4955
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pencil.Gaming.GLFW3&version=1.0.4955
 
Install as a Cake Addin
#tool nuget:?package=Pencil.Gaming.GLFW3&version=1.0.4955
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Pencil.Gaming library to access the native GLFW3 framework

Product Versions Compatible and additional computed target framework versions.
.NET Framework net40 net40 is compatible.  net403 net403 was computed.  net45 net45 was computed.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pencil.Gaming.GLFW3:

Package Downloads
DeltaEngine.GLFW

OpenGL Version of the Delta Engine, uses GLFW3 (Pencil.Gaming). The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4955 5,277 12/26/2013
1.0.4954 2,869 10/28/2013
1.0.4953 2,157 9/16/2013
1.0.4952 2,264 7/29/2013
1.0.4950 2,119 7/20/2013
1.0.4949 2,266 7/20/2013
1.0.4948 2,238 7/18/2013

1.0.4955 contains all the fixes from Pencil.Gaming and Glfw 3.0.3 (2013-09-24) plus some extra checks for unknown pixel formats. All callbacks have been changed to Cdecl and now work properly. Also removed NVorbis and all other dependencies. Tested on Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 8.1 (all in 32bit and 64bit).