Re: [Iup-users] 7GUIs GUI comparison

2017-11-20 Thread John Spikowski
Wow Peter! I'm setting up a board on the http://AllBASIC.info forum for your Phix/pGUI project. Great job !!! John On Mon, 2017-11-20 at 17:06 +, Pete Lomax via Iup-users wrote: > All seven Phix/pGUI samples can now be found in demo\rosetta\7guis at >

Re: [Iup-users] 7GUIs GUI comparison

2017-11-20 Thread Pete Lomax via Iup-users
All seven Phix/pGUI samples can now be found in demo\rosetta\7guis at https://bitbucket.org/petelomax/phix/src or try this direct link: https://bitbucket.org/petelomax/phix/src/51b43e4434275f263306583ccaebc837bbf78104/demo/rosetta/7guis/?at=default Permission granted to copy/reuse/whatever,

Re: [Iup-users] 7GUIs GUI comparison

2017-11-18 Thread Pete Lomax via Iup-users
Challenge accepted, I am going to do Phix/pGUI. On Fri, 17/11/17, Eric Wing <ewmail...@gmail.com> wrote: Subject: [Iup-users] 7GUIs GUI comparison To: "IUP discussion list." <iup-users@lists.sourceforge.net> Date: Friday, 1

Re: [Iup-users] 7GUIs GUI comparison

2017-11-18 Thread John Spikowski
"Furthermore lets not forget that the 7gui and related thesis work is kind of a simplicity shootout." If you like 'simple', checkout what I have going with IUP (Windows  / Linux) and Script BASIC. http://ScriptBASIC.org http://AllBASIC.info On Sat, 2017-11-18 at 13:53 +0100, Jörg F.

Re: [Iup-users] 7GUIs GUI comparison

2017-11-18 Thread Jörg F . Wittenberger
On Nov 17 2017, Eric Wing wrote: On 11/17/17, Antonio Scuri wrote: Very interesting indeed. I think we should implement those samples in C and Lua. Best, Scuri I also think LED example alternatives would be valuable too. A lot of frameworks now allow layout

Re: [Iup-users] 7GUIs GUI comparison

2017-11-17 Thread Antonio Scuri
Yes, I agree with you about LED. Best, Scuri Em 17/11/2017 20:09, "Eric Wing" escreveu: > On 11/17/17, Antonio Scuri wrote: > > Very interesting indeed. > > > > I think we should implement those samples in C and Lua. > > > > Best, > > Scuri

Re: [Iup-users] 7GUIs GUI comparison

2017-11-17 Thread Eric Wing
On 11/17/17, Antonio Scuri wrote: > Very interesting indeed. > > I think we should implement those samples in C and Lua. > > Best, > Scuri > I also think LED example alternatives would be valuable too. A lot of frameworks now allow layout to be done separate from

Re: [Iup-users] 7GUIs GUI comparison

2017-11-17 Thread Matt Welland
Hi Scuri, Would you be willing to host the IUP examples for the different languages as part of the IUP site or would you prefer we go with Eric's suggest to fork the 7gui repo? My opinion is that these examples have value to IUP itself and should be coupled closely with the IUP materials. It will

Re: [Iup-users] 7GUIs GUI comparison

2017-11-17 Thread Antonio Scuri
Very interesting indeed. I think we should implement those samples in C and Lua. Best, Scuri 2017-11-16 23:19 GMT-02:00 Eric Wing : > I saw this on HackerNews or Reddit yesterday. > https://github.com/eugenkiss/7guis/wiki > > Its origins are from a research paper that

Re: [Iup-users] 7GUIs GUI comparison

2017-11-16 Thread Matt Welland
I agree with Eric, having examples of each of those 7 basic patterns in the languages for which IUP has bindings would be both useful and interesting. Here are initial implementations of the two easy ones, the counter and the temperature converter, using the Chicken Scheme IUP bindings:

[Iup-users] 7GUIs GUI comparison

2017-11-16 Thread Eric Wing
I saw this on HackerNews or Reddit yesterday. https://github.com/eugenkiss/7guis/wiki Its origins are from a research paper that compares the objected oriented and functional programming for GUI design. http://www.eugenkiss.com/projects/thesis.pdf While that falls outside the scope of what IUP