Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Archivus
|
Posted - 2009.08.24 09:19:00 -
[1]
Hey,
None of you know me or have heard about me so a quick introduction:
I'm Archivus and I've been playing eve since last december (on and off really). Recently I switched to a mac laptop at home and found myself out of luck with a decent replacement tool for eveMon. I'm a software developer / consultant during working hours and in my spare time I used to be a very active open source developer.
I decided to just bite the bullet and write a native mac application to mimic the behaviour of eveMon to the fullest. It has been in development for a few days now and there is decent progress.
I am fully aware of alternative programs to get eveMon functionality on a mac but they all require at least some form of tinkering (afaik, please correct me if I'm wrong).
I am posting this here now to get other parties (if interested) involved as I will be bringing up a CVS repository soon-ish - hopefully by the end of this week. The application will be free software under a very relaxed BSD license.
To get involved you should at least have an understanding of Cocoa and objective-C and how CVS works. Drop me an evemail if interested. An update will be posted at the end of the week in this topic.
Take care. (this is my main character)
|
omgdutch2005
Gallente Advanced Planetary Exports Intergalactic Exports Group
|
Posted - 2009.08.24 09:25:00 -
[2]
cant you install mono? so you can run all .net apps? or is mono only for linux? mono is the .net framework (3.5) variant....
|
Archivus
|
Posted - 2009.08.24 10:15:00 -
[3]
Originally by: omgdutch2005 cant you install mono? so you can run all .net apps? or is mono only for linux? mono is the .net framework (3.5) variant....
You can, I bet. I haven't done it myself. However note that I was talking about a native application that runs without tinkering with 3rd party applications to get it up and running.
|
Dragonaire
Caldari Corax. New Eden Retail Federation
|
Posted - 2009.08.24 14:08:00 -
[4]
Have you looked at GtkEveMon? I'm running on Linux but my understanding is the Mac also has everything you need. -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
Archivus
|
Posted - 2009.08.24 14:16:00 -
[5]
Originally by: Dragonaire Have you looked at GtkEveMon? I'm running on Linux but my understanding is the Mac also has everything you need.
Yes I have, however as the other solution this is not native and requires GTK libraries and X11 and I dislike those personally quite a bit.
There will be screenshots, initial mac binaries and full source by the end of this week for the application I've been writing. I do not like reinventing the wheel but I really dislike any other solutions which are out there for the time being.
|
Archivus
|
Posted - 2009.08.27 13:28:00 -
[6]
updated 090827 with new information on the application.
|
finthir
|
Posted - 2009.08.28 10:19:00 -
[7]
I have just bought a mac and started to learn iphone/xcode so looking forward to reading your source code so i can learn from it.
|
Archivus
|
Posted - 2009.08.30 18:07:00 -
[8]
update 090830: updated with more info.
|
Herra B
Beyond Divinity Inc Beyond Virginity
|
Posted - 2009.08.30 23:46:00 -
[9]
Brilliant!
And thouse asking "why not just gtk and x11?" definetly don't have a mac.
|
Archivus
|
Posted - 2009.08.31 05:51:00 -
[10]
as promised, new sshots available.
|
|
Archivus
|
Posted - 2009.09.05 20:35:00 -
[11]
Edited by: Archivus on 05/09/2009 20:35:30 updated 090905 with first release hosted on sf.net.
release01 package includes compiled application + source code. please report bugs to the e-mail address listed in the README.rtf file.
enjoy!
edit: its lacking documentation, it's pretty straight forward to figure out how to use it though.
|
finthir
|
Posted - 2009.09.07 12:29:00 -
[12]
great thanks, reading through it, much easier read than ceres.
|
Pale Dog
|
Posted - 2009.09.10 21:39:00 -
[13]
Archivus .. nice app. Easy to use with no fiddling. I appreciate your efforts for the Eve Mac community!
|
Archivus
|
Posted - 2009.09.11 07:06:00 -
[14]
Glad to hear others are enjoying it.
There will be a new release out somewhere next week with some bug fixes I found and received. Besides that there'll be an automated update of the character every hour plus proper notification if a skill training has finished.
After that release things like skill, ship and item planners will start showing up.
|
Archivus
|
Posted - 2009.09.20 15:07:00 -
[15]
update 090920: I've been stuck at work for the entire weekend so the new version will be out in 2-3 days.
|
Tallaran Kouros
Caldari
|
Posted - 2009.09.21 10:20:00 -
[16]
Originally by: Archivus Glad to hear others are enjoying it.
There will be a new release out somewhere next week with some bug fixes I found and received. Besides that there'll be an automated update of the character every hour plus proper notification if a skill training has finished.
After that release things like skill, ship and item planners will start showing up.
I had a look at your screenshots and it looks like the sort of app I've been looking to write for a while.
Are your bugs logged on SF?
I'd be happy to take a look at some of them and maybe contribute some code towards a skill planner :)
|
Archivus
|
Posted - 2009.09.21 16:09:00 -
[17]
Originally by: Tallaran Kouros Are your bugs logged on SF? I'd be happy to take a look at some of them and maybe contribute some code towards a skill planner :)
As of this time they are not, however if you or others would be interested in collaborating I'd be happy to move the CVS tree and bugs to SF and establish a more central point of development.
|
Tallaran Kouros
Caldari
|
Posted - 2009.09.23 09:22:00 -
[18]
Originally by: Archivus
Originally by: Tallaran Kouros Are your bugs logged on SF? I'd be happy to take a look at some of them and maybe contribute some code towards a skill planner :)
As of this time they are not, however if you or others would be interested in collaborating I'd be happy to move the CVS tree and bugs to SF and establish a more central point of development.
Yes - please do :)
|
Dragonaire
Caldari Corax. New Eden Retail Federation
|
Posted - 2009.09.23 17:07:00 -
[19]
I would suggest you not use CVS but move to Subversion or Git as they will make managing you project much easier with multiple developers. CVS was great in it's day but it's day was really over several years ago when the others were developed. -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
Archivus
|
Posted - 2009.09.23 19:11:00 -
[20]
Edited by: Archivus on 23/09/2009 19:11:14
Originally by: Dragonaire I would suggest you not use CVS but move to Subversion or Git as they will make managing you project much easier with multiple developers. CVS was great in it's day but it's day was really over several years ago when the others were developed.
I'm used to CVS and am fully aware of its drawbacks and other issues, however having written an open source CVS implementation I am biased towards using it more then any other alternative. I hope this thread will not turn into "oh my god wtf bbq svn iz way better n ****" because I will simply ignore those.
|
|
Dragonaire
Caldari Corax. New Eden Retail Federation
|
Posted - 2009.09.24 06:28:00 -
[21]
Wouldn't be from me I just thought I'd make the suggestion but sound like you do understand the problems etc and in the end it is your project -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
Dansel
Gallente
|
Posted - 2009.09.24 06:49:00 -
[22]
You should really post this in the mac section instead -----------------
Yay!! |
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |