Top 15 Boost C++ Libraries Alternative and Similar Softwares | Nov 2024

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudo-random number generation, multithreading, image processing, regular expressions, and unit testing. The current release contains over eighty individual libraries.

1. FLTK

FLTK The Fast, Light Toolkit (FLTK, pronounced fulltick)[2] is a cross-platform graphical user interface (GUI) library developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.......

2. gtkmm

gtkmm gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. You can create user interfaces either in code or with the Glade User Interface designer, using Gtk::Builder. There's extensive documentation, including API......

3. libjpeg-turbo

libjpeg-turbo libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal.......

4. Embitz

Embitz Embitz is a free C/C++ IDE built to meet the most demanding needs of its users working in the field of embedded software development It is designed to be very extensible and fully configurable.Embitz can use any debug probe and is not limited to one type or brand.The integrated STlink......

5. CPPUnit

CPPUnit Get CppUnit - C++ port of JUnit at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory......

6. Google Test

Google Test Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parametrized tests, various options for......

7. wxWidgets

wxWidgets wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike......

8. Ra

Ra A text editor and file manager for your local file system.FEATURES- Open files and folders from your local file system.- Create, rename or delete files and folders.- Copy and paste of files and folders.- Show or hide tree view of open folders.- Auto-save of editor changes.- Auto-refresh of external file......

9. Anti-Grain Geometry

Anti-Grain Geometry Anti-Grain Geometry (AGG) is a high-quality 2D rendering library written in C++. It features anti-aliasing and sub-pixel resolution. It is not a graphics library, per se, but rather something to build a graphics library upon.......

10. ClangFormat

ClangFormat Simply configurable tool which allow you make your code in one style.......

11. 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.......

12. Macintosh Programmer's Workshop

Macintosh Programmer's Workshop Macintosh Programmer's Workshop (MPW) was a software development environment for the Classic Mac OS, written by Apple Computer. For Macintosh developers, it was one of the primary tools for building applications for System 7.x and Mac OS 8.x and 9.x. Initially, MPW was sold as a commercial product but Apple......

13. MinGW

MinGW MinGW ("Minimalistic GNU for Windows") is a port of the GNU Compiler Collection (GCC) and GNU Binutils. It provides a complete Open Source programming toolset which is suitable for the development of native MS-Windows (x86) applications, which do not depend on any 3rd-party C-Runtime DLLs.MinGW compilers provide access to the......

14. UquoniTest

UquoniTest UquoniTest: a unit testing library for C++......

15. UnitTest++

UnitTest++ UnitTest++ is a unit testing framework for C++ designed for simplicity and portability. Features include no explicit test registration, good crash handling, fixtures, rich condition-checking functionality, minimal footprint for embedded environments. Get UnitTest++ at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory......