Welcome to cLib Wiki
The complete documentation for cLib, the utility library for Garry's Mod addon development. Colors, fonts, VGUI components, MySQL, networking and much more.
Categories
Getting Started
Introduction and installation guides
Core Systems
File loading, colors, fonts, materials, and scaling
Networking
Network messages with compression and rate limiting
Database
MySQL integration with MySQLOO
Debug System
Logging, file output, and debugging tools
Internationalization
Multi-language support (i18n)
Animation System
Smooth animations with easing functions
VGUI - Basic
Basic UI components: Frame, Button, Label
VGUI - Input
Input components: TextEntry, Checkbox, ComboBox, Toggle
VGUI - Containers
Container components: ScrollPanel, TabPanel, Accordion
VGUI - Advanced
Advanced components: Modal, ContextMenu, Card, ColorPicker
Utilities
Helper functions and utilities
Examples
Complete addon examples and best practices