RayWrapper 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RayWrapper --version 0.2.0
NuGet\Install-Package RayWrapper -Version 0.2.0
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="RayWrapper" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RayWrapper --version 0.2.0
#r "nuget: RayWrapper, 0.2.0"
#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 RayWrapper as a Cake Addin
#addin nuget:?package=RayWrapper&version=0.2.0

// Install RayWrapper as a Cake Tool
#tool nuget:?package=RayWrapper&version=0.2.0

This is a Wrapper Project for Raylib-cs

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on RayWrapper:

Package Downloads
RayWrapper.Collision

This is the collision addon to RayWrapper

RayWrapper.Discord

This is the Discord Rich Presence addon to RayWrapper

RayWrapper.Imgui

This is the Imgui addon to RayWrapper

RayWrapper.LegacyUI

This is the Imgui addon to RayWrapper

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.2 491 11/24/2022
0.6.1 688 11/4/2022
0.6.0 732 10/16/2022
0.5.1.4 542 9/12/2022
0.5.1.3 431 9/6/2022
0.5.1.2 410 9/4/2022
0.5.1.1 404 9/4/2022
0.5.1 428 9/4/2022
0.5.0 756 9/4/2022
0.4.1.1 409 9/2/2022
0.4.1 407 9/2/2022
0.4.0 737 9/1/2022
0.4.0-beta-9.2.3 114 6/3/2022
0.4.0-beta-9.2.2 115 5/23/2022
0.4.0-beta-9.2.1 121 5/17/2022
0.4.0-beta-9.2 116 5/12/2022
0.4.0-beta-9.1 122 4/14/2022
0.4.0-beta-9 171 4/14/2022
0.4.0-beta-8.5 111 4/12/2022
0.4.0-beta-8.4 111 4/12/2022
0.4.0-beta-8.3 112 4/12/2022
0.4.0-beta-8.2 112 4/12/2022
0.4.0-beta-8.1 113 4/12/2022
0.4.0-beta-8 156 4/12/2022
0.4.0-beta-7 166 4/10/2022
0.4.0-beta-6.2 110 4/8/2022
0.4.0-beta-6.1 114 4/8/2022
0.4.0-beta-6 162 4/8/2022
0.4.0-beta-5 170 4/6/2022
0.4.0-beta-4 160 4/6/2022
0.4.0-beta-3 161 4/5/2022
0.4.0-beta-2 171 4/1/2022
0.4.0-beta 336 4/1/2022
0.4.0-alpha-9.2 107 3/31/2022
0.4.0-alpha-9.1 113 3/29/2022
0.4.0-alpha-9 159 3/29/2022
0.4.0-alpha-8 165 3/27/2022
0.4.0-alpha-7 157 3/26/2022
0.4.0-alpha-6.2 104 3/26/2022
0.4.0-alpha-6.1 101 3/26/2022
0.4.0-alpha-6 160 3/26/2022
0.4.0-alpha-5 163 3/26/2022
0.4.0-alpha-4 161 3/24/2022
0.4.0-alpha-3 160 3/24/2022
0.4.0-alpha-2 149 3/24/2022
0.4.0-alpha-10 150 3/29/2022
0.4.0-alpha 163 3/23/2022
0.3.0-rc1 153 3/2/2022
0.3.0-beta 152 3/1/2022
0.3.0-alpha 166 2/22/2022
0.2.0 341 1/2/2022
0.1.23 277 1/2/2022
0.1.22 262 1/2/2022
0.1.21 310 1/2/2022
0.1.20 300 1/1/2022
0.1.19 279 1/1/2022
0.1.18 285 12/14/2021
0.1.17 310 12/14/2021
0.1.16 310 12/14/2021
0.1.15 317 12/14/2021
0.1.14 494 12/13/2021
0.1.12 306 12/11/2021
0.1.11 319 11/16/2021
0.1.10 356 11/16/2021
0.1.9 329 11/16/2021
0.1.8 341 11/16/2021
0.1.7 297 11/15/2021

- FontManager Added
- register font: FontManager.RegisterFont(name, path)
- set a font as default: FontManager.SetDefFont(name)
- get font: FontManager.GetFont(name, size)