Compare commits

..

No commits in common. "507b821bd57dfb7e3c15421bbb50c0be8601aeec" and "07a49ddc7e4048cf114c85c2c37eabbc421fa9cf" have entirely different histories.

View file

@ -1,7 +1,9 @@
# ccc # ccc
Soft fork of [fff](https://github.com/bogdan-the-great/fff) in C aiming for size and speed with no dependency, hackable with patches and configurable via `config.h` `ccc` is a rewrite of [fff](https://github.com/bogdan-the-great/fff) in C aiming for usefulness, size and speed with no dependency.
The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. You may call it a `soft fork`.
Configuration can be done via `config.h` and patches are available(current only for image preview).
# Features # Features
Consider this project incomplete and WIP! Consider this project incomplete and WIP!