Compare commits
2 commits
07a49ddc7e
...
507b821bd5
Author | SHA1 | Date | |
---|---|---|---|
507b821bd5 | |||
3d72fa5d0f |
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
# ccc
|
# ccc
|
||||||
`ccc` is a rewrite of [fff](https://github.com/bogdan-the-great/fff) in C aiming for usefulness, size and speed with no dependency.
|
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`
|
||||||
|
|
||||||
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`.
|
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.
|
||||||
|
|
||||||
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!
|
||||||
|
|
Loading…
Reference in a new issue