You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cardboard is a general-purpose modding library to simplify mod development, inspired by [Utilla](https://github.com/legoandmars/Utilla) and [HoneyLib](https://github.com/BzzzThe18th/HoneyLib).
3
+
This is a port of [Cardboard](https://github.com/sirkingbinx/cardboard) to work with Capuchin V2.
4
+
5
+
Cardboard comes with a pretty cool featureset, including:
6
+
-**Modded Lobby Handling**: Cardboard has delegates for joining and leaving modded lobbies simular to [Newtilla](https://github.com/Loafiat/Newtilla).
7
+
-**Asset Loading**: Cardboard includes an asset loading class that will load resources for you.
8
+
-**Patching**: Cardboard can handle Harmony Patching to reduce the size of your assemblies.
9
+
-**Input Handling**: Cardboard can handle input from the controllers including pressing on the joystick.
10
+
11
+
For the full list of features, [see the documentation](https://github.com/CapuchinModding/CB_Cardboard/blob/master/DOCS.md).
12
+
13
+
## Installation
14
+
You can download [the latest release here](https://github.com/CapuchinModding/CB_Cardboard/releases/latest).
0 commit comments