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.
Maintained by the ToolGits organization:
- ToolGits: https://github.com/ToolGits
- Created by: https://github.com/enzobobdevvideos04-ctrl
- Lightweight architecture
- Written in pure C
- Cross-platform design
- Modular structure
- Minimal dependencies
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.
-
Logger
-
Math utilities
-
Vec2
-
Hello World
-
String
-
New modules will be available in more recent versions.
ToolCL uses CMake as its official build system.
Example:
mkdir build
cd build
cmake ..
cmake --build .
- Linux
- Windows (Coming Soon)
- Cross-platform support depending on environment
MIT License