The KDevelop project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also
... [More] be used in combination with Cygwin or any other GCC based compiler. [Less]
Monkey Studio is a Free and cross platform IDE written in Qt 4.
The project has been started by AZEVEDO Filipe for his personal use around end of June 2005, and when he found it useful he open it
... [More] to the community. The project has been welled received and some guyz join it or send feedbacks/new features.
The current version is the v2 branch which succeed the v1 one and is dependent of Qt 4.4.0 minimum. It support Qt 4 projects management and embed Designer and Assistant to form a complete, fast and power full Qt 4 IDE. It's based upon a powerful and flexible plugin system that allow to extend it in an infinite way. [Less]
IcyOwl is a open source, cross platform IDE. It features a lot of basic editing plus project compiling. Code completion is a feature being implemented. Other than that, it is extensible to support
... [More] more languages (class tree, code completion, compilation) with the support of plug-ins. [Less]
GNU Integrated Development Environment
GNU Studio 是Windows平台下的开源集成开发环境
... [More]
目前主要对现有的GNU开发工具进行筛选测试打包再发布,以便打造一款高效稳定的Windows平台下的开源集成开发环境; GUN Studio 稳定高效简单易用,免安装无需配置,下载及可使用,双击进入专业软件开发,以此献给致力于软件事业的诸位仁兄,仁妹。
GNU Studio 开源集成开发环境包含以下工具:
1.MSYS:Minimal GNU(POSIX)system on Windows,是一个小型的GNU环境 ,包括基本的bash,make等等。是Windows下最优秀的GNU环境。
2.MinGW: 即 Minimalist GNU For Windows。它是一些头文件和端口库的集合,该集合允许人们在没有第三方动态链接库的情况下使用 GCC(GNU Compiler C)产生 Windows32 程序的工具集
3.git: The stupid content tracker, 傻瓜内容跟踪器,是最先进的分布式版本控制工具
4. CodeBlocks: Code::Blocks 是一个开放源码的全功能的跨平台C/C++集成开发环境.
5. Boost: Boost库是一个经过千锤百炼、可移植、提供源代码的C++库
6. wxWidgets: wxWidgets是一个开源的跨平台的C++构架库
David F. Lee
E-mail:david_fluid@msn.com [Less]
Ninemacs (aka 9-macs) is an experiment to create a complete Windows C/C++ IDE using just GNU software (gcc, mingw, msys, Emacs, etc.).
This experiment is to see how small can be packaged all GNU
... [More] software to get a normal IDE that can be used by anyone (also, the first time you'll run 9-macs you should get a little C++ program compiled in your machine).
Furthermore, very important work will be taken from ErgoEmacs project: http://code.google.com/p/ergoemacs/ [Less]