An open API service indexing awesome lists of open source software.

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

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.