TrippyGL.Fonts
1.2.1
dotnet add package TrippyGL.Fonts --version 1.2.1
NuGet\Install-Package TrippyGL.Fonts -Version 1.2.1
<PackageReference Include="TrippyGL.Fonts" Version="1.2.1" />
paket add TrippyGL.Fonts --version 1.2.1
#r "nuget: TrippyGL.Fonts, 1.2.1"
// Install TrippyGL.Fonts as a Cake Addin #addin nuget:?package=TrippyGL.Fonts&version=1.2.1 // Install TrippyGL.Fonts as a Cake Tool #tool nuget:?package=TrippyGL.Fonts&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
- SixLabors.ImageSharp (>= 3.1.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TrippyGL.Fonts:
Package | Downloads |
---|---|
TrippyGL.Fonts.Building
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 SixLabors.Fonts library for the TrippyGL.Fonts package, allowing the creation of TrippyGL fonts from common font file formats, such as as TrueType. |
|
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
This package is not used by any popular GitHub repositories.
Changelog from 1.2.0:
- Upgraded all dependencies