Good Enough GUI

Use a web browser as a GUI for an application
Download

Good Enough GUI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Malcolm McQueen
  • Publisher web site:

Good Enough GUI Tags


Good Enough GUI Description

Use a web browser as a GUI for an application A set of functions that provide a point-to-point HTTP server and a preprocessing utility for C files with embedded HTML.This version has been developed on Debian Lenny on an AMD64 architecture. It should be a simple matter to implement it on any other system. (Please let me know.)It has been tested using Firefox and Safari.Create and, optionally, install libgegui.a and gegui.h .0) Read makefile in the directory.1) clean stuff up make clean2) compile make -kThis produces: library: gegui.a pre-processor: preProc - provides:ability to embed HTML within c-code. (prefix HTML lines with '+') sections within the HTML code delimited by '$' are passed on directly and executed as c code.Extra utility functions itoa and ftoa produce text values of integer and float values respectively.eg within HTML for:char *c = "textValue", $c$ expands to textValue float v = PI, $v$ expands to 3.141... and $sin(v)$ expands to 0.Try the example for more detail. 2) install make install - not needed for the example (see example makefile).writes gegui.h -> /usr/local/include libgegui.a -> /usr/local/lib preProc -> /usr/local/bin(You will need write permission to these directories. may have to : adduser )


Good Enough GUI Related Software