Top 15 Most Popular C-library Softwares | Apr 2024

Here are the top 15 most popular c-library softwares as derived from our TpSort Score which is a continually popular score, it denotes an estimated popularity of a software.

1. GIFLIB

GIFLIB GIFLIB is a software library for rendering and generating GIF image files.......

2. libogg

libogg Libogg libraries provide the functions required for programs to read or write Ogg formatted bit streams.......

3. FreeType

FreeType FreeType is a freely available software library to render fonts. It is written in C, designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images) of most vector and bitmap font formats.......

4. EGLIBC

EGLIBC Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing.......

5. libevent

libevent libevent is an asynchronous event notification software library. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also supports callbacks due to signals or regular timeouts.......

6. libffi

libffi libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and......

7. libpng

libpng libpng is the official Portable Network Graphics (PNG) reference library (originally called pnglib). It is a platform-independent library that contains C functions for handling PNG images. It supports almost all of PNG's features, is extensible, and has been widely used and tested for over 16 years.......

8. libtheora

libtheora libtheora is a reference implementation of the Theora video compression format being developed by the Xiph.Org Foundation.......

9. libtiff

libtiff Libtiff is a library for reading and writing Tagged Image File Format (abbreviated TIFF) files. The set also contains command line tools for processing TIFFs.......

10. libjpeg

libjpeg libjpeg is a widely-used free software library written in C which implements JPEG decoding and encoding functions alongside various utilities for handling JPEG images.......

11. libxslt

libxslt libxslt is the XSLT C library developed for the GNOME project. It provides an implementation of XSLT 1.0, plus most of the EXSLT set of processor-portable extensions functions and some of Saxon's evaluate and expressions extensions. libxslt is based on libxml2, which it uses for XML parsing, tree manipulation and......

12. Accessibility Toolkit

Accessibility Toolkit ATK (Accessibility Toolkit) provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications.......

13. IUP Portable User Interface

IUP Portable User Interface IUP is a multi-platform toolkit for building graphical user interfaces. It offers a simple API in three basic languages: C, Lua and LED. IUP's purpose is to allow a program source code to be compiled in different systems without any modification.......

14. neon

neon neon is an HTTP and WebDAV client library, with a C interface.......

15. CException

CException CException is simple exception handling in C. It is significantly faster than full-blown C++ exception handling but loses some flexibility. It is portable to any platform supporting setjmp/longjmp.The main library is only two small files (CException.h and CException.c), plus maybe a config file where you stick 4 defines if you......