ZenLib Core is a lightweight C library providing essential utilities and abstractions for building robust C applications. It is designed for portability, efficiency, and ease of integration.
- Window Management
- Input Handling
- Renderer API Bindings
- String manipulation utilities
- Cross-platform support
git clone https://github.com/yourusername/zenlib-core.git
cd zenlib-core
If you are building on a windows system, navigate to the root zenlib-core
directory and use the following command:
.\build.bat
Include the main header in your C source files:
#include "zenlib_core.h"
Link against the compiled library when building your project.
For documentation, see the zenlib-core
wiki page.
This project is licensed under the MIT License. See LICENSE for details.