![]() |
VOOZH | about |
dotnet add package Rayo.Rendering.Vulkan --version 0.1.8
NuGet\Install-Package Rayo.Rendering.Vulkan -Version 0.1.8
<PackageReference Include="Rayo.Rendering.Vulkan" Version="0.1.8" />
<PackageVersion Include="Rayo.Rendering.Vulkan" Version="0.1.8" />Directory.Packages.props
<PackageReference Include="Rayo.Rendering.Vulkan" />Project file
paket add Rayo.Rendering.Vulkan --version 0.1.8
#r "nuget: Rayo.Rendering.Vulkan, 0.1.8"
#:package Rayo.Rendering.Vulkan@0.1.8
#addin nuget:?package=Rayo.Rendering.Vulkan&version=0.1.8Install as a Cake Addin
#tool nuget:?package=Rayo.Rendering.Vulkan&version=0.1.8Install as a Cake Tool
Rayo is a declarative, retained-mode UI library for .NET 10.
It is designed for building desktop and cross-platform UI with a code-first model, a retained visual tree, a styling system, and multiple rendering backends.
VisualElement propertiesRayo.Rendering.OpenGLRayo.Rendering.SkiaSharpRayo.Rendering.VulkanThe repository currently publishes these NuGet packages together:
RayoRayo.FluentApiGeneratorRayo.Hosting.AbstractionsRayo.Hosting.AndroidRayo.Hosting.DesktopRayo.RenderingRayo.Rendering.OpenGLRayo.Rendering.SkiaSharpRayo.Rendering.VulkanAll packages in the release set are versioned together from the same Git tag.
using Rayo.Controls;
using Rayo.Layout;
var page =
new VStack()
.Spacing(12)
.Padding(24)
.Children(
new Label()
.Text("Hello from Rayo")
.FontSize(24),
new Button()
.Text("Click Me")
.Height(40)
);
Restore and build the main library with the repository NuGet configuration:
dotnet restore Rayo/Rayo.csproj --configfile NuGet.Config
dotnet build Rayo/Rayo.csproj --no-restore
The solution file references missing projects in this environment, so direct project builds are the supported path.
The repository includes sample applications such as:
GalleryFluentExamplesStyleDemoOpenGLViewVulkanViewCrossPlatformAppRayo is distributed under the MIT License.
See for the full text.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.