gnustep
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 36
GNUstep 1.14.0
GNUstep is a cross-platform, object-oriented framework for desktop application development. more>>
GNUstep is a cross-platform, object-oriented framework for desktop application development.
Based on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software components.
GNUstep is used in production environments at several organizations...
...an object-oriented tool development kit
The first two packages (GNUstep-make and GNUstep-base) that make up the core libraries contain a complete system for writing non-graphic tools in Objective-C. The make package allows you to setup a simple and powerful system for building, installing and packaging your tools. The base package includes all the classes necessary for writing an incredible array of tools, from wrappers for system tools to tools for communicating with web and other types of servers.
...a graphical development kit
The core libraries contain classes for developing a complete graphical application for almost any purpose. Along with our object-oriented, graphical development applications, ProjectCenter and Gorm its simple to write very complex commercial applications in weeks or months, rather than years (or often, never) in the case of other development environments.
...a desktop
Many GNUstep applications have been written to provide a powerful user experience for working on your computer. These include our workspace manager, GWorkspace, and mail client, GNUMail. GNUstep does NOT have a window manager. You can use any window manager you want, although we recommend that you use WindowMaker for a better experience (The WindowMaker project is not associated with GNUstep). Many other applications that are useful for a desktop are not contained on this web site, nor are the controlled by the GNUstep project - there are too many ideas about what a descktop should look like that we have not made up our minds about which one to endose yet. Here are some current ones:
- Project Backbone
- Etoile
<<lessBased on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software components.
GNUstep is used in production environments at several organizations...
...an object-oriented tool development kit
The first two packages (GNUstep-make and GNUstep-base) that make up the core libraries contain a complete system for writing non-graphic tools in Objective-C. The make package allows you to setup a simple and powerful system for building, installing and packaging your tools. The base package includes all the classes necessary for writing an incredible array of tools, from wrappers for system tools to tools for communicating with web and other types of servers.
...a graphical development kit
The core libraries contain classes for developing a complete graphical application for almost any purpose. Along with our object-oriented, graphical development applications, ProjectCenter and Gorm its simple to write very complex commercial applications in weeks or months, rather than years (or often, never) in the case of other development environments.
...a desktop
Many GNUstep applications have been written to provide a powerful user experience for working on your computer. These include our workspace manager, GWorkspace, and mail client, GNUMail. GNUstep does NOT have a window manager. You can use any window manager you want, although we recommend that you use WindowMaker for a better experience (The WindowMaker project is not associated with GNUstep). Many other applications that are useful for a desktop are not contained on this web site, nor are the controlled by the GNUstep project - there are too many ideas about what a descktop should look like that we have not made up our minds about which one to endose yet. Here are some current ones:
- Project Backbone
- Etoile
Download (1.9MB)
Added: 2007-04-19 License: LGPL (GNU Lesser General Public License) Price:
924 downloads
Other version of GNUstep
License:GPL (GNU General Public License)
GNUstep Live CD 1.0
GNUstep Live CD is a Morphix-based GNUstep Live CD has been released for i386. more>>
GNUstep Live CD is a Morphix-based GNUstep Live CD has been released for i386.
It includes many GNUstep applications, such as MPlayer (GNUstep port), GWorkspace, Preview, GNUmail, ProjectCenter and many more. It can be installed to a hard drive.
GNUstep (this is a Live CD, an OS, a distribution) contains a lot of software for GNUstep, a free implementation of the OPENSTEP framework (which was also the base as Cocoa in Mac OS X). It includes an excellent application called Gorm for RAD (Apple Software Design Guidelines). The currently used window manager is Window Maker.
If you are an OPENSTEP, Cocoa developer and want to port your software to GNUstep and release it as Free Software, dont hesitate to contact me.
<<lessIt includes many GNUstep applications, such as MPlayer (GNUstep port), GWorkspace, Preview, GNUmail, ProjectCenter and many more. It can be installed to a hard drive.
GNUstep (this is a Live CD, an OS, a distribution) contains a lot of software for GNUstep, a free implementation of the OPENSTEP framework (which was also the base as Cocoa in Mac OS X). It includes an excellent application called Gorm for RAD (Apple Software Design Guidelines). The currently used window manager is Window Maker.
If you are an OPENSTEP, Cocoa developer and want to port your software to GNUstep and release it as Free Software, dont hesitate to contact me.
Download (634.7MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1084 downloads
GNUstep examples 1.1.0
GNUstep examples is a collection of programs that are meant to show programmers how to use GNUstep. more>>
GNUstep examples is a collection of programs that are meant to show programmers how to use GNUstep.
GNUstep examples includes a calculator, a currency converter, finger, fractal, puzzle, hostaddress, and ink (a simple editor).
Enhancements:
- Minor feature enhancements
<<lessGNUstep examples includes a calculator, a currency converter, finger, fractal, puzzle, hostaddress, and ink (a simple editor).
Enhancements:
- Minor feature enhancements
Download (0.23MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1140 downloads
GNUstep Database Library 2 0.10.1
GNUstep Database Library 2 is a set of libraries to map Objective-C objects to rows of relational database management systems. more>>
GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS).
GNUstep Database Library 2 aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc.
Main features:
- EOControl (gnustep-db2control)
- The fundamental abstraction library which includes many non RDBMS related extensions such as KeyValueCoding extensions and other categories. Most importantly it contains the classes which handle the coordination of object graphs namely EOEditingContext.
- EOAccess (gnustep-db2)
- This library implements the underlying mechanism to retrieve and store data in RDBMS. It defines the abstract classes like EOAdaptor which are subclassed to interface with concrete RDBMS implementations.
- EOInterface
- This library implements classes used to synchronize UI components such as NSTextFields, NSButtons and NSTableViews with the state of objects which an EOEditingContext contains.
- EOAdaptors
- This is a collection of concrete EOAdaptor projects needed to connect to specific databases. GDL2 currently only supplies an Adaptor for the PostgreSQL database. Even though the Adaptor is still called Postgres95 we aim to support PostgreSQL 7.2 and higher API. In fact the Adaptor may very soon be renamed to PostgreSQL.
- DBModeler
<<lessGNUstep Database Library 2 aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc.
Main features:
- EOControl (gnustep-db2control)
- The fundamental abstraction library which includes many non RDBMS related extensions such as KeyValueCoding extensions and other categories. Most importantly it contains the classes which handle the coordination of object graphs namely EOEditingContext.
- EOAccess (gnustep-db2)
- This library implements the underlying mechanism to retrieve and store data in RDBMS. It defines the abstract classes like EOAdaptor which are subclassed to interface with concrete RDBMS implementations.
- EOInterface
- This library implements classes used to synchronize UI components such as NSTextFields, NSButtons and NSTableViews with the state of objects which an EOEditingContext contains.
- EOAdaptors
- This is a collection of concrete EOAdaptor projects needed to connect to specific databases. GDL2 currently only supplies an Adaptor for the PostgreSQL database. Even though the Adaptor is still called Postgres95 we aim to support PostgreSQL 7.2 and higher API. In fact the Adaptor may very soon be renamed to PostgreSQL.
- DBModeler
Download (0.58MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1135 downloads
GNU 3DKit
GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC. more>>
GNU 3DKit is a platform independent rendering architecture based on OpenGL, written in ObjC.
GNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.
<<lessGNU 3DKit is part of the GNUstep environment, which provides an object-oriented application development framework and tool set.
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
StepBill 2.4
StepBill is a clone of XBill for GNUstep. more>>
StepBill project is a clone of XBill for GNUstep.
Yet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle Bill, has created the ultimate computer virus.
A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) Bill has cloned himself into a billion-jillion micro-Bills.
Their sole purpose is to deliver the nefarious virus, which has been cleverly disguised as a popular operating system.
As System Administrator/Exterminator, your job is to keep Bill from succeeding at his task.
Enhancements:
- Added Bulgarian from Yavor Doganov
<<lessYet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle Bill, has created the ultimate computer virus.
A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) Bill has cloned himself into a billion-jillion micro-Bills.
Their sole purpose is to deliver the nefarious virus, which has been cleverly disguised as a popular operating system.
As System Administrator/Exterminator, your job is to keep Bill from succeeding at his task.
Enhancements:
- Added Bulgarian from Yavor Doganov
Download (0.077MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1051 downloads
StepTalk 0.12
StepTalk is the official GNUstep scripting framework. more>>
StepTalk project is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications.
StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles.
The default scripting language in StepTalk is Smalltalk. This is because Smalltalk is a very simple language and it is easy to learn. There are just a few basic principles that the user has to know to be able to use the language and it is close to the natural language.
Smalltalk uses a similar approach to that of Objective-C, the language used in GNUstep itself.
StepTalk is a language independent framework. It can be extended by the "language bundles" providing other scripting languages. One experimental language bundle for Guile is included in the sources package.
Main features:
- multiple languages
- object finders
- scripting environments
- restrictions for objects methods
- dynamic module loading
Enhancements:
- The framework was ported to Mac OS X.
- The new StepTalking application was added.
- The StepTalkKit framework was added, and includes a new conversation window class with default context, a customizable toolbar, script history, and language selection.
- New view classes were added for custom script input/output.
- An AppKit bundle is included.
- The source was reorganized into more logical groups.
- Foundation and AppKit bundles now advertise all public Cocoa classes.
- Constants from Foundation and AppKit are generated from a simple constants list file.
<<lessStepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles.
The default scripting language in StepTalk is Smalltalk. This is because Smalltalk is a very simple language and it is easy to learn. There are just a few basic principles that the user has to know to be able to use the language and it is close to the natural language.
Smalltalk uses a similar approach to that of Objective-C, the language used in GNUstep itself.
StepTalk is a language independent framework. It can be extended by the "language bundles" providing other scripting languages. One experimental language bundle for Guile is included in the sources package.
Main features:
- multiple languages
- object finders
- scripting environments
- restrictions for objects methods
- dynamic module loading
Enhancements:
- The framework was ported to Mac OS X.
- The new StepTalking application was added.
- The StepTalkKit framework was added, and includes a new conversation window class with default context, a customizable toolbar, script history, and language selection.
- New view classes were added for custom script input/output.
- An AppKit bundle is included.
- The source was reorganized into more logical groups.
- Foundation and AppKit bundles now advertise all public Cocoa classes.
- Constants from Foundation and AppKit are generated from a simple constants list file.
Download (0.40MB)
Added: 2006-05-31 License: LGPL (GNU Lesser General Public License) Price:
1243 downloads
GSBench 0.5.1
GSBench is a GNUstep benchmark application. more>>
A benchmarking tool for GNUstep, originated from NXBench.
GSBench is released under the GNU GPL. It is copyrighted by Philippe C.D. Robert.
<<lessGSBench is released under the GNU GPL. It is copyrighted by Philippe C.D. Robert.
Download (0.033MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1657 downloads
GNUMail.app 1.2.0pre3
GNUMail.app is the complete and fast mail application for GNUstep. more>>
GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X.
GNUMail.app uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the full sources of the application are available.
GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.
Main features:
- Multiple POP3 (with APOP support) accounts with local cache support (for leaving messages on server);
- Multiple delivery agents (SMTP or local mailer);
- Mail spool file support for receiving;
- Good IMAP support with local caching;
- Full RFC822 and RFC2822 support;
- Read, compose, bounce, reply and forward mails;
- Mailbox management (create, delete, locking and transfer messages) using the Berkeley mbox format;
- Personal preferences management;
- MIME support (decode and encode);
- A full MIME types manager;
- Quoted Printable and BASE64 support;
- Address Book with groups support;
- Find Panel with regular expressions support;
- Automatic or manual fetching of your mails (users choice);
- Powerful filters that supports regular expressions;
- GPG (PGP) support through a bundle;
- Messages threading;
- And more...
<<lessGNUMail.app uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the full sources of the application are available.
GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.
Main features:
- Multiple POP3 (with APOP support) accounts with local cache support (for leaving messages on server);
- Multiple delivery agents (SMTP or local mailer);
- Mail spool file support for receiving;
- Good IMAP support with local caching;
- Full RFC822 and RFC2822 support;
- Read, compose, bounce, reply and forward mails;
- Mailbox management (create, delete, locking and transfer messages) using the Berkeley mbox format;
- Personal preferences management;
- MIME support (decode and encode);
- A full MIME types manager;
- Quoted Printable and BASE64 support;
- Address Book with groups support;
- Find Panel with regular expressions support;
- Automatic or manual fetching of your mails (users choice);
- Powerful filters that supports regular expressions;
- GPG (PGP) support through a bundle;
- Messages threading;
- And more...
Download (1.1MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
991 downloads
Cynthiune 0.9.5
Cynthiune is a free software and romantic music player for GNUstep and Mac OS X. more>>
Cynthiune is a free software and romantic music player for GNUstep and Mac OS X. Cynthiune can play Ogg and MP3 files.
For the moment, it looks pretty much like XMMS, Winamp and similar software. Even though it has far less features than those, the essential components of a usable and user-friendly program are there in my opinion.
From a programmatic point-of-view, I have decided to write a program that is released only when considered bug-free. The free software community lacks, IMnsHO, a sense of quality that makes its programs nearly useless to lambda users. Not only is it useless, but I think it also gives free software a bad reputation. The principle of freedom in "free software" is fundamental to me, but it has to be reachable not only by some sort of geeky elite. There is no point in telling users that since they have the freedom to enhance those programs, they must fix them if they want to use them. Releasing a program with too many bugs is of no use and is likely not to interest other fellow programmers in the community either.
On the other hand, Apple has published an interesting program called "iTunes". Of course, it is not free software but it does implement interesting ideas that I would like to include in Cynthiune. For example: CD burning, complete playlist management, etc... Personally I find its user interface to be not as user-friendly as it could be. My plan is thus to take advantage of my own programming skills and sense of aesthetics (and ergonomy) to try to write something a little bit different, inspired both by XMMS/Winamp and iTunes. Cynthiune is thus currently very basic but its core design is starting to be extensible enough that it will not be too much trouble to enhance it.
Installation:
If all your library requirements are fulfilled (see below). Just type "make && make install". If you want to run Cynthiune from the source directory, you would have to type "make local-build=yes". This way, the linker will be forced against to link Cynthiune.app against the copy of the Cynthiune framework that was built under the source directory. Whenever you are missing a library or if a specific file-format does not interest you, you can disable the build of its bundle by typing "make disable-[bundle]=yes" (where [bundle] is the name of the bundle you wish to avoid). For the available values, have a look at the GNUmakefile of the top source directory.
<<lessFor the moment, it looks pretty much like XMMS, Winamp and similar software. Even though it has far less features than those, the essential components of a usable and user-friendly program are there in my opinion.
From a programmatic point-of-view, I have decided to write a program that is released only when considered bug-free. The free software community lacks, IMnsHO, a sense of quality that makes its programs nearly useless to lambda users. Not only is it useless, but I think it also gives free software a bad reputation. The principle of freedom in "free software" is fundamental to me, but it has to be reachable not only by some sort of geeky elite. There is no point in telling users that since they have the freedom to enhance those programs, they must fix them if they want to use them. Releasing a program with too many bugs is of no use and is likely not to interest other fellow programmers in the community either.
On the other hand, Apple has published an interesting program called "iTunes". Of course, it is not free software but it does implement interesting ideas that I would like to include in Cynthiune. For example: CD burning, complete playlist management, etc... Personally I find its user interface to be not as user-friendly as it could be. My plan is thus to take advantage of my own programming skills and sense of aesthetics (and ergonomy) to try to write something a little bit different, inspired both by XMMS/Winamp and iTunes. Cynthiune is thus currently very basic but its core design is starting to be extensible enough that it will not be too much trouble to enhance it.
Installation:
If all your library requirements are fulfilled (see below). Just type "make && make install". If you want to run Cynthiune from the source directory, you would have to type "make local-build=yes". This way, the linker will be forced against to link Cynthiune.app against the copy of the Cynthiune framework that was built under the source directory. Whenever you are missing a library or if a specific file-format does not interest you, you can disable the build of its bundle by typing "make disable-[bundle]=yes" (where [bundle] is the name of the bundle you wish to avoid). For the available values, have a look at the GNUmakefile of the top source directory.
Download (0.48MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1300 downloads
GWorkspace 0.8.5
GWorkspace is a clone of the NeXT workspace manager. more>>
GWorkspace is a clone of the NeXT workspace manager with some added features as spatial viewing, real-time auditing of the file-system, an advanced database based search system, etc.
GWorkspace application is ready for daily usage.
The workspace is supplied to help you get your work done on a computer. GWorkspace is responsible for displaying the GNUstep graphical interface called the workspace. It in this workspace where all your interaction with GNUstep begins and ends.
The most important features of GWorkspace is the maintenance of files, folders and applications. You can rename, delete and copy files and folders. With GWorkspace you can access harddisks, floppies, CDs and DVDs or USB-sticks.
This might all seem complex at first, but GWorkspace only consists of a few basic parts: The FileViewer for browsing and manipulating files, a menu containing commands and an application dock for easy access to applications which also contains the Recycler for deleting files.
<<lessGWorkspace application is ready for daily usage.
The workspace is supplied to help you get your work done on a computer. GWorkspace is responsible for displaying the GNUstep graphical interface called the workspace. It in this workspace where all your interaction with GNUstep begins and ends.
The most important features of GWorkspace is the maintenance of files, folders and applications. You can rename, delete and copy files and folders. With GWorkspace you can access harddisks, floppies, CDs and DVDs or USB-sticks.
This might all seem complex at first, but GWorkspace only consists of a few basic parts: The FileViewer for browsing and manipulating files, a menu containing commands and an application dock for easy access to applications which also contains the Recycler for deleting files.
Download (3.7MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
972 downloads
Greg 2.0.0
Greg is a framework for testing other programs and libraries. more>>
Greg is a framework for testing other programs and libraries. Gregs purpose is to provide a single front end for all tests and to be a small, simple framework for writing tests. Greg leverages off the Guile language to provide all the power (and more) of other test frameworks with greater simplicity and ease of use.
The simplicity of the Greg framework makes it easy to write tests for any program, but it was specifically written for use with GNUstep-Guile to permit direct testing of the GNUstep libraries without the necessity to run a separate driver program.
The core functionality of Greg is a Guile module which can be loaded into any software with an embedded Guile interpreter. Any program which uses Guile as its scripting language can therefore use Greg to test itself directly!
For testing external programs, Greg provides a compiled module that may be dynamically linked into Guile to permit you to run an application as a child process on a pseudo-terminal. In conjunction with the standard Guile `expect module, this lets you test external programs.
Also provided is greg - a Guile script to invoke the Greg test framework in much the same way that runtest is used in DejaGNU.
All tests have the same output format (enforced by the greg-testcase procedure). Gregs output is designed to be both readable and readily parsed by other software, so that it can be used as input to customised testing processes.
Greg provides most of the functionality of DejaGNU but is rather simpler. It omits specific support for cross-platform/remote testing since this is really rather trivial to add where required and tends to vary from site to site so much that an attempt at a generic solution is pretty pointless. What Greg does do, is provide hooks to let you easily introduce site specific code for handling those sorts of situations.
Enhancements:
- The API was upgraded to guile 1.8.0.
<<lessThe simplicity of the Greg framework makes it easy to write tests for any program, but it was specifically written for use with GNUstep-Guile to permit direct testing of the GNUstep libraries without the necessity to run a separate driver program.
The core functionality of Greg is a Guile module which can be loaded into any software with an embedded Guile interpreter. Any program which uses Guile as its scripting language can therefore use Greg to test itself directly!
For testing external programs, Greg provides a compiled module that may be dynamically linked into Guile to permit you to run an application as a child process on a pseudo-terminal. In conjunction with the standard Guile `expect module, this lets you test external programs.
Also provided is greg - a Guile script to invoke the Greg test framework in much the same way that runtest is used in DejaGNU.
All tests have the same output format (enforced by the greg-testcase procedure). Gregs output is designed to be both readable and readily parsed by other software, so that it can be used as input to customised testing processes.
Greg provides most of the functionality of DejaGNU but is rather simpler. It omits specific support for cross-platform/remote testing since this is really rather trivial to add where required and tends to vary from site to site so much that an attempt at a generic solution is pretty pointless. What Greg does do, is provide hooks to let you easily introduce site specific code for handling those sorts of situations.
Enhancements:
- The API was upgraded to guile 1.8.0.
Download (0.44MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1123 downloads
ProjectCenter 0.4.2
ProjectCenter is GNUsteps official integrated development environment. more>>
ProjectCenter is GNUsteps integrated developement environment (IDE). It is based in part on NeXTs original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.
Serg Stoyan is the current maintainer of ProjectCenter. Please contact him if you would like to submit a bug report or volunteer to improve ProjectCenter. The original author of ProjectCenter, Philippe C.D. Robert, no longer actively contributes to the application.
Over a decade ago, NeXT Computer Inc. revolutionized application development by making two great developer tools available for their operation system OPENSTEP: Project Builder and Interface Builder. These applications made application development much easier and faster and took NeXT ahead of the other computer manufacturers and operating system vendors.
Supporting the project types Application, Bundle, Library, Tool, and Aggregate, ProjectCenter automatically creates the project makefiles and aids you in the process of editing, project compilation, package building and debugging. In the future, built-in CVS support will be available, too.
ProjectCenter is a very useable application, but is still evolving. Support is there for project creation and inspection as well as basic Makefile generation. Using the Application project type, you can already create graphical applications using ProjectCenter and Gorm in conjunction.
GNUstep is a free, standard, object-oriented, cross-platform development environment meant to provide generalized visual interface design, a cohesive user interface, and look good as well. GNUstep is based on and completely compatible with the OpenStep specification developed by NeXT (now Apple Computer Inc.).
GNUstep is a whole load of things, but primarily a framework (libraries, tools, applications) for developing software. It is not a not a window manager. And the libraries are not used by WindowMaker at present, although WindowMaker shares a similar look.
At no stage will you ever run GNUstep - you will run applications and tools and will make use of its services. At some point you may well find packages distributed as GNUstep systems in the way that you get GNU/Linux systems packaged today. Look at Simply GNUstep, the GNUstep Live CD, and Project Backbone for examples.
The ProjectCenter will hopefully consist of the following capabilities somewhen in the midterm future:
* Project management
This includes versioning control, automatic makefile generation, file management etc.
* Source code editing facilities
A builtin editor will be available in a future release. This has not main priority, though.
* Debugging fascilities
A builtin debugger will be added to ProjectCenter as soon as possible!
* Documentation automation help
Automatic documentation generation using autogsdoc or another tool will be introduced later.
* UML-based case tool
<<lessSerg Stoyan is the current maintainer of ProjectCenter. Please contact him if you would like to submit a bug report or volunteer to improve ProjectCenter. The original author of ProjectCenter, Philippe C.D. Robert, no longer actively contributes to the application.
Over a decade ago, NeXT Computer Inc. revolutionized application development by making two great developer tools available for their operation system OPENSTEP: Project Builder and Interface Builder. These applications made application development much easier and faster and took NeXT ahead of the other computer manufacturers and operating system vendors.
Supporting the project types Application, Bundle, Library, Tool, and Aggregate, ProjectCenter automatically creates the project makefiles and aids you in the process of editing, project compilation, package building and debugging. In the future, built-in CVS support will be available, too.
ProjectCenter is a very useable application, but is still evolving. Support is there for project creation and inspection as well as basic Makefile generation. Using the Application project type, you can already create graphical applications using ProjectCenter and Gorm in conjunction.
GNUstep is a free, standard, object-oriented, cross-platform development environment meant to provide generalized visual interface design, a cohesive user interface, and look good as well. GNUstep is based on and completely compatible with the OpenStep specification developed by NeXT (now Apple Computer Inc.).
GNUstep is a whole load of things, but primarily a framework (libraries, tools, applications) for developing software. It is not a not a window manager. And the libraries are not used by WindowMaker at present, although WindowMaker shares a similar look.
At no stage will you ever run GNUstep - you will run applications and tools and will make use of its services. At some point you may well find packages distributed as GNUstep systems in the way that you get GNU/Linux systems packaged today. Look at Simply GNUstep, the GNUstep Live CD, and Project Backbone for examples.
The ProjectCenter will hopefully consist of the following capabilities somewhen in the midterm future:
* Project management
This includes versioning control, automatic makefile generation, file management etc.
* Source code editing facilities
A builtin editor will be available in a future release. This has not main priority, though.
* Debugging fascilities
A builtin debugger will be added to ProjectCenter as soon as possible!
* Documentation automation help
Automatic documentation generation using autogsdoc or another tool will be introduced later.
* UML-based case tool
Download (0.29MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
TimeMon 4.0
TimeMon gives a graphical representation of where the CPU cycles are going. more>>
TimeMon gives a graphical representation of where the CPU cycles are going. TimeMon is coarse, but better than nothing.
The best feature is that it runs in an icon on your dock, so that you never lose it.
Originally by Scott Hess, this app has been ported to both GNUstep and Mac OS X.
<<lessThe best feature is that it runs in an icon on your dock, so that you never lose it.
Originally by Scott Hess, this app has been ported to both GNUstep and Mac OS X.
Download (0.26MB)
Added: 2006-02-21 License: Freely Distributable Price:
1340 downloads
wmusic 1.5.0
wmusic is a windowmaker dockapp that remote controls xmms. more>>
wmusic is a windowmaker dockapp that remote controls xmms.
Main features:
- VCR style controls including fast rewind and fast forward
- Time and Playlist position display
- Super stylee rotating arrow
- Hiding of the xmms windows (on startup and through middle-click)
- AfterStep users, add this line to your ~/GNUstep/Library/AfterStep/wharf:
Wharf wmusic - Swallow "wmusic" wmusic -w &
- Sawfish users, grab Tiger-Ts DockMill theme, and apply it to the running dockapp with the -w flag on.
- KDE users can use the "Dock Application Bar" to dock wmusic, dont forget the -w flag to launch wmusic. Right-Click on Kicker, then pick:
Add->Extension->Dock Application Bar
Installation:
./configure
make
make install
<<lessMain features:
- VCR style controls including fast rewind and fast forward
- Time and Playlist position display
- Super stylee rotating arrow
- Hiding of the xmms windows (on startup and through middle-click)
- AfterStep users, add this line to your ~/GNUstep/Library/AfterStep/wharf:
Wharf wmusic - Swallow "wmusic" wmusic -w &
- Sawfish users, grab Tiger-Ts DockMill theme, and apply it to the running dockapp with the -w flag on.
- KDE users can use the "Dock Application Bar" to dock wmusic, dont forget the -w flag to launch wmusic. Right-Click on Kicker, then pick:
Add->Extension->Dock Application Bar
Installation:
./configure
make
make install
Download (0.045MB)
Added: 2005-10-08 License: GPL (GNU General Public License) Price:
1476 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gnustep search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed