Home

Awesome

FFGUI

Provides basic cross-platform graphical user interface (GUI) for C and C++ based on:

The main feature is the UI loader - mechanism that builds UI at runtime from specially formatted text file containing definitions of UI elements, their initial properies and runtime action codes. The back-end parser (ffbase/conf.h) can utilize SSE4.2 for ultra fast processing.

Other features:

Based on [ffsys] (https://github.com/stsaz/ffsys) & ffbase.