Welcome, Guest. Please login or register.

Author Topic: New snapshot of Feelin  (Read 5012 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline reflect

  • Full Member
  • ***
  • Join Date: Dec 2002
  • Posts: 138
    • Show only replies by reflect
    • http://www.acggbg.org
Re: New snapshot of Feelin
« Reply #14 on: February 07, 2005, 09:38:50 PM »
I read the readme but I couldn't find system requirements anywhere? What are they?
--
These are interesting times we live in. New machines in progress, new AmigaOS in progress.. userbase slowly, slowly growing..  which is a success in itself.
 

Offline GofromielTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 38
    • Show only replies by Gofromiel
    • http://www.gofromiel.com
Re: New snapshot of Feelin
« Reply #15 on: February 07, 2005, 10:39:43 PM »
Requirements : AmigaOS 3.0, 68020 :-)

Offline Twin

  • Full Member
  • ***
  • Join Date: Dec 2003
  • Posts: 106
    • Show only replies by Twin
Re: New snapshot of Feelin
« Reply #16 on: February 08, 2005, 03:15:48 AM »
Quote
Did anyone read the website, completely?
Just wondering...


I did...

My eyes! My eyes! :-D  :-?  :-o
 

Offline Kaminari

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 186
    • Show only replies by Kaminari
    • http://namida.com/kaminarimon/
Re: New snapshot of Feelin
« Reply #17 on: February 08, 2005, 05:31:59 AM »
Hey Chris,

As the great author of Poseidon and the Deli14Bit genie, you should know better. I don't remember anyone complaining about you borrowing the 14-bit resolution concept from Christian Buchner ;-)

Good job, Olivier. Keep up the good work and forget about the grumpy devs :lol:
"Silence is the most resounding word." (Sima Qian)
 

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show only replies by platon42
    • http://www.platon42.de/
Re: New snapshot of Feelin
« Reply #18 on: February 08, 2005, 07:52:46 AM »
@Kaminari:

> As the great author of Poseidon and the Deli14Bit genie, you should know
> better. I don't remember anyone complaining about you borrowing the 14-bit
> resolution concept from Christian Buchner

The difference is: I used his source, but gave credit in the about message
and in the manual. And I both know Buchner and Kunath personally and they
appreciate my work.

@Gofromiel:

> MUI is just a BOOPSI extension after all! I don't need to credit MUI! I
> made Feelin all by myself over 3 years !

Well, after copying all the design, copying large parts of the programmers
manual, copying parts of the examples, the API, the macros and so on, not
giving credit and whining that this is all your work is IMHO a bit
pathetic.

When will people learn that designing a software architecture is just a lot
more than reimplementing one existing design?

> Feelin have it's own object-oriented system with dynamic IDs,

There is nothing innovative in  that.  The  difference  is,  that  you  use
strings  for  referencing,  whereas MUI uses predefined static ID. You will
argue, that these IDs could clash, but I disagree --  there  is  a  defined
"name-space" for each class (public and private ones).

> its own memory management,

You mean  that  never-seen  FreeVecPooled()  as  in  the  Amiga  developers
examples?  Even  Poseidon  uses that kind of memory management, but doesn't
brag itself with it.

> its own event system,

You mean that clone for MUIM_HandleEvent? Did I miss something?

> support XML applications,

While I do think that this is a good idea for static GUIs, I can't see  the
benefit for dynamic GUIs with variable number of items.

> its own debug system and soooooo much more !! Feelin stand
> alone completely !

So? If it stands alone completely, why does it need to use the MUI API  and
classes and OO structure and so on (see above)?

> I guess people complaining about "your MUI clone" look at the screenshots
> and stop there. Are they real developer or just "old-time-complainers".

Well, I do consider myself a real developer. I'm not complaining about  the
work   you've   done.  I  do  appreciate  it!  I'm  complaining  about  the
work/art/design/manuals you did not do, but copied and not giving credits.

> Anyway, what is exactly the recent evolution of MUI ?? MUI did not
> introduced object programming to the amiga, nor to the world!

Where did I claim this?

> Its only a GUI based extension.

While I do respect your  opinion  on  MUI,  I  have  the  feelin'  (no  pun
intended)  that  you  disrespect the work of others. IMHO MUI is a lot more
than just a GUI bases extension.

> Feelin is more what BOOPSI and Reaction should have been.

Possibly. But IMO not by design, but by implementation.

Once again: I'm not discrediting your work/implementation as such, I'm just
a  bit upset that you copied so much stuff from MUI, but on the other side,
claim that you've done all of the stuff yourself and even go so far and say
(paraphrasing) "MUI is crap".

Then again, there is a saying  that  immitation  is  the  deepest  kind  of
admiration.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM
 

Offline Aledt

  • Newbie
  • *
  • Join Date: Aug 2004
  • Posts: 32
    • Show only replies by Aledt
Re: New snapshot of Feelin
« Reply #19 on: February 08, 2005, 07:23:04 PM »
You say its designed for OOP, does it come with classes for using with C++? , thats one of the things that bugs me about MUI is the lack of them.
 

Offline GofromielTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 38
    • Show only replies by Gofromiel
    • http://www.gofromiel.com
Re: New snapshot of Feelin
« Reply #20 on: February 08, 2005, 08:03:57 PM »
@platon42: Another exemple of complete ignorence !!

Did you read the documentation ? Did you look at the source code ? Did I ask anyone for money for using my work ?

Your argumentation is so overdone (and underdocumented) that its nearly ridiculous.

Quote
Well, after copying all the design


MUI is using BOOPSI design, isn't it ?

Quote
the API


Where exactly ?? Some calls are similar to BOOPSI, but did MUI create the concept of API ?

Quote
the macros


Macro concept is not perticuliar to MUI. Do you want me to name a macro that access to the width of an object "give_me_the_width_bitch" ? If you add really looked at the macros you should have seen that they are not named the same, and don't need any attribute, because FC_Area is opaque... for example.

Quote
You mean that never-seen FreeVecPooled()


Are you serious, you didn't even had a look at the documentation or what ? Try to FreeVecPool(12,32) then try to F_Dispose(32). Then of how stupid you were.

Quote
You mean that clone for MUIM_HandleEvent? Did I miss something?


DOCUMENTATION AGAIN !!!! Feelin doesn't use IDCMP flags, but ITS OWN EVENT SYSTEM !!

Quote
So? If it stands alone completely, why does it need to use the MUI API and so on


Are you drunk or something ?? What is MUI without BOOPSI ??

--- end of pissed mode ---

I don't disrespect MUI, it did a loooot for the Amiga, but I'm fed up of people talking soooo smartly without knowing anything. THE SOURCE OF FEELIN IS AVAILABLE, CHECK IT OUT !!!

--- end of end pissed mode ---

English is not my native language. Today is the first day of my life in London. Maybe I'm exausted, but I'd work so hard on Feelin that sometime I experience difficulties with deprecation (if it's the correct word :-))

Anyway, enjoy, walking peacefully among the things !!

Offline blubbe

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 268
    • Show only replies by blubbe
    • http://somewhere.in-hell.com
Re: New snapshot of Feelin
« Reply #21 on: February 09, 2005, 12:04:14 AM »
Man, you are truly delusional.
Calm down an look at your work.
Then look at MUI.
Lookat your documentation,
look at MUI documentation.

Now tell me you havent made a MUI-clone,
called it your own invention, copy-pasted
the documentation, only replaced occourences of "MUI" with "Feelin", renamed methods with "F_" instead of "MUI_", And YES, removed BOOPSI
and replaced it with something similar.  

And DONT tell me to read the documantation,
or that I just look at the pictures, or that I am drunk, or anything like that. I have {bleep}ing
read your documentation, looked at your examples (also from MUI btw), and coded a bunch of stuff with MUI.

And NO, I dont have a problem with you reimplementing MUI.
I have a problem with you copy-pasting the documentation (documentation,autodocs)
withiout a single notice
pretending you did it yourself.
I have a problem with you calling MUI crap.

Also, I dont see what the hell Feelin actually
improves on compared to MUI, besides a few
details that doesn really make that much difference in
the end anyway. maybe if it was actually compatible with MUI.
And the argument that you have just made it look like MUI to make MUI-programmers more easily
start programming for it is also bull. It soesnt make it easier to code for, but instead the programmer thinks he is coding MUI, but it doesnt work because of many small incompatibilities,
the biggest beeing the basic way methods are called. If you want to create something revolutionary then give it its own API instead.
i      i     i    i   i  i iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii i  i   i    i     i     i      i
 

Offline AmiXDel

  • Jr. Member
  • **
  • Join Date: Dec 2004
  • Posts: 63
    • Show only replies by AmiXDel
Re: New snapshot of Feelin
« Reply #22 on: February 09, 2005, 06:17:43 AM »
Gofromiel: This is an interesting piece of work, and you have an interesting way with words, kinda reminds me of:

http://www.realultimatepower.net/

for some reason.

Anyhow, ignore those other guys, you're doing a VERY good thing, and I'm most interested to see where it goes!

Good luck!
 

Offline Argo

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3219
    • Show only replies by Argo
Re: New snapshot of Feelin
« Reply #23 on: February 09, 2005, 08:10:13 AM »
Okay, guys we get the idea. Have you thought of contacting the author of MUI? He would have the only true reason to complain and/or take action.
 

Offline GofromielTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 38
    • Show only replies by Gofromiel
    • http://www.gofromiel.com
Re: New snapshot of Feelin
« Reply #24 on: February 09, 2005, 02:03:25 PM »
Does AMD copy Intel ?? Or are they just compitible, so people can use AMD processors ? Feelin is compatible with MUI in the way that programming them is similar. Being a new comer, I can't ask people to learn a different thing AGAIN. That's why Feelin is similar, just to be simple for people search better...

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: New snapshot of Feelin
« Reply #25 on: February 09, 2005, 03:20:31 PM »
Welcome to London Gofromiel :-)

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show only replies by platon42
    • http://www.platon42.de/
Re: New snapshot of Feelin
« Reply #26 on: February 09, 2005, 07:10:44 PM »
Well, with your attitude, there is no sense in having a reasonable discussion. If yelling, name calling, and taking nude photographs is everything you can do, just go ahead with it. Go play with tjaoz.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM
 

Offline cecilia

  • Amiga Snob
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4875
  • Country: 00
    • Show only replies by cecilia
    • http://cecilia.sawneybean.com/
Re: New snapshot of Feelin
« Reply #27 on: February 09, 2005, 07:50:15 PM »
Quote
nude photographs
WHAT!!!, how did i miss this????   :-o
the no CARB diet- no Cheney, Ashcroft, Rumsfeld or Bush.
IFX CD Tutorial
 

Offline GofromielTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 38
    • Show only replies by Gofromiel
    • http://www.gofromiel.com
Re: New snapshot of Feelin
« Reply #28 from previous page: February 09, 2005, 09:29:52 PM »
@bloodline:
Quote
Welcome to London Gofromiel
Thank you !! 2 days now, still surviving :-)

@platon42:
Quote
If yelling, name calling, and taking nude photographs is everything you can do, just go ahead with it. Go play with tjaoz.


Is this the reason of your angryness ? :-) I think we will be enemies for life :-) Just kidding, think what you want I don't care, I have a fantastic aura :-) Cheeeeeers !!!

PS: I do videos too !!!