[Mono-list] [Announcement] Winforms GUI Generator

Thomas Hansen thomas at magixilluminate.com
Wed Sep 3 13:05:57 UTC 2014


Nice :)
If you wish, you can check out Magix Illuminate [MIT license] which
has some similar constructs that might give Adolfo some ideas. The
video at this url; http://magixilluminate.com/ - shows a browser based
IDE amongst other things. The IDE is demonstrated roughly at the
middle of the video

BTW, It might be you'll have to drop some of the modules to compile
and run it on Mono and Xamarin, but the core should work pretty well I
think ...

One particularly interesting piece might be how Magix also uses a
"script'ish format" for GUI components that tells the engine how to
build the UI and hook up events and such. Magix uses a JSON textual
representation format though, through Hyperlisp, and not XML. But it's
still roughly the same idea ...


2014-09-03 14:05 GMT+02:00 William Ivanski <william.ivanski at gmail.com>:
> Very nice project, looks promising!
> I'm going to test it here, thank you :)
>
> William Ivanski
>
>
> 2014-09-03 8:19 GMT-03:00 Baltasar García Perez-Schofield
> <baltasarq at gmail.com>:
>
>>
>>         Hi, there!
>>
>>         This is to announce the work of Adolfo Álvarez, who created a
>> Winforms application which makes it possible to build basic to medium (in
>> complexity) interfaces. It creates an XML file which can be later loaded in
>> your app in order to create the GUI and connect the signals.
>>
>>         There is a GitHub repository here:
>>         http://github.com/aalvlopez/generadorWinforms/
>>
>>         User manual (unfortunately, docs in Spanish, though images are
>> self-explanatory):
>>
>> http://github.com/aalvlopez/generadorWinforms/tree/master/Documentacion/Manual%20de%20usuario
>>
>>         Example application:
>>
>> http://github.com/aalvlopez/generadorWinforms/tree/master/ProbandoLibreria
>>
>>         Hope you like it.
>>
>> --
>> Baltasar (baltasarq at gmail.com  http://baltasarq.info/)
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list