This package browser is in early development. Mind the rough edges.

fox

Widget Toolkit for building GUI

FOX (Free Objects for X) is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects!

Installation

Install the latest version of fox as follows:

guix install fox

Or install a particular version:

guix install fox@1.6.57

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of fox about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/fox'><img src='https://packages.guix.gnu.org/packages/fox/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/fox/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/fox)

Example Org:

[[https://packages.guix.gnu.org/packages/fox][https://packages.guix.gnu.org/packages/fox/badges/latest-version.svg]]