Libraries
Tabletop Simulator Specific Libraries
Libraries specifically written for Tabletop Simulator modding.
| Library | Description |
|---|---|
| Decker | Dynamically create/spawn decks (and cards) with minimal fuss. |
| ge_tts | A framework for building TTS mods, and accompanying utilities. |
| RobMayer TTSLibrary | A collection of 3D Objects and images for TTS modding. |
Compatible Lua Libraries
General purpose Lua libraries which are known to be compatible with Tabletop Simulator.
| Library | Description |
|---|---|
| Serpent | Lua serializer and pretty printer. |
External Libraries
Libraries which may be useful for building companion tooling that runs outside Tabletop Simulator to help improve the general modding experience.
| Library | Description |
|---|---|
| luabundle | Library for bundling Lua (require() support). Used by the official Atom plugin. |