-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibraries.json
More file actions
65 lines (65 loc) · 2.23 KB
/
libraries.json
File metadata and controls
65 lines (65 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"logo": "https://i.imgur.com/oF9L3p4.png",
"title": "MLAPI",
"description": "A game networking framework built for the Unity Engine to abstract game networking concepts. Built for both high level and low level access.",
"author": "Albin Corén",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/MidLevel/MLAPI/"
},
{
"logo": "https://pre00.deviantart.net/2a7d/th/pre/i/2017/117/1/a/unity_logo_by_sayence-db7crrv.png",
"title": "HLAPI",
"description": "The Unity Networking extension DLL is the open source component of the Unity Multiplayer Networking system.",
"author": "Unity Technologies",
"price": 0.00,
"license": "MIT",
"href": "https://bitbucket.org/Unity-Technologies/networking/"
},
{
"logo": "https://i.imgur.com/bvgxA0X.png",
"title": "Mirror",
"description": "High Level Networking API for Unity, optimized for ease of use and probability of success.",
"author": "vis2k, Paul",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/vis2k/Mirror"
},
{
"logo": "https://i.imgur.com/ytg1nw5.png",
"title": "NetStack",
"description": "Lightweight toolset for creating concurrent networking systems for multiplayer games.",
"author": "nxrighthere",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/nxrighthere/NetStack/"
},
{
"logo": "https://i.imgur.com/X8xKsVA.png",
"title": "BenchmarkNet",
"description": "BenchmarkNet is a console application for testing the reliable UDP networking solutions.",
"author": "nxrighthere",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/nxrighthere/BenchmarkNet/"
},
{
"logo": null,
"title": "ValveSockets-CSharp",
"description": "Managed C# wrapper for GameNetworkingSockets library by Valve Software .",
"author": "nxrighthere",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/nxrighthere/ValveSockets-CSharp/"
},
{
"logo": null,
"title": "ENet-CSharp",
"description": "Reliable UDP networking library extended for the .NET environment.",
"author": "nxrighthere",
"price": 0.00,
"license": "MIT",
"href": "https://github.com/nxrighthere/ENet-CSharp/"
}
]