https://github.com/raysan5/mic
A simple and easy-to-use library to build pipelines in C
https://github.com/raysan5/mic
Last synced: 6 months ago
JSON representation
A simple and easy-to-use library to build pipelines in C
- Host: GitHub
- URL: https://github.com/raysan5/mic
- Owner: raysan5
- License: mit
- Created: 2021-09-25T22:13:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T23:57:43.000Z (about 4 years ago)
- Last Synced: 2025-04-11T01:44:51.788Z (9 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# mic (make-it-c)
A simple and easy-to-use library to build pipelines in C
This library provides a set of platform-independant functions intended to be used for pipelines definition. The goal of the project is allow to define pipelines just coding them in plain C, using all the benefits provided by the language itself (variables definition, conditional branching, loops, preprocessor...) and combine that with some useful functions to deal with the file system, with text files, with timming and other elements related to processes automation.
**WARNING: This project is a work-in-progress, not usable yet**
## Features
- Plain C library
- Self-contained: No external dependencies
- Portable: Single-file header-only
- Multi-platform
## Functionality provided
- Log system
- Environment
- Processes execution
- Timming management
- File system management
- String management
- Others
## License
mic (make-it-c) is licensed under an unmodified MIT license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.