What about porting Feeling to MorphOS?
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    I was seen Feeling, and it seems interesting and easy for GUIs...

    http://www.gofromiel.com/feelin/

    I think that could be nice a native version for MorphOS :-)
  • »07.02.05 - 18:42
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    cecilia
    Posts: 459 from 2003/8/30
    From: universe, milk...
    so, "King of all wacky threads", have you used feelings on your peg? :-D
    "if you ever slam anyone, for anything, somehow you always end up eating shoe" Targhan
  • »07.02.05 - 20:34
    Profile Visit Website
  • JKD
  • Order of the Butterfly
    Order of the Butterfly
    JKD
    Posts: 456 from 2003/4/4
    From: South of heaven
    Even if those GUIs are butt ugly?

    Could any programmer comment what Feeling offers as an OO based system
    for GUI over and above MUI?
  • »08.02.05 - 03:29
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    SoundSquare
    Posts: 1213 from 2004/12/1
    From: Paris, France
    there was a Feelin update yesterday

    Feelin050207.lha

    and now it's open-source.
  • »08.02.05 - 15:43
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    takemehomegrandma
    Posts: 2720 from 2003/2/24
    What's the benefit of this "Feelin" compared to, say, MUI?
    MorphOS is Amiga done right! :-)
    MorphOS NG will be AROS done right! :-)
  • »08.02.05 - 22:38
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Yes, could be interesting if a programmer comments about this :-)

    And yes, the gui is ugly, maybe doing more like the MUI aspect could be nice, and better if reading the MUI prefs...
  • »08.02.05 - 23:15
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    liquidbit
    Posts: 407 from 2003/10/12
    Wow. ... this is genius...
    ..there will be only one left.
  • »08.02.05 - 23:23
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    jcmarcos
    Posts: 1178 from 2003/3/13
    From: Pinto, Madrid ...
    Quote:

    takemehomegrandma wrote:
    What's the benefit of this "Feelin" compared to, say, MUI?


    From what I've red in Feelin's outstanding online documentation, this new system allows for, among other things, describing complete applications in XML, like this:

    <?xml version='1.0' type='feelin/application' ?>

    <!-- A simple "Hello World !" -->

    <root>
    <Application name="app">
    <Window name="win" Open="true" Title="Hello !">
    <SimpleButton>Hello World !</SimpleButton>
    </Window>
    </Application>

    <notify>
    <win attribute="CloseRequest" value="true" target="app" method="Shutdown" />
    </notify>
    </root>

    Imagine not only the ease of development, but also being able to tune up every application you might like, so it fits your taste. And I'm not talking cosmetic issues here, I believe you can add "hooks" for new functions.
    I think there's no precedent in our little world for something that can be that productive (perhaps Pandora's DML, but it migrated to other operating systems years ago).
    Have in mind that Oliver Laviale (gofromiel@gofromiel.com) has done a huge job, creating a completely new memory management system, for example. And in this latest (last? No!) release, even a new event system, overloading Intuition's one.
    In my opinion, this is another rare case of a lonely genius giving for free a potentially unlimited tool for us users and programmers. It's something that deserves attention and applause.
  • »10.02.05 - 08:56
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Yes, but people not like it only because is ugly. Very sad that people only hink on superficial stuff only...
  • »10.02.05 - 10:09
    Profile
  • Just looking around
    volm
    Posts: 13 from 2003/11/24
    From: Copenhagen
    Quote:


    jcmarcos wrote:
    From what I've red in Feelin's outstanding online documentation



    Online documentation is a really nice thing to have.

    Feelin looks polished, and I don't mean the widgets or the colours of it :-)
  • »10.02.05 - 11:02
    Profile Visit Website
  • Targhan
    Posts: 2833 from 2003/2/8
    From: USA
    Very interesting, but <scratch my last statement!> does it bang the hardware in anyway? How portable is it? Is it open or closed source, etc?

    [ Edited by Targhan on 2005/2/10 3:06 ]
    :idea:Targhan

    MorphOS portal? www.MorphZone.org
  • »10.02.05 - 17:04
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    takemehomegrandma
    Posts: 2720 from 2003/2/24
    @ jcmarcos

    Thanks for the info and the links. This looks very useful indeed!

    I think I saw it mentioned somewhere that this is ported to OS4 now ...
    MorphOS is Amiga done right! :-)
    MorphOS NG will be AROS done right! :-)
  • »10.02.05 - 22:52
    Profile
  • Just looking around
    Gofromiel
    Posts: 12 from 2005/2/14
    From: Toulouse, FRANCE
    Quote:

    In my opinion, this is another rare case of a lonely genius giving for free a potentially unlimited tool for us users and programmers. It's something that deserves attention and applause.


    Well thank you very much. I feel optimistic :-) Did anyone tried to port my baby to MorpOS ?

    About the ugliness of the look, this is all customizable (event window borders)... even if I don't find it that ugly... mater of taste ;-)
  • »14.02.05 - 17:58
    Profile Visit Website
  • Targhan
    Posts: 2833 from 2003/2/8
    From: USA
    Hi Gofromiel, welcome to morphzone.

    I didn't find the interface ugly, I think the skins from morphos would fix what a lot of people find "wrong."

    Anyway, I didn't get to look at the sources, but did you use GCC to make the system? I expect someone will try to port it (and I really like the idea of XML defined gui's). Oh yeah, how well does it support ARexx?



    Targhan
    :idea:Targhan

    MorphOS portal? www.MorphZone.org
  • »14.02.05 - 18:05
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1516 from 2003/2/24
    From: Finland
    @gofromiel

    If you could provide proper makefile it could get easier... :-)
    1 + 1 = 3 with very large values of 1
  • »14.02.05 - 18:19
    Profile
  • Just looking around
    Gofromiel
    Posts: 12 from 2005/2/14
    From: Toulouse, FRANCE
    SAS/C was used to create everything. But there is support for GCC and vbcc. The GCC support file has been sent to me by Frederic Kannouf.

    Sorry for the makefile. In fact, I don't use them for classes, instead I've created two ARexx scripts : F_Create.rexx and F_Update.rexx. They are used to create the classes. Compiler options are globaly defined in the scripts. What the scipts do basicaly, is compile everything (*.c, *.a), create a .library header object, and link everything together... seams complicated but it's very standardized and works perfectly on classic Amigas... Well, this need to be improved...

    Anyway, before compiling classes, you need to have the feelin.library working...
  • »15.02.05 - 16:57
    Profile Visit Website
  • Cocoon
    Cocoon
    memering
    Posts: 45 from 2003/3/13
    From: Xenia Ohio USA
    Gofromiel,
    Does Feelin have ARexx support?

    Bob
    God Bless

    Bob
  • »15.02.05 - 21:22
    Profile Visit Website
  • Just looking around
    Gofromiel
    Posts: 12 from 2005/2/14
    From: Toulouse, FRANCE
    The only ARexx support is provided by FC_Application and supports "SHOW", "HIDE" and "QUIT" commands
  • »16.02.05 - 17:26
    Profile Visit Website
  • Just looking around
    falemagn
    Posts: 12 from 2003/10/24
    Since Feelin uses strings as method ids, at least from what I understand, it should be quite easy to add the ability to invoke methods by an AREXX program?
  • »16.02.05 - 18:40
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Uhm, I'm feelin' something ;-)
  • »18.02.05 - 23:55
    Profile
  • Just looking around
    Gofromiel
    Posts: 12 from 2005/2/14
    From: Toulouse, FRANCE
    Absolutely ! That's why the XMLApplications are so easy to handle for Feelin.

    But I have no idea of how to create an ARexx support library...
  • »22.02.05 - 18:50
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Uhm, maybe oGALAXYo like send his Pegasos II G4 to the Feelin's author ;-)

    Stunz, you aren't alone ;-)
  • »22.02.05 - 22:00
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Any news?
  • »15.04.05 - 17:40
    Profile
  • Just looking around
    Gofromiel
    Posts: 12 from 2005/2/14
    From: Toulouse, FRANCE
    Hi, long time no see :-) The last news is that Feelin is still under development, but because i've spend 2 mounth in London, improvements are little :

    * A new class : FC_XMLObject is the link between FC_XMLObject and FC_XMLApplication. Now you can also use XML defined objects, not only whole applications. All preference groups use XML descriptions.

    * Now, custom classes can also be used from XML files.

    * New image spec : gradients. Finaly, you can use gradients everywhere. It makes the GUI really nice.

    * Improved (again) layout rethinking and refreshing. The complex mode if fabulous :-)

    * Create a concept out of Preview/Popup/Adjust. All those classes have been rewritten.

    * Added popup menu to FC_Cycle.

    Now i'm working on FC_FileChooser and FC_Menu... but for this last one, I have a lot of things to think about. I want them in the window toolbar (like Unix), and I want to be able to left some always opened...

    Well, that's it :-D
  • »16.04.05 - 01:20
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Little? It seems really interesting, thanks for your work :-)
  • »16.04.05 - 03:14
    Profile