The KDE libraries, basis of KDE and used by many open source projects. They are based on Qt, Trolltech's cross-platform toolkit, and run on Linux, BSDs, and other Unices, as well as Microsoft Windows
... [More] and Mac OS X.
Licensed under GNU LGPL, they may be used by open source and proprietary applications. [Less]
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.
PVLE is a lightweight cross-platform game engine (real-time visualisation/simulation engine), using OSG (OpenSceneGraph) and ODE (OpenDynamicsEngine) among other well-known libraries. It is
... [More] cross-platform and written in C++. It differs from other engines in the way it uses existing code instead of re-inventing things, and because it does not hide underlaying libraries. [Less]
The project aims to the creation of an UML tool suitable both for academia and the industry, including Ivar Jacobson's proposed extensions for Aspect-Oriented Software Development (AOSD).
-Creation
... [More] of a cross-platform (Linux, Windows & Mac OS X) UML editor, using C++;
- Allow users to create (in its first release) use case, sequence and class diagrams;
- Include AOSD extensions to create models for aspects, pointcuts and advices;
- Provide interoperability through the export of diagrams using the XMI standard;
- Deliver a high-quality code base, thoroughly unit- and functionally tested;
- Provide a usable, standard and easy-to-use user interface.
The name "Rem" stands for "Requirements and Entity Modeler" but is also a reference to Rem Koolhaas, one of the greatest architects of all time [Less]
The official project page for the C++ Project Template is:
http://code.google.com/p/cpp-project-template/
Ohloh has shamelessly stolen web traffic away from the project's official page. We would
... [More] appreciate it if, when linking to the C++ Project Template, that you link to the official project page rather than to Ohloh's copy-cat page. [Less]
Sometimes its nice to have a simple application that illustrates how to use a new development environment. In this project I build up from a simple 'hello world' application written in Qt4 and C++ and
... [More] using the CMake build system. Each commit adds some new functionality, with the idea being that you can diff between sequential versions to see 'how did he do that'. Moving from the helloworld app we head on towards making a simple image browsing application and start to illustrate some of the cool features of Qt4 - designer, signals and slots, image manupulation etc.
Contributions are welcome - if you would like to add another step to the tutorial, please contact me (tim@linfiniti.com) for developer access to this project.
Please note that the focus of this project is to be simple and easy to understand - sometimes this will be done at the expense of best coding practices [Less]
This is a little game similar to tetris that I am making when I'm bored. It is written in C++, use allegro graphic library and soon will use cmake build system. I hope that it will be multiplatform (or at least will work on Windows and Linux!).
Image analysis platform based on ITK, VTK and FLTK.
The platform aims at:
Simplifying collaborations in image processing research Reducing the development time and effort, allowing scientists
... [More] to focus on their research Reusing image processing code from various applications
A matrix-style user interface displays the image data. Image processing procedures are easy defined. Various input and output image formats are supported.
The current main focus of the platform is on processing of 3D image data. [Less]
WxLUT EditorsummaryImplement a interactive editor of Look Up Table (LUT) dedicated to geomatics data, with multiple format support, and implemented on C++ with WxWidget toolKit
why a lut editorLUT
... [More] improve visualisation of data like raster DTM/DSM or lidar point cloud ( using OpenGL 1D texture). LUT could be hypsometric color value for displaying data according to height, or grayscale value for intensity data, or discret value for land cover classification etc...
short specificationformats IOLUT format supported must be raw format (ImageJ), image file format (jpeg, tiff, png), and QGis xml format. [Less]