TrippyGL 1.1.1

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

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

A highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TrippyGL:

Package Downloads
TrippyGL.ImageSharp

TrippyGL is a highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core. This package provides integration with the ImageSharp library, allowing loading and saving textures from files or images.

TrippyGL.Fonts.Extensions

TrippyGL is a highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core. This package provides integration between TrippyGL.Fonts and the main TrippyGL package.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on TrippyGL:

Repository Stars
rds1983/Myra
UI Library for MonoGame, FNA and Stride
sinshu/managed-doom
A Doom port written in C Sharp
FontStashSharp/FontStashSharp
C# port of https://github.com/memononen/fontstash
Version Downloads Last updated
1.1.1 1,311 3/5/2022
1.1.0 721 1/10/2022
1.0.0 479 2/18/2021
1.0.0-rc2 302 11/25/2020
1.0.0-rc1 263 11/1/2020

Changelog from 1.0.0:
- Fixed multiple misspells of "Lighting" as "Lightning" (ka-chow!)
- Added some more XML documentation