fifechan

Fifechan is a C++ GUI library designed for games. It comes with a standard set of 'widgets' and can use several different objects for displaying graphics and capturing user input.


License
LGPL-2.1
Install
brew install fifechan

Documentation

FIFEGUI LOGO

FIFECHAN

Website Forum #fife on Freenode Changelog Releases Source Code (zip)
Continuous Integration Linux Mac Windows
Build Status Travis Build Status Travis Build Status Appveyor Build status
Development Releases - - All artifacts
fifechan-shared-VC14.zip
fifechan-static-VC14.zip

Fifechan is also already available from the following package repositories:

Packaging status

Introduction to Fifechan

Fifechan is a lightweight cross platform GUI library written in C++ specifically designed for games. It has a small yet powerful built in set of extendable GUI Widgets allowing users to create virtually unlimited types of widgets.

Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box or it can be adapted to use any rendering engine the user requires. Events are pushed to Fifechan which allows users to use any input library they wish or they could use the built in input handling through either SDL input or Allegro input.

The primary goal for Fifechan is to keep it extendable, lightweight and still be powerful enough to use in all types of games out of the box.

Downloads

Latest Releases

You find the latest releases on Github Releases.

Development Releases

We also provide releases for the latest successful build. You find them listed in the Continous Integration table above.

Getting involved

If you want to get involved with the development, come join our IRC channel #fife on Freenode. Feel free to drop us a line there and we'll help you getting started!