2020-02-18 19:48:23 +01:00
2019-11-17 10:31:51 +01:00
2020-02-18 19:48:23 +01:00
2019-08-14 23:24:55 +02:00
2019-08-14 23:24:55 +02:00
2019-05-14 22:01:01 +02:00
2018-06-21 20:44:58 +02:00
2019-08-14 23:24:55 +02:00
2019-08-14 23:28:23 +02:00

libgui

Build Status

Usage

Following steps are required for initialization:

memoryInitialize();			// Initialize memory management

//DO GUI STUFF HERE!

memoryRelease();

Link the application with:

-lgui -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec -logg -lbz2

You also need to add the freetype2 nclude path to your Makefile. Example:

-I$(PORTLIBS_PATH)/ppc/include/freetype2

TODO: provide more information

Dependencies

To be able to use libgui, you need to install the following dependencies:

  • wut
  • Install the required portlibs via (dkp-)pacman -Syu ppc-zlib ppc-libmad ppc-libogg ppc-libgd ppc-freetype ppc-libjpeg-turbo ppc-libpng ppc-libvorbisidec ppc-glm ppc-bzip2

Credits

Description
No description provided
Readme 3.1 MiB
Languages
C++ 95.8%
C 3%
Makefile 1.1%