Skip to content
View olivegamestudio's full-sized avatar

Sponsoring

@MonoGame

Highlights

  • Pro

Block or report olivegamestudio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FluentLoggerExtensions FluentLoggerExtensions Public

    Fluent extensions for Microsoft.Extensions.Logging that capture caller file/member/line info and prepend it to structured log messages.

    C#

  2. GrainFramework GrainFramework Public

    Lightweight grain/actor interfaces for tick-driven simulations with typed messages, outputs, and persistence hooks.

    C#

  3. GameMessenger GameMessenger Public

    Lightweight, strongly typed pub/sub messenger for .NET game loops with immediate or end-of-frame (queued) delivery.

    C#

  4. OliveStudio.MissingAttributes OliveStudio.MissingAttributes Public

    A C# library providing compiler polyfills for modern language features in .NET Framework and .NET Standard. This library enables you to use the latest C# language features like records, init proper…

    C#

  5. OliveStudio.Toolkit OliveStudio.Toolkit Public

    A C# MVVM toolkit library that extends CommunityToolkit.Mvvm with additional strongly-typed abstractions for building robust MVVM applications.

    C# 1

  6. OliveStudio.Guard OliveStudio.Guard Public

    A C# library providing guard clauses for validating method arguments and preconditions. Guard clauses help you fail fast by validating inputs at the beginning of methods, making your code more robu…

    C#