Skip to content

Instantly share code, notes, and snippets.

View VaclavElias's full-sized avatar
🎯
Focusing

Vaclav Elias VaclavElias

🎯
Focusing
View GitHub Profile
@w0wca7a
w0wca7a / GalaxyCreator.cs
Last active March 27, 2025 00:37
[WIP] Random galaxies creation in Stride Game Engine. For use, drag and drop script to scene entities list. Add one or more materials to materials list, otherwise generator will be ignored.
// Copyright (c) Stride contributors (https://stride3d.net).
// Distributed under the MIT license.
using System;
using System.Collections.Generic;
using Stride.Core.Mathematics;
using Stride.Engine;
using Stride.Core;
using Stride.Rendering;
using Stride.Core.Annotations;