Rayo.Rendering.OpenGL 0.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rayo.Rendering.OpenGL --version 0.1.6
                    
NuGet\Install-Package Rayo.Rendering.OpenGL -Version 0.1.6
                    
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="Rayo.Rendering.OpenGL" Version="0.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rayo.Rendering.OpenGL" Version="0.1.6" />
                    
Directory.Packages.props
<PackageReference Include="Rayo.Rendering.OpenGL" />
                    
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 Rayo.Rendering.OpenGL --version 0.1.6
                    
#r "nuget: Rayo.Rendering.OpenGL, 0.1.6"
                    
#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 Rayo.Rendering.OpenGL@0.1.6
                    
#: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=Rayo.Rendering.OpenGL&version=0.1.6
                    
Install as a Cake Addin
#tool nuget:?package=Rayo.Rendering.OpenGL&version=0.1.6
                    
Install as a Cake Tool

Rayo

Rayo is a declarative, retained-mode UI library for .NET 10 built on Silk.NET.

NuGet packages

The repository is prepared to publish these packages together:

  • Rayo
  • Rayo.Hosting.Abstractions
  • Rayo.Hosting.Android
  • Rayo.Hosting.Desktop
  • Rayo.Rendering
  • Rayo.Rendering.OpenGL
  • Rayo.Rendering.SkiaSharp
  • Rayo.Rendering.Vulkan
  • Rayo.DevTool.Shared

These packages have project-to-project dependencies between them, so releases should publish the full set from the same version tag.

Local packaging

To build the main library locally:

dotnet restore Rayo/Rayo.csproj --configfile NuGet.Config
dotnet build Rayo/Rayo.csproj --no-restore

To create local NuGet packages with a specific version:

dotnet restore Rayo/Rayo.csproj --configfile NuGet.Config
dotnet pack Rayo.Rendering/Rayo.Rendering.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Rendering.OpenGL/Rayo.Rendering.OpenGL.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Rendering.SkiaSharp/Rayo.Rendering.SkiaSharp.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Rendering.Vulkan/Rayo.Rendering.Vulkan.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Hosting.Abstractions/Rayo.Hosting.Abstractions.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.DevTool.Shared/Rayo.DevTool.Shared.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo/Rayo.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Hosting.Desktop/Rayo.Hosting.Desktop.csproj -c Release --no-restore -p:PackageVersion=0.1.0
dotnet pack Rayo.Hosting.Android/Rayo.Hosting.Android.csproj -c Release --no-restore -p:PackageVersion=0.1.0

Automated publishing

This repository includes two GitHub Actions workflows:

  • ci.yml: validates build and package generation on pushes and pull requests.
  • publish-nuget.yml: publishes the NuGet packages when a tag like v0.1.0 is pushed.

The publish workflow is designed for NuGet Trusted Publishing with GitHub Actions OIDC. The workflows also install the Android workload because Rayo.Hosting.Android is part of the release set.

Required GitHub and NuGet setup

  1. Create a release environment in GitHub if you want protected approvals before publishing.
  2. In nuget.org, configure Trusted Publishing for this repository and the publish-nuget.yml workflow file.
  3. Add the repository secret NUGET_USER with your nuget.org username or organization profile name.
  4. Push a tag in the form vX.Y.Z to publish that version.

Example:

git tag v0.1.0
git push origin v0.1.0
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.8 97 5/8/2026
0.1.7 85 5/6/2026
0.1.6 84 5/6/2026