_ _
(_) | |
_ _ __ _ __ | | ____ _
| | '_ \| '_ \| |/ / _` |
| | | | | |_) | < (_| |
|_|_| |_| .__/|_|\_\__, |
| | __/ |
|_| |___/
👋 The C/C++ packages wirh syscalls, graphics libraries, scientific computing and clrflow
🤝 Also check out: rver
🙏 Please read the LICENSE
🤔 inpkg.h is a header-only library coming in at about ~100kb or less which means you wont need dll's or .lib files.
❓ Go to the documentation
Installation (also check out the docs)
Download the latest source code and place your code in '/main.c'.
Currently clrflow.h supports the most barebones command line/terminal designing features as seen in clrflow for example:
- Unified text coloring for cross platform terminals
- Text-based cli building
- Basic window opening like glfw (only for windows)
In the coming months you will see a load of clrflow.h features get released as clrflow also gets released like for example:
- More CLI features like loading bars
- ASCII image building and a p5.js transpiler
- Background coloring
- Text formating
- Custom Fonts and MORE!