Skip to content

A lightweight C library for window management, input handling, and renderer abstraction, designed for cross-platform applications.

License

Notifications You must be signed in to change notification settings

zb1ndev/zenlib-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenLib Core

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.

Features

  • Window Management
  • Input Handling
  • Renderer API Bindings
  • String manipulation utilities
  • Cross-platform support

Getting Started

Building

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

Usage

Include the main header in your C source files:

#include "zenlib_core.h"

Link against the compiled library when building your project.

Documentation

For documentation, see the zenlib-core wiki page.

License

This project is licensed under the MIT License. See LICENSE for details.

About

A lightweight C library for window management, input handling, and renderer abstraction, designed for cross-platform applications.

Topics

Resources

License

Stars

Watchers

Forks