suggestions sought for a framework for a quick, dirty, really simple GUI prototype
ik
idokan at gmail.com
Thu Jul 19 12:32:50 IDT 2012
On Wed, Jul 18, 2012 at 11:50 AM, Oleg Goldshmidt <pub at goldshmidt.org>wrote:
> Hi,
>
> I have no - literally zero - experience in creating GUIs of any kind. I
> face the following task now: there is a C++ program that runs on Linux and
> basically receives some packets with some data over the network and does
> some transformations on the data. As a result some data structures are
> created and updated - potentially many times a second, say, a few times a
> second for any *single piece* of data. I need a *prototype* GUI that would
> display and constantly update (parts of) those structures, say strings and
> numbers with colours and labels and stuff. There may be a need for a
> drop-down menu for some configuration - don't know yet. Eventually maybe a
> button or two will be added to invoke some actions.
>
> I figure that the simplest way about it would be to make the GUI run on
> the same Linux machine and write it in C++ for ease of integration. What
> would be the easiest / simplest framework to use? Is it Qt? Ultimate++ (
> http://www.ultimatepp.org/ - just one of the things I found in a simple
> and brief search)? Since I have no experience it's difficult for me to
> judge quickly.
>
> What is important here is speed and painless ramp-up to some fairly low
> level. I want to be up and running as fast as possible with as little
> coding as possible. No need for bells and whistles. No need for long term
> maintenance. It is for a throw away demo/prototype - and yes, I am sure it
> (the GUI part) will be thrown away.
>
> Any suggestions / experiences / war stories / whatever?
>
I'm suggestion you a different type of approach here: Use Lazarus.
You do not need to worry about the GUI, because it's simple to use, you
only worry about the logic behind your solution.
It's not marketing, but how the concept works.
Here is an example on a project of mine using Lazarus:
https://github.com/ik5/display-quotes
The code there is not about writing GUI, but everything that is not the GUI
part.
>
> Thanks in advance,
>
> --
> Oleg Goldshmidt | pub at goldshmidt.org <oleg at goldshmidt.org>
>
>
Ido
> _______________________________________________
> Linux-il mailing list
> Linux-il at cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.huji.ac.il/pipermail/linux-il/attachments/20120719/160a9f8f/attachment.html>
More information about the Linux-il
mailing list