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
> >
>
> I also think LED example alternatives would be valuable too. A lot of
> frameworks now allow layout to be done separate from code, so people
> like to see how to do both pure-programmatically and with the layout
> builders.
>
> So with IUP, people would probably be interested in seeing LED
> variants in addition to the pure code solution (especially those
> planning to work with IUP in more-verbose/less-script-y languages like
> C (as opposed to Lua)).
>
> Thanks,
> Eric
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 code, so people
like to see how to do both pure-programmatically and with the layout
builders.

So with IUP, people would probably be interested in seeing LED
variants in addition to the pure code solution (especially those
planning to work with IUP in more-verbose/less-script-y languages like
C (as opposed to Lua)).

Thanks,
Eric

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] 7GUIs GUI comparison

2017-11-17 Thread Antonio Scuri
  The idea is to incorporate these examples in a page close to the Tutorial
section in the IUP documentation. But they should be in Lua and C. We can
add the Chicken code as a contribution in the same page.

  We are fully busy with the next version, so this will take some time
anyway.

Thanks,
Scuri


2017-11-17 15:00 GMT-02:00 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 take
> some time but I'm interested in attempting to implement the remaining gui
> patterns in Chicken.
>
>
> On Nov 17, 2017 5:55 AM, "Antonio Scuri"  wrote:
>
>   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 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 cares about, I did
>> think the 7 GUI "benchmark" was an interesting and potentially useful
>> idea. To help spread the word about IUP, I think it could be useful to
>> people to see a comparison of common basic GUI patterns written in
>> different libraries.
>>
>> Such a list would allow:
>> - People to learn about libraries they may have not heard of before
>> (IUP is relatively unknown compared to, say, Qt.)
>> - See examples of code/how it is done.
>> - Help those thinking about migrating from one library they currently
>> know to a new one.
>>
>>
>> Anyway, I thought I would mention it in case anybody here would like
>> to pick up the challenge and try writing an IUP version for those 7.
>> Presumably and optionally, that page and examples could be forked to
>> become a simple comparison page instead of focusing on the OO vs.
>> functional thing.
>>
>> Thanks,
>> Eric
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 take
some time but I'm interested in attempting to implement the remaining gui
patterns in Chicken.

On Nov 17, 2017 5:55 AM, "Antonio Scuri"  wrote:

  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 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 cares about, I did
> think the 7 GUI "benchmark" was an interesting and potentially useful
> idea. To help spread the word about IUP, I think it could be useful to
> people to see a comparison of common basic GUI patterns written in
> different libraries.
>
> Such a list would allow:
> - People to learn about libraries they may have not heard of before
> (IUP is relatively unknown compared to, say, Qt.)
> - See examples of code/how it is done.
> - Help those thinking about migrating from one library they currently
> know to a new one.
>
>
> Anyway, I thought I would mention it in case anybody here would like
> to pick up the challenge and try writing an IUP version for those 7.
> Presumably and optionally, that page and examples could be forked to
> become a simple comparison page instead of focusing on the OO vs.
> functional thing.
>
> Thanks,
> Eric
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 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 cares about, I did
> think the 7 GUI "benchmark" was an interesting and potentially useful
> idea. To help spread the word about IUP, I think it could be useful to
> people to see a comparison of common basic GUI patterns written in
> different libraries.
>
> Such a list would allow:
> - People to learn about libraries they may have not heard of before
> (IUP is relatively unknown compared to, say, Qt.)
> - See examples of code/how it is done.
> - Help those thinking about migrating from one library they currently
> know to a new one.
>
>
> Anyway, I thought I would mention it in case anybody here would like
> to pick up the challenge and try writing an IUP version for those 7.
> Presumably and optionally, that page and examples could be forked to
> become a simple comparison page instead of focusing on the OO vs.
> functional thing.
>
> Thanks,
> Eric
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users