Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

KDevelop

claimed by KDE

Compare

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.

4.35484
   
  0 reviews  |  174 users  |  292,156 lines of code  |  58 current contributors  |  Analyzed 3 days ago
 
 

The Open Toolkit (OpenTK) is a free, fast, cross-platform C# wrapper for OpenGL, OpenGL ES, OpenAL and OpenCL. The bindings are strongly-typed and contain inline documentation for improved security and coding speed. Additional utilities integrate the bindings with .Net, making OpenTK especially ... [More] suited to Rapid Application Development. OpenTK can be used alone or integrated into GUI toolkits, like Windows.Forms and GTK#. It runs on Windows, Linux and Mac OS X without recompilation, is easy to deploy and is compatible with all .Net languages: C#, VB.Net, C++/CLI, F#, IronPython, Boo, ... [Less]

5.0
 
  2 reviews  |  19 users  |  856,399 lines of code  |  1 current contributor  |  Analyzed about 6 hours ago
 
 

A RAD tool for wxWidgets GUI design.

5.0
 
  0 reviews  |  12 users  |  56,045 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

MSEide is a Rapid Application Development IDE for development of GUI applications in the Pascal language. It comes with its own GUI toolkit called MSEgui, which ensures programs are portable.

3.5
   
  0 reviews  |  11 users  |  742,881 lines of code  |  3 current contributors  |  Analyzed 10 days ago
 
 

Easy-to-use, visual web development platform. WaveMaker is an open and easy-to-use web development platform. With WaveMaker's visual, drag and drop tools, any developer can build Java applications with minimal learning curve. Creates standard Java apps with 98% less code, boosting developer ... [More] productivity and quality without compromising flexibility. WaveMaker apps are cloud-ready and can deploy to Amazon EC2 and Rackspace. WaveMaker is backed by a 15,000-strong developer community. [Less]

5.0
 
  1 review  |  7 users  |  742,301 lines of code  |  10 current contributors  |  Analyzed 6 months ago
 
 

Boa Constructor is a cross-platform RAD GUI-building IDE. It offers visual frame creation and manipulation, an object inspector, a debugger, integrated help, and many views on the source, including inheritance hierarchies, object methods and properties, and HTML generated from documentation strings. ... [More] It is written in Python and uses the wxPython toolkit which wraps wxWindows. [Less]

4.0
   
  0 reviews  |  2 users  |  66,883 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

Monkey Studio (MkS) is a cross platform IDE written in C++/Qt 4. It's primary goal was to be a Qt 4 only IDE, but it evoluate a way to support Qt development and any kind of project. See the About page or Features page for more informations. Finally, you can meet team's members here.

5.0
 
  0 reviews  |  2 users  |  382,924 lines of code  |  2 current contributors  |  Analyzed 14 days ago
 
 

The Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI software.

0
 
  0 reviews  |  1 user  |  21,999 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Overview.NET Assemblies that integrate and expands on various advanced solutions for DataBinding, Reflection, UI Wrapping and more. Fuel your .NET applications with RAD techniques and ready-to-use code that picks up where the .NET framework left off. DevFuel.Core.dll FeaturesGeneric Tuple class ... [More] for use in Collections "Lookup" Properties system. I.e. A DataRow uses its foreign key relationship to determine what values a field can have (in a PropertyGrid) Support for sorting and filtering collections of standard objects (As opposed to only DataRow objects) in DataGridView controls XML helper routines Validate (with or without error/warning logging) XML using an XSD file Transform XML using an XSLT scripts (with or without warning/error logging) ClickOnce deployment support classes Hash and symmetric encryption support classes/wrappers CredUI PInvoke Wrapper Threading Task object for use with asynchronous UI System.Version matching class for verifying and matching version strings of the form "A.B.C.D" DevFuel.Core.V3_5.dll Features.NET Framework v3.5 Support Advanced strongly-typed Data Support through extension methods DataTable Merging Generalized TableAdapter handling of Fill, Update, Transactions, etc. DataRow "wrappers" for customizable use of DataRows in a PropertyGrid control or other data binding scenario. DevFuel.Core.UI.dll FeaturesAn augmentation of the System.Windows.Forms Namespace UITypeEditors for PropertyGrid designer support Lookup Property Support (DataTable and DataRelation awareness) Open file dialog editor for string type Save file dialog editor for string type Generic Modal Dialog editor using ellipsis button and launching designer generated form Generic drop down style editor displaying designer generated UserControl Double-buffered TableLayoutPanel ExceptionBox for displaying exceptions in a user-friendly format (better than MessageBox) InputBox for collecting user input in a customizable way MessagesBox for displaying multiple messages in a coherent manner PropertyGridBox to allow display and edit of the public properties of any object in a dialog PropertyGridEx to workaround some of the shortcomings of the PropertyGrid control ReportViewer to nicely display XML+XSLT=HTML style reports (Beats Crystal Reports all to heck!) RichTextBox to add formatting enhancements and time-savers TaskProgressBox for displaying the progress and status of asynchronous tasks Theming support for assemblies called from native applications DevFuel.Core.Net.dll FeaturesAn augmentation of the System.Net namespace PInvoke wrapper for Querying Network Adapter details (Such as MAC address) DevFuel.NAnt.Tasks.dll FeaturesCustom NAnt Tasks Google Code Upload VersionFile task to read and optionally increment a file containing a version of the form "A.B.C.D" YuiCompressor task to utilize a .NET port of the YUI Compressor to minify CSS and Javascript files to reduce size Custom NAnt Functions file::read-all-text(path) to allow for templating files using filtersets file::read-all-xml-escaped-text(path) which does the same as the previous function, but uses XML escaping to sanitize any special XML characters in the file [Less]

0
 
  0 reviews  |  1 user  |  10,588 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

For those who know HTML and client-side Javascript, it's not much of a stretch to learn Mozilla XUL and XPCOM. Combining this with the xulrunner runtime application from Mozilla, you can create fast, robust standalone or client/server applications for Linux, Mac, Windows, or any OS that Mozilla ... [More] Firefox runs upon. And you can do it in record turnaround time. The applications can also support AJAX, rich edit controls, SQL database calls, processes and threads, sockets, and much other functionality. If you're a newbie to programming, and know HTML and client-side Javascript, you should give this worth a look. And even if you're a novice or expert, this is also worth a look because it can speed up your time to deliver applications, especially for standalone applications on Linux. I developed this sample because I felt that the only real way to develop Linux applications sort of halfway rapidly was to use Glade, Python, and PyGTK, but that was frustrating because some parts of PyGTK are either undocumented, poorly documented, or just don't work as advertised. So when I found out about XUL and xulrunner from Mozilla, I was naturally delighted to see something I could use to knock out standalone applications on Linux fairly rapidly. Requires xulrunner, which you can get from Mozilla.com. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.