Skip to content

Instantly share code, notes, and snippets.

View slimshader's full-sized avatar

slimshader

View GitHub Profile
@slimshader
slimshader / AtomList.cs
Created October 3, 2023 12:54
List for UniMob
using Collections.Pooled;
using System;
using System.Collections;
using System.Collections.Generic;
using UniMob;
namespace AtomEx
{
public sealed class AtomList<T> : IList<T>, IReadOnlyList<T>
{
{
"asset": {
"version": "2.0"
},
"scenes": [
{
"nodes": [0]
}
],
"nodes": [
@slimshader
slimshader / StrideCode.cs
Created July 19, 2022 06:24
Taking .NET game development in Stride Code first demo
using Stride.Core.Mathematics;
using Stride.Engine;
using Stride.GameDefaults.ProceduralModels;
using Stride.GameDefaults.Extensions;
using Stride.Physics;
using Stride.Input;
using (var game = new Game())
{
game.Run(start: Start);
@slimshader
slimshader / zalpp.txt
Last active January 20, 2019 18:46
Zaliczenie PP
Zaliczenie Podstawy Programowania
Prosty program graficzny
Program umożliwia wyświetlanie w konsoli dowolnej ilości prostokątów i trójkątów w określonych pozycjach i określonych kolorach.
Po uruchomieniu programu wyświetla się menu użytkownika:
1. Dodaj Prostokąt
2. Dodaj Trójkąt