Skip to content

ToolGits/ToolCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolCL

ToolCL is a lightweight framework written in C, focused on simplicity, portability, and modular development.

The project aims to provide a small collection of reusable components for building applications without unnecessary complexity.

Official maintainer of ToolCL

Maintained by the ToolGits organization:

Features

  • Lightweight architecture
  • Written in pure C
  • Cross-platform design
  • Modular structure
  • Minimal dependencies

Philosophy

ToolCL follows a simple principle:

Keep it small, keep it portable, keep it simple.

The goal is to provide useful building blocks while remaining easy to understand and maintain.

Main Modules

  • Logger

  • Math utilities

  • Vec2

  • Hello World

  • String

  • New modules will be available in more recent versions.

Build System

ToolCL uses CMake as its official build system.

Example:

mkdir build cd build cmake .. cmake --build .

Platforms

  • Linux
  • Windows (Coming Soon)
  • Cross-platform support depending on environment

License

MIT License

About

A lightweight C framework focused on simplicity, portability and modular development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors