Skip to content

Instantly share code, notes, and snippets.

@westonsoftware
westonsoftware / StartScript.cs
Last active September 3, 2026 12:53
Stride 3D rendered into Avalonia
using System;
using Stride.Core.Mathematics;
using Stride.Engine;
using Stride.Rendering;
using Stride.Graphics;
using System.IO;
namespace InfinityGame
{
public class StartScript : SyncScript