Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit ad5d3b6

Browse files
authored
Create README.md
1 parent 93b8abd commit ad5d3b6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CB_Cardboard
2+
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

Comments
 (0)