46e5cd65939dab437f59a3325a0fc0e38fcb36a7none
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
LibAgar is a cross-platform GUI toolkit and application framework written in C. It provides a modular architecture with multiple libraries:
- **CORE**: Platform abstraction, I/O, object system (non-graphical)
- **GUI**: Base framework and standard widgets
- **MATH**: Matrices, vectors, advanced rendering methods
- **NET**: Network interface, HTTP application server
- **Vnone