Skip to main content
HelloKitty avatar

HelloKitty

NuGet publisher profile

Packages
161
Total Downloads
18.5M
18,501,165

Packages (161)

Iconic.Zlib.Netstandard package icon

Iconic.Zlib.Netstandard

A .NETStandard port of Iconic.Zlib from DotNetZip project.

6.8M
downloads
Fasterflect.Netstandard package icon

Fasterflect.Netstandard

A port of Fasterflect to Netstandard.

2.5M
downloads
FreecraftCore.Serializer.Metadata package icon

FreecraftCore.Serializer.Metadata

Metadata/Attribute library for the FreecraftCore.Serializer. This library provides the attributes required to markup DTOs.

559.4K
downloads
Generic.Math package icon

Generic.Math

.NETStandard subset fork of Jon Skeet's Miscutil generic Operator. Uses lazy compiled lambdas to avoid exceptions encountered with MiscUtil.

528.9K
downloads
Glader.Essentials.Common package icon

Glader.Essentials.Common

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Event library has helpful event patterns and types.

378.4K
downloads
FreecraftCore.Serializer.Stream package icon

FreecraftCore.Serializer.Stream

Stream library for the FreecraftCore.Serializer. Provides the concrete stream implementation, extensions and abstract Types to implement your own FreecraftCore compatible streams.

320.9K
downloads
FreecraftCore.API.Common package icon

FreecraftCore.API.Common

Package Description

282.9K
downloads
Reinterpret.Net package icon

Reinterpret.Net

Provides high-performance Reinterpret_Cast style extension methods for primitives, primitive arrays and strings. Allows you to convert from bytes or to bytes faster than any thing in .NET through a generic API. Fastest and most generic conversions to and from bytes.

266.5K
downloads
FreecraftCore.Serializer.API package icon

FreecraftCore.Serializer.API

API library for the FreecraftCore.Serializer. Provide interface/service/contracts for the serialization service. Include this project to reference the serializer's interfaces. This way you can avoid the hard dependencies the serializer includes.

249.5K
downloads
FreecraftCore.Serializer package icon

FreecraftCore.Serializer

Metadata based serializer for World of Warcraft packets. Design inspired from Blizzard's JAM and Marc Gravell's Protobuf-Net. Uses attributes to annotate DTOs that are made serializable according to the Blizzard JAM packet protocol. Can be extended for use outside of World of Warcraft too!

247.7K
downloads
FreecraftCore.API.Data package icon

FreecraftCore.API.Data

Package Description

218.5K
downloads
GladNet3.Common.API package icon

GladNet3.Common.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

215.8K
downloads
FreecraftCore.Packet.Common package icon

FreecraftCore.Packet.Common

Package Description

209.3K
downloads
FreecraftCore.Crypto.BigInteger package icon

FreecraftCore.Crypto.BigInteger

Package Description

189.6K
downloads
Glader.Essentials.Events package icon

Glader.Essentials.Events

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Event library has helpful event patterns and types.

179.0K
downloads
Glader.Essentials.ECS package icon

Glader.Essentials.ECS

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The ECS library has basic Entity Component System Types.

178.9K
downloads
Glader.Essentials.Models package icon

Glader.Essentials.Models

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has common data model types, response patterns and request patterns.

170.8K
downloads
Glader.Essentials.GameFramework package icon

Glader.Essentials.GameFramework

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The GameFramework contains a simplistic mini-Game Engine API.

162.3K
downloads
Glader.Essentials.Unity package icon

Glader.Essentials.Unity

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

148.1K
downloads
GGDBF.Common package icon

GGDBF.Common

Package Description

147.3K
downloads
FreecraftCore.Server.Database.Common package icon

FreecraftCore.Server.Database.Common

Package Description

140.8K
downloads
Glader.Essentials.EventBus package icon

Glader.Essentials.EventBus

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Event library has helpful event patterns and types.

136.9K
downloads
Glader.Essentials.Refit package icon

Glader.Essentials.Refit

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

133.9K
downloads
GladNet3.Serializer.API package icon

GladNet3.Serializer.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) serializer API library. Install this package if you need to implement adapters for the serializer to be used in the GladNet3 networking.

130.9K
downloads
Glader.Essentials.UI package icon

Glader.Essentials.UI

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

128.3K
downloads
FreecraftCore.Packet.Game package icon

FreecraftCore.Packet.Game

Package Description

118.8K
downloads
Glader.Essentials.ASP package icon

Glader.Essentials.ASP

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The ASP library has helpful ASP Core related Controllers and types.

114.4K
downloads
Glader.Essentials.MessageHandler package icon

Glader.Essentials.MessageHandler

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Message Handler library provides an API for handling messages with a context.

114.1K
downloads
FreecraftCore.Server.Database.Authentication package icon

FreecraftCore.Server.Database.Authentication

Package Description

111.5K
downloads
FreecraftCore.Crypto.Common package icon

FreecraftCore.Crypto.Common

Package Description

108.5K
downloads
FreecraftCore.Packet.Auth package icon

FreecraftCore.Packet.Auth

Package Description

105.3K
downloads
FreecraftCore.Packet.Game.Stubs package icon

FreecraftCore.Packet.Game.Stubs

Package Description

92.0K
downloads
SceneJect.Common package icon

SceneJect.Common

SceneJect is a Unity3D scene-based dependency injection library that relies on third party IoC container libraries.

90.7K
downloads
FreecraftCore.Packet.Game.1_12_1 package icon

FreecraftCore.Packet.Game.1_12_1

Package Description

90.5K
downloads
Glader.Essentials.Database package icon

Glader.Essentials.Database

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Database library has helpful database patterns and types.

89.5K
downloads
SceneJect.Metadata package icon

SceneJect.Metadata

SceneJect is a Unity3D scene-based dependency injection library that relies on third party IoC container libraries.

88.9K
downloads
GladNet3.Crypto.API package icon

GladNet3.Crypto.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) crypto API. Install this package if you need to implement a cryptographic implementation to be used in the GladNet3 networking.

87.7K
downloads
Glader.Essentials.Unity.Editor package icon

Glader.Essentials.Unity.Editor

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

79.1K
downloads
Unitysync.Async package icon

Unitysync.Async

Unitysync.Async is a library of extension methods that lets you preform async continuations on Task/Task<T> Types. Allowing you to non-blockingly call async methods on the Unity3D main thread and continue on the Unity3D main thread when the Task/Task<T> is completed.

79.1K
downloads
Glader.Essentials.GUID package icon

Glader.Essentials.GUID

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The GUID library contains a WoW-like encoded GUID API and Type.

78.5K
downloads
GladNet3.Handler.API package icon

GladNet3.Handler.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) handler API. Install this if you want to create message handlers that can handle GladNet3 messages.

75.0K
downloads
GladNet3.Serializer.FreecraftCore package icon

GladNet3.Serializer.FreecraftCore

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) FreecratCore.Serializer implementation of the GladNet.Serializer.API.

68.5K
downloads
Booma.API.Common package icon

Booma.API.Common

Booma is a collection of libraries that provide an API for Phantasy Star Online emulation.

65.0K
downloads
GladNet3.Client.API package icon

GladNet3.Client.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) client API. This library contains the API contracts, interfaces and Types required to implement a concrete network client for GladNet3.

63.3K
downloads
TypeSafe.Http.Net.Metadata package icon

TypeSafe.Http.Net.Metadata

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library contains the metadata/attributes/annotations that will be used to mark up service interfaces to indicate how they should function. For example [Post("/api/test")] and much more. See the documentation in the Github repository to understand how to prepare and interface type for use.

61.3K
downloads
Reflect.Extent package icon

Reflect.Extent

Package Description

59.3K
downloads
GGDBF.DataSource.Http package icon

GGDBF.DataSource.Http

Package Description

58.6K
downloads
TypeSafe.Http.Net.Api package icon

TypeSafe.Http.Net.Api

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. The API library consists exclusively of the interfaces that represent the API of the library. This library contains no functional classes and no functionality and should only really be used if you want to implement custom serializers or clients.

56.3K
downloads
Booma.Packet.Common package icon

Booma.Packet.Common

Booma is a collection of libraries that provide an API for Phantasy Star Online emulation.

55.7K
downloads
GGDBF.Compiler package icon

GGDBF.Compiler

Package Description

53.6K
downloads
GladNet.API package icon

GladNet.API

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

52.9K
downloads
GGDBF.DataSource.EntityFramework package icon

GGDBF.DataSource.EntityFramework

Package Description

46.6K
downloads
GGDBF.DataSource.Http.Server.ASP package icon

GGDBF.DataSource.Http.Server.ASP

Package Description

45.6K
downloads
GGDBF.Generator package icon

GGDBF.Generator

Package Description

44.6K
downloads
Glader.Essentials.SourceGenerator package icon

Glader.Essentials.SourceGenerator

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

44.4K
downloads
GGDBF.Serializer.ProtobufNet package icon

GGDBF.Serializer.ProtobufNet

Package Description

44.4K
downloads
GladNet3.Client.DotNetTcpClient package icon

GladNet3.Client.DotNetTcpClient

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

43.4K
downloads
FreecraftCore.Serializer.Compiler package icon

FreecraftCore.Serializer.Compiler

Metadata based serializer for World of Warcraft packets. Design inspired from Blizzard's JAM and Marc Gravell's Protobuf-Net. Uses attributes to annotate DTOs that are made serializable according to the Blizzard JAM packet protocol. Can be extended for use outside of World of Warcraft too!

42.3K
downloads
Glader.ASP.RPG.Common package icon

Glader.ASP.RPG.Common

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

42.1K
downloads
TypeSafe.Http.Net.HttpClient package icon

TypeSafe.Http.Net.HttpClient

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library is an implementation of the IRestServiceProxy which can be registered using RegisterDotNetHttpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilizing the .NET HttpClient for its service.

40.4K
downloads
FreecraftCore.API.Common.Entity.Identity package icon

FreecraftCore.API.Common.Entity.Identity

Package Description

39.2K
downloads
FreecraftCore.API.GDBC package icon

FreecraftCore.API.GDBC

Package Description

38.5K
downloads
Booma.Packet.Game package icon

Booma.Packet.Game

Booma is a collection of libraries that provide an API for Phantasy Star Online emulation.

36.9K
downloads
GladNet3.Serializer.ProtobufNet package icon

GladNet3.Serializer.ProtobufNet

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) Protobuf-Net implementation of the GladNet.Serializer.API.

36.4K
downloads
Booma.Packet.Patch package icon

Booma.Packet.Patch

Booma is a collection of libraries that provide an API for Phantasy Star Online emulation.

36.3K
downloads
Booma.Crypto.Common package icon

Booma.Crypto.Common

Booma is a collection of libraries that provide an API for Phantasy Star Online emulation.

36.3K
downloads
Glader.ASP.RPG.Models package icon

Glader.ASP.RPG.Models

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

34.7K
downloads
Glader.ASP.Authentication.Models package icon

Glader.ASP.Authentication.Models

Glader.ASP.Authentication is a basic OAuth/Identity/JWT library for simple Authentication needs. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple authentication and authorization.

34.3K
downloads
Glader.ASP.RPG.Server package icon

Glader.ASP.RPG.Server

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

30.8K
downloads
GladNet3.Server.API package icon

GladNet3.Server.API

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) server API library.

30.5K
downloads
Glader.ASP.RPG.Client package icon

Glader.ASP.RPG.Client

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

30.0K
downloads
PokemonGoDesktop.API.Common package icon

PokemonGoDesktop.API.Common

Pokemon Go shared types maintained by HelloKitty on Github.

29.2K
downloads
PokemonGoDesktop.API.Proto package icon

PokemonGoDesktop.API.Proto

Pokemon Go Protobuf classes maintained by HelloKitty on Github.

28.8K
downloads
FreecraftCore.API.Common.Auth package icon

FreecraftCore.API.Common.Auth

Package Description

28.6K
downloads
GladNet3.Server.DotNetTcpServer package icon

GladNet3.Server.DotNetTcpServer

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) server implementation of the .NET TCP Server (TcpListener) for server emulation.

28.5K
downloads
Glader.ASP.RPG.GameData package icon

Glader.ASP.RPG.GameData

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

26.8K
downloads
PokemonGoDesktop.API.Proto.Services package icon

PokemonGoDesktop.API.Proto.Services

Pokemon Go Protobuf extensions and services maintained by HelloKitty on Github.

25.5K
downloads
SceneJect.Editor package icon

SceneJect.Editor

SceneJect is a Unity3D scene-based dependency injection library that relies on third party IoC container libraries.

24.1K
downloads
TypeSafe.Http.Net.Serializer.JsonNET package icon

TypeSafe.Http.Net.Serializer.JsonNET

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library contains a serialization implementation for the Json.NET (newtonsoft) JSON serializer for TypeSafe.Http.Net. To register this serializer with the builder use the RegisterJsonNetSerializer extension.

23.9K
downloads
GladNet.API.Server package icon

GladNet.API.Server

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) server API library.

23.7K
downloads
TypeSafe.Http.Net.Core package icon

TypeSafe.Http.Net.Core

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. The Core library is the library you should include in your project. It conains a partial implementation of the TypeSafe.Http.Net.Api that with Castle.Core's DynamicProxy allows you to create instances of your Service interface that you have annotated with the TypeSafe.Http.Net.Metadata. Most importantly it contains the RestServiceBuilder<TRestServiceInterface> type which can be interfaced with to generate a REST client interface.

23.7K
downloads
FreecraftCore.API.Common.Movement package icon

FreecraftCore.API.Common.Movement

Package Description

22.7K
downloads
Glader.ASP.Authentication.Common.Server package icon

Glader.ASP.Authentication.Common.Server

Glader.ASP.Authentication is a basic OAuth/Identity/JWT library for simple Authentication needs. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple authentication and authorization.

22.4K
downloads
PokemonGoDesktop.API.Client.Services package icon

PokemonGoDesktop.API.Client.Services

Pokemon Go Desktop base client API maintained by HelloKitty on Github.

22.3K
downloads
FreecraftCore.API.Common.Character package icon

FreecraftCore.API.Common.Character

Package Description

21.7K
downloads
FreecraftCore.API.Common.Addon package icon

FreecraftCore.API.Common.Addon

Package Description

21.2K
downloads
FreecraftCore.API.Common.Warden package icon

FreecraftCore.API.Common.Warden

Package Description

20.7K
downloads
MEAKKA.NET package icon

MEAKKA.NET

Strongly-typed message-based Entity Actor AKKA.NET library.

20.1K
downloads
Glader.ASP.RPG.GGDBF package icon

Glader.ASP.RPG.GGDBF

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

19.0K
downloads
GladNet.Server.DotNetTcpServer package icon

GladNet.Server.DotNetTcpServer

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) server implementation of the .NET TCP Server (TcpListener) for server emulation.

17.4K
downloads
Glader.ASP.Authentication.Server package icon

Glader.ASP.Authentication.Server

Glader.ASP.Authentication is a basic OAuth/Identity/JWT library for simple Authentication needs. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple authentication and authorization.

17.3K
downloads
GladNet.API.TCP package icon

GladNet.API.TCP

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

16.6K
downloads
Easyception package icon

Easyception

Easyception is a fluent API for managing exceptions.

16.4K
downloads
Glader.Essentials.Unity.Input package icon

Glader.Essentials.Unity.Input

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Unity.Input library provides services and APIs useful for game input in Unity3D.

15.1K
downloads
Glader.ASP.ServiceDiscovery.Models package icon

Glader.ASP.ServiceDiscovery.Models

Glader.ASP.ServiceDiscovery is a basic library for Service Discovery. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple Service Discovery.

15.0K
downloads
MEAKKA.NET.Autofac package icon

MEAKKA.NET.Autofac

Strongly-typed message-based Entity Actor AKKA.NET library.

14.6K
downloads
TypeSafe.Http.Net.Serializer.ProtobufNet package icon

TypeSafe.Http.Net.Serializer.ProtobufNet

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library contains a serialization implementation for the Protobuf-Net Google Protocol Buffers serializer for TypeSafe.Http.Net. To register this serializer with the builder use the RegisterProtobufNetSerializer extension.

14.2K
downloads
FreecraftCore.API.Common.Core package icon

FreecraftCore.API.Common.Core

Package Description

14.1K
downloads
FreecraftCore.API.Common.Chat package icon

FreecraftCore.API.Common.Chat

Package Description

13.9K
downloads
FreecraftCore.Crypto.SRP6 package icon

FreecraftCore.Crypto.SRP6

Package Description

13.6K
downloads
Glader.Essentials.AutoFac package icon

Glader.Essentials.AutoFac

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The Event library has helpful event patterns and types.

13.5K
downloads
GGDBF.DataSource.File package icon

GGDBF.DataSource.File

Package Description

13.2K
downloads
GGDBF.DataSource.File.Generator package icon

GGDBF.DataSource.File.Generator

Package Description

13.1K
downloads
FreecraftCore.Crypto.RC4 package icon

FreecraftCore.Crypto.RC4

Package Description

13.0K
downloads
Glader.ASP.ServiceDiscovery.Client package icon

Glader.ASP.ServiceDiscovery.Client

Glader.ASP.ServiceDiscovery is a basic library for Service Discovery. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple Service Discovery.

12.4K
downloads
GladNet.Client.DotNetTcpClient package icon

GladNet.Client.DotNetTcpClient

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

12.1K
downloads
Glader.Essentials.Unity.WebGLHTTP package icon

Glader.Essentials.Unity.WebGLHTTP

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.

11.8K
downloads
GladNet3.Client.Unity3D package icon

GladNet3.Client.Unity3D

GladNet3's (Glader's Library for Advanced Development of Network Emulation Technologies) Unity3D client implementation. (Inherit from BaseUnityNetworkClient)

11.0K
downloads
FreecraftCore.Crypto.Packet package icon

FreecraftCore.Crypto.Packet

Package Description

10.8K
downloads
GladNet.API.AutoFac package icon

GladNet.API.AutoFac

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) server API library.

10.3K
downloads
Glader.ASP.ServiceDiscovery.Server package icon

Glader.ASP.ServiceDiscovery.Server

Glader.ASP.ServiceDiscovery is a basic library for Service Discovery. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple Service Discovery.

9.9K
downloads
Glader.ASP.Authentication.Client package icon

Glader.ASP.Authentication.Client

Glader.ASP.Authentication is a basic OAuth/Identity/JWT library for simple Authentication needs. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple authentication and authorization.

9.6K
downloads
TypeSafe.Http.Net.Serializer.DotNetXml package icon

TypeSafe.Http.Net.Serializer.DotNetXml

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library contains a serialization implementation for the .NET Framework's XmlSerializer for TypeSafe.Http.Net. To register this serializer with the builder use the RegisterDotNetXmlSerializer extension.

9.0K
downloads
FreecraftCore.Handlers.Authentication.Server package icon

FreecraftCore.Handlers.Authentication.Server

Package Description

8.9K
downloads
FreecraftCore.Handlers.Authentication.Client package icon

FreecraftCore.Handlers.Authentication.Client

Package Description

8.5K
downloads
FreecraftCore.Network.Routing package icon

FreecraftCore.Network.Routing

Package Description

8.2K
downloads
FreecraftCore.Crypto.Stream package icon

FreecraftCore.Crypto.Stream

Package Description

8.0K
downloads
FreecraftCore.Network.Common package icon

FreecraftCore.Network.Common

Package Description

7.9K
downloads
FreecraftCore.Crypto.Session package icon

FreecraftCore.Crypto.Session

Package Description

7.7K
downloads
SceneJect.Autofac package icon

SceneJect.Autofac

AutoFac implementation for SceneJect.

7.2K
downloads
GladNet.API.WebSocket package icon

GladNet.API.WebSocket

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

7.0K
downloads
TypeSafe.Http.Net.RestSharp package icon

TypeSafe.Http.Net.RestSharp

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library is an implementation of the IRestServiceProxy which can be registered using RegisterRestSharpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilize a RestSharp HTTP client for its service.

6.9K
downloads
GladNet.API.Client package icon

GladNet.API.Client

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) server API library.

6.0K
downloads
Glader.ASP.GameConfig.Models package icon

Glader.ASP.GameConfig.Models

Glader.ASP.GameConfig is an ASP Core, EntityFramework, Refit-based and JSON-based Game Configuration service library.

5.8K
downloads
Glader.ASP.RPG.Character.Models package icon

Glader.ASP.RPG.Character.Models

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

5.8K
downloads
GladNet3.Proxy.Common package icon

GladNet3.Proxy.Common

GladNet3 common library for implementing a GladNet-based proxy application.

5.7K
downloads
Glader.ASP.GameConfig.Client package icon

Glader.ASP.GameConfig.Client

Glader.ASP.GameConfig is an ASP Core, EntityFramework, Refit-based and JSON-based Game Configuration service library.

4.9K
downloads
Glader.ASP.RPG.Character.Client package icon

Glader.ASP.RPG.Character.Client

Glader.ASP.RPG is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game library.

4.8K
downloads
GladNet.API.WebSocket.DotNetWebSocket package icon

GladNet.API.WebSocket.DotNetWebSocket

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

4.4K
downloads
Net35Essentials package icon

Net35Essentials

Description

4.4K
downloads
Glader.ASP.GameConfig.Server package icon

Glader.ASP.GameConfig.Server

Glader.ASP.GameConfig is an ASP Core, EntityFramework, Refit-based and JSON-based Game Configuration service library.

4.3K
downloads
GladBehaviour.Tree package icon

GladBehaviour.Tree

GladBehavior.Tree is a C#/.NET Behavior Tree (BT) implementation that supports generic contexts/agents.

4.2K
downloads
GladNet.Server.DotNetWebSocketServer package icon

GladNet.Server.DotNetWebSocketServer

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) server implementation of the .NET TCP Server (TcpListener) for server emulation.

4.2K
downloads
Glader.ASP.NameQuery.Models package icon

Glader.ASP.NameQuery.Models

Glader.ASP.NameQuery is an ASP Core, EntityFramework, Refit-based and JSON-based NameQuery library.

4.0K
downloads
FreecraftCore.Serializer.Stream.Default package icon

FreecraftCore.Serializer.Stream.Default

Package Description

3.7K
downloads
Glader.ASP.NameQuery.Client package icon

Glader.ASP.NameQuery.Client

Glader.ASP.NameQuery is an ASP Core, EntityFramework, Refit-based and JSON-based NameQuery library.

3.4K
downloads
Glader.ASP.ServiceDiscovery.Client.Autofac package icon

Glader.ASP.ServiceDiscovery.Client.Autofac

Glader.ASP.ServiceDiscovery is a basic library for Service Discovery. Provides a quality Refit HTTP client interface as well as Entity Framework Core Database, Repository and ASP Controller for doing simple Service Discovery.

3.4K
downloads
Consul.Net.API package icon

Consul.Net.API

Consul.NET is a .NET implementation of the www.consul.io API. This library contains the service interfaces and JSON models. Include this library to reference the Consul services. (Ex. IConsulCatalogServiceHttpApiService). If you need to run the client see the *.Client implementations. Built on top of TypeSafe.Http.Net, the automatic typesafe HTTP/REST library, it allows for many HTTP client implementations.

3.2K
downloads
Glarduino.Core package icon

Glarduino.Core

Glarduino is an asynchronous communication library for .NET/C# Serial Ports and Arduino.

2.9K
downloads
GGDBF.DataSource.Unity.Addressables package icon

GGDBF.DataSource.Unity.Addressables

Package Description

2.8K
downloads
FreecraftCore.Serializer.Metadata.Internal package icon

FreecraftCore.Serializer.Metadata.Internal

Package Description

2.8K
downloads
Glader.ASP.NameQuery.Server package icon

Glader.ASP.NameQuery.Server

Glader.ASP.NameQuery is an ASP Core, EntityFramework, Refit-based and JSON-based NameQuery library.

2.8K
downloads
FreecraftCore.Serializer.Compression package icon

FreecraftCore.Serializer.Compression

Package Description

2.6K
downloads
FreecraftCore.Serializer.KnownTypes.Special package icon

FreecraftCore.Serializer.KnownTypes.Special

Package Description

2.6K
downloads
FreecraftCore.Serializer.KnownTypes.Primitives package icon

FreecraftCore.Serializer.KnownTypes.Primitives

Package Description

2.5K
downloads
FreecraftCore.Serializer.API.Service package icon

FreecraftCore.Serializer.API.Service

Package Description

2.5K
downloads
Consul.Net.Client.DotNetHttpClient package icon

Consul.Net.Client.DotNetHttpClient

Consul.NET is a .NET implementation of the www.consul.io API. This library contains the .NET HttpClient client implementation for the IConsul<T> service. Include this library to build a working client that can make service calls to the Consul API. Built on top of TypeSafe.Http.Net, the automatic typesafe HTTP/REST library, it allows for many HTTP client implementations. This is just the .NET/DotNet HttpClient implementation. Many more can be implemented, even custom properitary ones.

2.4K
downloads
FreecraftCore.Serializer.KnownTypes.Decorators package icon

FreecraftCore.Serializer.KnownTypes.Decorators

Package Description

2.4K
downloads
FreecraftCore.Serializer.Core package icon

FreecraftCore.Serializer.Core

Package Description

2.4K
downloads
Glarduino.Unity package icon

Glarduino.Unity

Glarduino is an asynchronous communication library for .NET/C# Serial Ports and Arduino.

2.4K
downloads
Glader.ASP.RPGCharacter.Models package icon

Glader.ASP.RPGCharacter.Models

Glader.ASP.RPGCharacter is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game Character library.

2.0K
downloads
Glader.ASP.Vivox.Models package icon

Glader.ASP.Vivox.Models

Glader.ASP.Vivox is an ASP Core, EntityFramework, Refit-based and JSON-based Vivox library.

2.0K
downloads
GladNet.API.WebSocket.UnityWebGL package icon

GladNet.API.WebSocket.UnityWebGL

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

1.9K
downloads
Uniful package icon

Uniful

Uniful is a collection of useful Unity3D Types and Components.

1.9K
downloads
Glader.ASP.RPGCharacter.Client package icon

Glader.ASP.RPGCharacter.Client

Glader.ASP.RPGCharacter is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game Character library.

1.7K
downloads
Glader.ASP.Vivox.Server package icon

Glader.ASP.Vivox.Server

Glader.ASP.Vivox is an ASP Core, EntityFramework, Refit-based and JSON-based Vivox library.

1.5K
downloads
Glader.ASP.RPGCharacter.Server package icon

Glader.ASP.RPGCharacter.Server

Glader.ASP.RPGCharacter is an ASP Core, EntityFramework, Refit-based and JSON-based Role-playing Game Character library.

1.4K
downloads
Glader.ASP.Vivox.Client package icon

Glader.ASP.Vivox.Client

Glader.ASP.Vivox is an ASP Core, EntityFramework, Refit-based and JSON-based Vivox library.

1.3K
downloads
Glader.ASP.NameQuery.Client.Autofac package icon

Glader.ASP.NameQuery.Client.Autofac

Glader.ASP.NameQuery is an ASP Core, EntityFramework, Refit-based and JSON-based NameQuery library.

1.2K
downloads
GGDBF.DataSource.Unity.Resources package icon

GGDBF.DataSource.Unity.Resources

Package Description

450
downloads
GladNet.API.Client.WebSocket package icon

GladNet.API.Client.WebSocket

GladNet (Glader's Library for Advanced Development of Network Emulation Technologies) common API library that provides shared API for both client and server.

284
downloads