aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: AmuleGUI in Cocoa  (Read 3913 times)

IsA

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
AmuleGUI in Cocoa
« on: January 04, 2008, 03:28:33 PM »

I read the topic about aMule GUI redesign in the news section and now I know that there will never be a change. The only way to have a good UI is to build a brand new GUI and use it with amuled.
Is there anybody who knows how to code in Cocoa? I can build the interface (*.nib files I mean) but I don't know Obj-C, so I can't code the whole interface.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: AmuleGUI in Cocoa
« Reply #1 on: January 04, 2008, 07:32:48 PM »

IsA: I recommend you to start with some concepts pictures of your GUI design and present them in this thread. I know we have Obj-C-Coders in our community, hopefully one of them wants to work with you on this project.

I'll try to assist you as good as I can, but I don't know Obj-C myself and currently I'm busy working on Italian morphology and plain C ( bad combination, but C is the requirement ... :( ). Anyway, don't hesitate to ask me if I can help you.
Logged

iraebrasil

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: AmuleGUI in Cocoa
« Reply #2 on: April 25, 2008, 04:22:54 PM »

I don't know Objective-C but I know a lot about programing and also a little of C.

Is amuled stable and well documented? If it is I'll be glad to spend some time getting to know more of Objective-C and programing an GUI in Cocoa.

Can anyone post some feedback on this?
Thanks a lot!
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: AmuleGUI in Cocoa
« Reply #3 on: April 26, 2008, 08:28:21 AM »

Well, we use the EC protocol for the communication between the core (i.e. aMule and amuled). This protocol might be reworked in the future, but currently it is not being changed.
The documentation is largely in the source code in the form of comments as well as in the form of implementations.

Does this answer your questions so far?
Logged

iraebrasil

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: AmuleGUI in Cocoa
« Reply #4 on: April 26, 2008, 10:30:03 PM »

Ok!

I'll donload the source and later I'll let you know any progress.

May take some time for me to read some books or articles on the subject and familiarize myself with the code.

Many thanks for the reply.
Logged