User Interface Applications
Editing, organising and displaying projects
Inform calls the different environments on which it runs - Windows, Mac OS X, Gnome on Linux, Solaris, and so on - "platforms". Each platform has its own independent user interface project, though some share parts of the code with each other.
Mac OS X
| Program: | Inform user interface for Mac OS X |
| Maintainer: | Andrew Hunter (andrew@logicalshift.co.uk) |
| Licence: | Copyright 2006-2009 by Andrew Hunter; published under the GPL version 2 |
| Language: | An Xcode project written in Objective C and using Cocoa |
| Version: | Releases are normally made as part of the regular releases of Inform itself, and changes are noted in the main change log. The current release uses build 02735. |
| Download: | OSX_UI_source.zip |
Windows
| Program: | Inform user interface for Windows |
| Maintainer: | David Kinder |
| Licence: | Copyright 2006-2009 by David Kinder; published under the GPL version 2 |
| Language: | A Microsoft Developer Studio project written in C++ |
| Version: | Releases are normally made as part of the regular releases of Inform itself, and changes are noted in the main change log. |
| Download: | Windows_UI_source.zip |
Gnome for Linux
| Program: | Inform user interface for the Gnome desktop environment running on Linux; available for a number of Linux distributions, including Debian, Fedora and Ubuntu |
| Maintainer: | Philip Chimento (philip.chimento@gmail.com) |
| Licence: | Copyright 2006-2011 by Philip Chimento; published under the GPL version 3 |
| Language: | ANSI C using the GTK+ toolkit |
| Version: | Releases are normally made as part of the regular releases of Inform itself, and changes are noted in the main change log. |
| Source: | I7_6G60_GNOME_Source.tar.gz Note that this project also has its own Sourceforge page, from which source code can be downloaded: http://sourceforge.net/projects/gnome-inform7 |
Linux (command line)
| Program: | Command line tools providing minimal user support for generic Linux, and other Unix platforms such as Solaris |
| Maintainer: | Adam Thornton (adam@fsf.net) |
| Licence: | Copyright 2006-2009 by Adam Thornton; published under the Artistic License 2.0 |
| Language: | Perl |
| Version: | Releases are normally made as part of the regular releases of Inform itself, and changes are noted in the main change log. |
| Source: | Since the software here is supplied in script form, it is already its own source code, so there is no separate source download. |