TrippyGL.Fonts.Extensions
1.2.1
dotnet add package TrippyGL.Fonts.Extensions --version 1.2.1
NuGet\Install-Package TrippyGL.Fonts.Extensions -Version 1.2.1
<PackageReference Include="TrippyGL.Fonts.Extensions" Version="1.2.1" />
paket add TrippyGL.Fonts.Extensions --version 1.2.1
#r "nuget: TrippyGL.Fonts.Extensions, 1.2.1"
// Install TrippyGL.Fonts.Extensions as a Cake Addin #addin nuget:?package=TrippyGL.Fonts.Extensions&version=1.2.1 // Install TrippyGL.Fonts.Extensions as a Cake Tool #tool nuget:?package=TrippyGL.Fonts.Extensions&version=1.2.1
TrippyGL
A simple and lightweight, yet highly versatile OpenGL graphics library built on top of Silk.NET.
TrippyGL is built for .NET 6.0!
Targets OpenGL 3.3 and up.
The TrippyGL.ImageSharp project provides integration with ImageSharp for easy texture loading and saving.
For windowing and input, the Silk.NET.Windowing and Silk.NET.Input packages can be used.
Getting Started
The wiki contains explanatory articles and guides to help you get started! I recommend first reading Getting Started: Opening a Window. After that, if you're after drawing textures check out Getting Started: Drawing a Texture. Or if you're after drawing triangles, check out Hello Triangle: The easy way.
Need Help?
Feel free to come ask questions over at the TrippyGL Discord server!
Gallery
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- TrippyGL (>= 1.2.1)
- TrippyGL.Fonts (>= 1.2.1)
- TrippyGL.ImageSharp (>= 1.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changelog from 1.2.0:
- Upgraded all dependencies