Skip to content

Instantly share code, notes, and snippets.

View westonsoftware's full-sized avatar

Andy Weston westonsoftware

View GitHub Profile
@westonsoftware
westonsoftware / StartScript.cs
Last active April 11, 2024 16:13
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