POV-Ray : Newsgroups : moray.win : MORAY programmers wanted Server Time
18 Mar 2024 23:27:53 EDT (-0400)
  MORAY programmers wanted (Message 1 to 5 of 5)  
From: Chris Cason
Subject: MORAY programmers wanted
Date: 11 Mar 2008 06:03:27
Message: <47d666ff$1@news.povray.org>
As many of you would be aware, POV-Ray now owns the Moray source code base.
We will be re-releasing this under the GPL3 once it is in working order.
However the main issue at this point is that Moray used a commercial
component in its tool bar, which we obviously cannot re-license. Thus, to
get a working Moray executable we at this time need someone who is
proficient with Visual Studio 2005 to jump into the code and do what is
needed to remove the old toolbar code and either stub it out or replace it
with whatever would be most appropriate via other open-source toolkits.

It is longer-term a goal of ours to have Moray move to being a cross-
platform tool, however I'm not sure if it is wise to do both of the above
at once (i.e. skip the basic 'get it up and working' and go straight to the
full conversion). I'd like to see something working sooner rather than later;]

In either event, we're seeking some enthusiastic coders from the community
who may be interested in taking this. I thought it would be fair to ask
here, on our own news server, first, prior to making it more public.

Note that we do ask of the coders who volunteer that they be willing to
devote a reasonable amount of time into the project in the short to medium
term, since this is when their time will be needed most.

Anyone who is interested feel free to reply to this post [followup set to
povray.general] or email me direct.

regards,

-- Chris


Post a reply to this message

From: John D  Gwinner
Subject: Re: MORAY programmers wanted
Date: 11 Mar 2008 21:27:06
Message: <47d73f7a@news.povray.org>
If WTL can be used for this, then I can do it easily.  I've done a lot of 
Windows SDK stuff lately direct without MFC in any event.

  I'm on vacation next Wednesday, however, so I don't know how fast I can do 
it.

  I have done some Moray development too, so I may even be somewhat familiar 
with some of the data structures, in a small way.  This should be all GUI 
stuff though.

           == John ==

  The email address is an alumni benefit, @cornell.edu and redirects to my 
(current) work address.

"Chris Cason" <del### [at] deletethistoopovrayorg> wrote in 
message news:47d666ff$1@news.povray.org...
> As many of you would be aware, POV-Ray now owns the Moray source code 
> base.
> We will be re-releasing this under the GPL3 once it is in working order.
> However the main issue at this point is that Moray used a commercial
> component in its tool bar, which we obviously cannot re-license. Thus, to
> get a working Moray executable we at this time need someone who is
> proficient with Visual Studio 2005 to jump into the code and do what is
> needed to remove the old toolbar code and either stub it out or replace it
> with whatever would be most appropriate via other open-source toolkits.
>
> It is longer-term a goal of ours to have Moray move to being a cross-
> platform tool, however I'm not sure if it is wise to do both of the above
> at once (i.e. skip the basic 'get it up and working' and go straight to 
> the
> full conversion). I'd like to see something working sooner rather than 
> later;]
>
> In either event, we're seeking some enthusiastic coders from the community
> who may be interested in taking this. I thought it would be fair to ask
> here, on our own news server, first, prior to making it more public.
>
> Note that we do ask of the coders who volunteer that they be willing to
> devote a reasonable amount of time into the project in the short to medium
> term, since this is when their time will be needed most.
>
> Anyone who is interested feel free to reply to this post [followup set to
> povray.general] or email me direct.
>
> regards,
>
> -- Chris


Post a reply to this message

From: Anthony D  Baye
Subject: Re: MORAY programmers wanted
Date: 18 Mar 2008 01:50:00
Message: <web.47df64b4fdef6e0eb80d39510@news.povray.org>
Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> As many of you would be aware, POV-Ray now owns the Moray source code base.
> We will be re-releasing this under the GPL3 once it is in working order.
> However the main issue at this point is that Moray used a commercial
> component in its tool bar, which we obviously cannot re-license. Thus, to
> get a working Moray executable we at this time need someone who is
> proficient with Visual Studio 2005 to jump into the code and do what is
> needed to remove the old toolbar code and either stub it out or replace it
> with whatever would be most appropriate via other open-source toolkits.
>
> It is longer-term a goal of ours to have Moray move to being a cross-
> platform tool, however I'm not sure if it is wise to do both of the above
> at once (i.e. skip the basic 'get it up and working' and go straight to the
> full conversion). I'd like to see something working sooner rather than later;]
>
> In either event, we're seeking some enthusiastic coders from the community
> who may be interested in taking this. I thought it would be fair to ask
> here, on our own news server, first, prior to making it more public.
>
> Note that we do ask of the coders who volunteer that they be willing to
> devote a reasonable amount of time into the project in the short to medium
> term, since this is when their time will be needed most.
>
> Anyone who is interested feel free to reply to this post [followup set to
> povray.general] or email me direct.
>
> regards,
>
> -- Chris

I'm familiar with VS 2005, and a CSC major.. Unfortunately, my studies take up
most of my free time (Free time being defined as any not spent in class) but
I'd love to help any way I can.  How proficient would I need to be?

A.D.B.


Post a reply to this message

From: Chris Cason
Subject: Re: MORAY programmers wanted
Date: 18 Mar 2008 20:02:43
Message: <47e06633$1@news.povray.org>
John D. Gwinner wrote:
>   If WTL can be used for this, then I can do it easily.  I've done a lot of 
> Windows SDK stuff lately direct without MFC in any event.
> 
>   I'm on vacation next Wednesday, however, so I don't know how fast I can do 
> it.
> 
>   I have done some Moray development too, so I may even be somewhat familiar 
> with some of the data structures, in a small way.  This should be all GUI 
> stuff though.

Thanks for the offer; I'll drop you an email direct.

regards,

-- Chris


Post a reply to this message

From: Chris Cason
Subject: Re: MORAY programmers wanted
Date: 18 Mar 2008 20:05:59
Message: <47e066f7$1@news.povray.org>
Anthony D. Baye wrote:
> I'm familiar with VS 2005, and a CSC major.. Unfortunately, my studies take up
> most of my free time (Free time being defined as any not spent in class) but
> I'd love to help any way I can.  How proficient would I need to be?

For the fixing, enough to work out what the missing functionality is and to
find a way to replace it via another means (or see if the program can be
used without it). Probably not that hard in terms of C++ per se.

-- Chris


Post a reply to this message

From: PdizzyD
Subject: Re: MORAY programmers wanted
Date: 19 Mar 2008 00:30:00
Message: <web.47e0a42dfdef6e0eb40ad56d0@news.povray.org>
I heard of this on FLOSS Weekly and I can offer some time, I think this stuff is
great. I am not a C++ programmer but do know C and Java. I do have a Math degree
and do program for a living. I would be willing to do testing, documentation and
any programming that would be useful. I have recently pulled down the beta and
what a difference.

-Peter

Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> As many of you would be aware, POV-Ray now owns the Moray source code base.
> We will be re-releasing this under the GPL3 once it is in working order.
> However the main issue at this point is that Moray used a commercial
> component in its tool bar, which we obviously cannot re-license. Thus, to
> get a working Moray executable we at this time need someone who is
> proficient with Visual Studio 2005 to jump into the code and do what is
> needed to remove the old toolbar code and either stub it out or replace it
> with whatever would be most appropriate via other open-source toolkits.
>
> It is longer-term a goal of ours to have Moray move to being a cross-
> platform tool, however I'm not sure if it is wise to do both of the above
> at once (i.e. skip the basic 'get it up and working' and go straight to the
> full conversion). I'd like to see something working sooner rather than later;]
>
> In either event, we're seeking some enthusiastic coders from the community
> who may be interested in taking this. I thought it would be fair to ask
> here, on our own news server, first, prior to making it more public.
>
> Note that we do ask of the coders who volunteer that they be willing to
> devote a reasonable amount of time into the project in the short to medium
> term, since this is when their time will be needed most.
>
> Anyone who is interested feel free to reply to this post [followup set to
> povray.general] or email me direct.
>
> regards,
>
> -- Chris


Post a reply to this message

From: Warp
Subject: Re: MORAY programmers wanted
Date: 19 Mar 2008 01:43:09
Message: <47e0b5fc@news.povray.org>
PdizzyD <pet### [at] amxinccom> wrote:
> I am not a C++ programmer but do know C and Java.

  I'm sorry if I sound blunt, but personally I would recommend having
real C++ experience. Both C and Java experience are actually rather
counter-productive for someone who then tries to program in C++ for
the first time (and the combination of both C and Java may make things
even worse).

  This is because programming practices which are good in C, and especially
programming practices which are good in Java, are often programming practices
which are bad in C++. C++ may resemble both C and Java, but it really isn't.
What may be a good idea in one of those latter languages may often be a bad
idea in C++.

  Please don't take this personally. I just have seen C++ code written by
Java programmers which has been quite horrible. (I'm not saying you would
create such code, but it seems to be a common trend. Java simply teaches
"bad habits" from the point of view of C++ programming.)

-- 
                                                          - Warp


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: MORAY programmers wanted
Date: 19 Mar 2008 09:30:10
Message: <47e12372$1@news.povray.org>
Warp escribió:
> Java simply teaches "bad habits" from the point of view of C++ programming.)

Like using way more classes than are usually used in C++? Or what 
exactly are you thinking of?


Post a reply to this message

From: Warp
Subject: Re: MORAY programmers wanted
Date: 19 Mar 2008 10:57:47
Message: <47e137fa@news.povray.org>
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:

> > Java simply teaches "bad habits" from the point of view of C++ programming.)

> Like using way more classes than are usually used in C++? Or what 
> exactly are you thinking of?

  No. Like using 'new' way too much.

-- 
                                                          - Warp


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: MORAY programmers wanted
Date: 19 Mar 2008 11:12:23
Message: <47e13b67@news.povray.org>
Warp escribió:
> Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
>> Warp escribió:
>>> Java simply teaches "bad habits" from the point of view of C++ programming.)
> 
>> Like using way more classes than are usually used in C++? Or what 
>> exactly are you thinking of?
> 
>   No. Like using 'new' way too much.

Ah heh...

I almost-did it a few times when I started working on a C++ project 
after having done Java for a while. When throwing exceptions.
throw new Whatever... Oh wait, no new here.

Likewise, trying to compare strings in Java using ==, after having done 
PHP. I wish I could make Eclipse warn about that.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.