Giter Club home page Giter Club logo

guichan's Introduction

IMPORTANT!
=========
Guichan is currently in a beta stage. This means that the API is not fixed and
may change in the future. Every API change will break compatibility between
older versions of Guichan.

INTRODUCTON TO GUICHAN
======================
Guichan 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.  Guichan has an abstract design which allows users of
Guichan to use different objects for displaying of graphics and grabbing of
user input. Guichan comes with three implemented graphics objects (SDLGraphics,
OpenGLGraphics and AllegroGraphics) and two implemented input objects (SDLInput
and AllegroInput). Due to Guichan's extendible nature, new objects can also be
created by the developer to suit their needs.  As Guichan is designed for
games, Guichan lacks many features of more advanced GUI libraries (such as GTK
and QT). However, a game developer may not normally require all the advanced
features of the larger GUI libraries. Guichan aims to keep small and simple,
thus avoiding the complication and large dependencies found with some other GUI
libraries. Guichan is small but contains all basic GUI features making it ideal
for games.

Guichan allows the developer control over the initialization of external
libraries, giving a degree of freedom which is almost required in game
development, but not provided by some GUI libraries. Guichan should not be
considered a full GUI library but rather a tool or helper library for game
development.

The basic nature of Guichan means that it comes with a small number of default
widgets. There exists no themes or theme handling for Guichan, as their
implementation would increase the size and complexity of the library
unnecessarily.  Instead, the developer creates their own new widgets by
inheriting from the standard widgets or by overloading standard widget
functions. This makes Guichan much more flexible for customisation than theme
based GUIs, and more natural to use for C++ developers, as they need only learn
the API instead of a whole new theming system.

FOR MORE INFORMATION AND DOWNLOADS
==================================
For more general information about Guichan and/or downloads related to Guichan
please visit the Guichan homepage at http://guichan.sourceforge.net.

GETTING HELP WITH GUICHAN
=========================
If you need help with Guichan, the best way to proceed is to ask questions
either by joining the users mailing list or by joining our forum. Information
about Guichan's mailing lists and our forum is found at the Guichan homepate at
http://guichan.sourceforge.net.


GETTING INVOLVED WITH GUICHAN DEVELOPMENT
=========================================
If you want to get involved with Guichan development, the best way to proceed
is to suggest improvements to Guichan either by joining the developers mailing
list or by joining our forum. Information about Guichan's mailing lists and our
forum is found at the Guichan homepate at http://guichan.sourceforge.net.

By Olof Naessén 2006-06-30.

guichan's People

Contributors

bjorn avatar finalman avatar olofn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.