Projects tagged ‘c++’, ‘development’, and ‘qt’


Jump to tag:

Projects tagged ‘c++’, ‘development’, and ‘qt’

Filtered by Project Tags c++ development qt

Refine results Project Tags programming (11) qt4 (7) library (6) cross-platform (5) coding (5) gui (5) osx (5) linux (5) framework (5) mac (4) unix (4) kde (4)

[12 total ]
115

Qt

   
Licensed as: GNU General Public License 2.0,GNU General Public License 3.0

Qt is a cross-platform (Windows, Unix, MacOs X) graphical toolkit. Qt features a rich API to write GUI software, but also for other aspect of application development : network classes, xml, internationalisation, database, ...

112

KDElibs (KDE)

   
Primary Language: C/C++ Licensed as: GNU Lesser General Public License 2.1

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 and Mac OS X. Licensed under GNU LGPL, they may be used by open source and proprietary applications.

Metrics updated 22 Sep 08

79

KDevelop

   
Primary Language: C++ Licensed as: GNU General Public License 2.0 or later

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.

Metrics updated 05 Oct 08

9

QGit

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

QGit is a graphical interface to git repositories, built on Qt/C++. With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches.

Metrics updated about 8 hours ago

7

Thousand Parsec

 
Primary Language: Python Licensed as: GNU General Public License 2.0 or later,GNU General Public License 3.0 or later,GNU Lesser General Public License 2.1

Thousand Parsec is not only a game by itself, it is also a framework for creating a similar group of turn-based space empire building games, which are often called 4X games, from the main phases found in them: eXplore, eXpand, eXploit and ... [More] eXterminate. Some examples of games which Thousand Parsec draws ideas from are Stars!, VGA Planets, Reach for the Stars, Master of Orion and Galactic Civilizations. The idea is that a protocol is specified which defines how game servers and game clients communicate with each other. Protocol also specifies which objects are available for custom games or rulesets, which can have different rules of gamplay. Any client should be able to connect with any server and player should be able to play any game with it. [Less]

Metrics updated about 16 hours ago

5

CLAM

 
Primary Language: C++ Licensed as: GNU General Public License 2.0 or later

CLAM stands for C++ Library for Audio and Music and in Catalan means something like "a continuous sound produced by a large number of people as to show approval or disapproval of a given event". CLAM is a full-fledged software framework for research ... [More] and application development in the Audio and Music Domain. It offers a conceptual model as well as tools for the analysis, synthesis and processing of audio signals. [Less]

Metrics updated 05 Oct 08

3

PHP-Qt

   
Primary Language: C++ Licensed as: GNU General Public License 2.0

PHP-Qt is a language binding for Qt that allows you to write Qt application with the PHP language. Its goal is being a base and supplement for further bindings such as Akonadi, Plasma and other KDE related software as well as enabling PHP developers ... [More] to write desktop applications. PHP version 5, with its new object oriented features, turned into a language that can be used for writing desktop software. A widely believed legend says PHP is a web-oriented language, but in truth the language itself cannot be web oriented, in contrast to an interpreter, such as the Zend engine which is focused on web environments. We support Zend engine, but also we're working on support for the Roadsend Compiler which gives users the capability to compile their software into binaries. [Less]

Metrics updated 04 Oct 08

3

QDevelop

   
Primary Language: C++ Licensed as: GNU General Public License 2.0

QDevelop is a development environment entirely dedicated to Qt4.

Metrics updated 01 Oct 08

1

Tagua

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

Tagua (previously known as KBoard) is a generic board game application for KDE, including games like Chess, Shogi, Xiangqi and variants. Tagua is based on a powerful plugin system that allows many games to share the same graphical framework, game history handling, interoperability with AI engines and connectivity to network servers.

Metrics updated 05 Oct 08

1

C++ B+ Tree Implementation

 
Licensed as: BSD-ish License

Template based B+ Tree is a simple and yet very efficient template based B+ Tree implementation which supports different types of storage. It is implemented in C++, and can be used with any type of data. To change storage type (e.g. from file based ... [More] to memory based), all you need is to change a template argument of the BTreeAlgorithms class. Either the standard search method or a customized search method can be used. [Less]