This project would not be possible without the wonderful work of many talented individuals. Here are just some of the awesome projects that form the foundation of CoreGTK.
- GTK+
- GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites.
- GNUstep
- GNUstep is a mature Framework, suited both for advanced GUI desktop applications as well as server applications. The framework closely follows Apple’s Cocoa (formerly NeXT’s OpenStep) APIs but is portable to a variety of platforms and architectures.
- Clang
- Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end and has been part of the LLVM release cycle since LLVM 2.6.
- GCC
- The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,…).
- Make
- GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program’s source files.