Welcome, Guest. Please login or register.

Author Topic: Feelin' GUI framework  (Read 3539 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« on: February 28, 2015, 05:59:22 AM »
Quote from: zylesea;785566
MUI Royale (Hollywood plugin) tranlates an XML file to a MUI GUI. I think it's easier than within C++ as I never got MUI to work with C++ and with MUI Royale it's a rather easy write down of definitions (execept you need quite some time to read the documentation of all the MUI functions).

Cough :-)
http://sourceforge.net/p/hollypaint/code/HEAD/tree/trunk/hollypaint.xml

MUI-Royale as a shared library which could be used from any language would be nice to have.

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #1 on: February 28, 2015, 11:38:02 AM »
Quote from: itix;785601
Maybe it does not look that bad at all... I have seen XAML and thought there is way too much text.

So with MUI Royale you write XML file and it is translated to UI? There is no visual editor? Maybe writing XML files by hand is workable after all...

Yes, it's translated on-the-fly. I've written the XML file by hand. No problem because I had already experience with MUI and can type with 10 fingers.

In the meantime someone is writing a visual editor
http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=39950&forum=32

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #2 on: March 01, 2015, 06:35:20 PM »
IIRC some years ago someone had continued to work on Feelin.

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #3 on: March 04, 2015, 08:18:21 AM »
Quote from: itix;785641

It needs more work but if someone is writing visual editor that can output XML...


Aha.
http://aminet.net/package/dev/gui/muixml

I'm interested in the source code with open source license. :juggler:
« Last Edit: March 04, 2015, 08:21:57 AM by Mazze »
 

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #4 on: March 04, 2015, 05:43:17 PM »
Quote from: itix;785799
I can do that. I was thinking GPL/LGPL, moving code generators to link lib and main executable would be GPL. How that sounds?

Great. :)

How do we want to proceed? Should I create a Sourceforge project?

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #5 on: March 05, 2015, 10:22:49 PM »
Quote from: itix;785860
Yes please :) I dont have much time at the moment to do anything so any help is appreciated.

I've sent a PM to you.

Here's project page:
https://sourceforge.net/projects/muixml/

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #6 on: March 21, 2015, 10:51:50 AM »
Quote from: itix;785860
Yes please :) I dont have much time at the moment to do anything so any help is appreciated.

:bump:

Offline Mazze

  • Full Member
  • ***
  • Join Date: Aug 2007
  • Posts: 133
    • Show all replies
    • http://mazze-online.de
Re: Feelin' GUI framework
« Reply #7 on: March 21, 2015, 05:41:52 PM »
Quote from: itix;786603
Just sent you an email ;-)

Thanks.
https://sourceforge.net/p/muixml/code/HEAD/tree/

I'll first have to port mxml lib to AROS.