C
cLib Wiki
No results found
Steam Login
Getting Started
Core Systems
File Loading System Color System Font System Material System Scaling System
Networking
Database
Debug System
Internationalization
Animation System
VGUI - Basic
VGUI - Input
VGUI - Containers
VGUI - Advanced
Utilities
Examples
  1. Inicio
  2. /
  3. Core Systems

Core Systems

File loading, colors, fonts, materials, and scaling

File Loading System

# File Loading System cLib provides a smart file loading system that automatically handles client/server file inclusion based on file prefixes. ## F...

Color System

# Color System Centralized color management for consistent theming across your addon. ## cLib.AddColor Register a color with a unique identifier. ...

Font System

# Font System Create resolution-aware fonts that scale properly on all screen sizes. ## cLib.CreateFont ```lua cLib.CreateFont(fontID, fontName, si...

Material System

# Material System Cache and manage materials efficiently. ## cLib.AddMaterial Register a material for caching. ```lua cLib.AddMaterial(matID, path...

Scaling System

# Scaling System Make your UI responsive across all screen resolutions. ## cLib.Scale Scales a pixel value based on current screen resolution, usin...

© 2026 cLib Wiki - Documentation for Garry's Mod
Created And Hosted By Alienhost.es