I am looking for a lightweight cross-platform graphics library for various signal processing applications. ANSI-C must be statically linked to it and it matters. The finished application should have the same appearance on any platform as iPad, iPhone, Android, Ubuntu, Leopard, Windows, etc.
Qt is not suitable because it is C ++, too big and does not work on iOS devices. I am inclined towards the OpenGL-based graphics library, because OpenGL is supported by every modern target platform, and the OpenGL application will have the same look on every device.
Preferably, such a GUI should support form definitions using declarative semantics, for example. from C lines or from external text files.
c android user-interface ios opengl-es
psihodelia
source share