POV-Ray : Newsgroups : povray.advanced-users : the POV-ray SDL--similar to Java and/or Python? Server Time
6 Oct 2024 12:49:06 EDT (-0400)
  the POV-ray SDL--similar to Java and/or Python? (Message 11 to 20 of 79)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Orchid XP v3
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 13:44:00
Message: <4506f1e0$1@news.povray.org>
>> As an aside, if the SDL ever becomes object-oriented, the whole subject 
>> will become a whole lot more confusing. ;-)
> 
>   Not really. C++ doesn't talk about "objects" anywhere in its syntax,
> and neither has the SDL to do so (when referring to class instances).
> Even the documentation could avoid the word "object" in relation to
> class instances (and talk about "instances" instead).

Yeah, that sounds like it would work. Just need to be careful to *stick* 
to that terminology and it should be fine...


BTW, I was thinking about just inventing my own new SDL language and 
writting a program that can convert it to standard POV-Ray SDL. But, 
unfortunately, this would of course involve writing a parse, so that 
project never really got anywhere...


Post a reply to this message

From: Darren New
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 13:59:47
Message: <4506f593$1@news.povray.org>
Orchid XP v3 wrote:
> BTW, I was thinking about just inventing my own new SDL language and 
> writting a program that can convert it to standard POV-Ray SDL.

http://sourceforge.net/projects/lome

-- 
   Darren New / San Diego, CA, USA (PST)
     Just because you find out you are
     telepathic, don't let it go to your head.


Post a reply to this message

From: Orchid XP v3
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 14:17:21
Message: <4506f9b1$1@news.povray.org>
>> BTW, I was thinking about just inventing my own new SDL language and 
>> writting a program that can convert it to standard POV-Ray SDL.
> 
> http://sourceforge.net/projects/lome

Mmm, looks *highly* active...


Post a reply to this message

From: Darren New
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 14:44:41
Message: <45070019$1@news.povray.org>
Orchid XP v3 wrote:
>>> BTW, I was thinking about just inventing my own new SDL language and 
>>> writting a program that can convert it to standard POV-Ray SDL.
>>
>>
>> http://sourceforge.net/projects/lome
> 
> 
> Mmm, looks *highly* active...

No. I wrote it. I put it up. Use it if you please. Don't use it if you 
don't want to. But if you're looking for a new SDL language that 
includes converters to standard POV-Ray SDL, there it is. Source and 
everything.

And no, it won't *be* highly active before someone else wants a similar 
thing. So go ahead, and give me your improvements, instead of just 
complaining. ;-)

-- 
   Darren New / San Diego, CA, USA (PST)
     Just because you find out you are
     telepathic, don't let it go to your head.


Post a reply to this message

From: Orchid XP v3
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 14:56:09
Message: <450702c9$1@news.povray.org>
>>> http://sourceforge.net/projects/lome
>>
>> Mmm, looks *highly* active...
> 
> No. I wrote it. I put it up.

Really?

Interesting; I didn't know it was possible to do that...

> Use it if you please. Don't use it if you 
> don't want to. But if you're looking for a new SDL language that 
> includes converters to standard POV-Ray SDL, there it is. Source and 
> everything.
> 
> And no, it won't *be* highly active before someone else wants a similar 
> thing. So go ahead, and give me your improvements, instead of just 
> complaining. ;-)

OK, how about... some instructions? (Or am I just looking at the wrong 
page?)


Post a reply to this message

From: Daniel Hulme
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 14:59:43
Message: <20060912195946.705e4d6a@mekanori.mon.istic.org>
> OK, how about... some instructions? (Or am I just looking at the wrong
> page?)

Yes. You want to be looking at the page with the source code on it.

:->

-- 
"After all, one can't complain.  I have my friends. Somebody spoke to me
only  yesterday.  And was it  last week or  the week before  that Rabbit
bumped into  me and said  'Bother!'  The Social Round.  Always something
going on."  -- A. A. Milne, 'Winnie-the-Pooh'  http://surreal.istic.org/


Post a reply to this message

From: Orchid XP v3
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 15:03:31
Message: <45070483$1@news.povray.org>
>> OK, how about... some instructions? (Or am I just looking at the wrong
>> page?)
> 
> Yes. You want to be looking at the page with the source code on it.
> 
> :->

o__O

Looks like I need to learn C# really fast... heh.


Post a reply to this message

From: Warp
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 16:49:46
Message: <45071d69@news.povray.org>
Bruno Cabasson <bru### [at] alcatelaleniaspacefr> wrote:
> Could one imagine something like this

  Please don't take this in the wrong way, but your example gives me
cold shivers.
  No Java, please. Something more suitable for POV-Ray and less "javaish".

  Of course nothing stops you from creating a library for Java which can
be used to create POV-Ray scenes, but that's a different matter.

-- 
                                                          - Warp


Post a reply to this message

From: Warp
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 16:51:34
Message: <45071dd6@news.povray.org>
Orchid XP v3 <voi### [at] devnull> wrote:
> BTW, I was thinking about just inventing my own new SDL language and 
> writting a program that can convert it to standard POV-Ray SDL. But, 
> unfortunately, this would of course involve writing a parse, so that 
> project never really got anywhere...

  A project like that would be more or less a waste of time.
  A new SDL language should be such that it can be interpreted even
at render time (in order to create, among other things, shaders).

-- 
                                                          - Warp


Post a reply to this message

From: Bruno Cabasson
Subject: Re: the POV-ray SDL--similar to Java and/or Python?
Date: 12 Sep 2006 17:30:00
Message: <web.4507261fdcfb777f3efdd0960@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> Bruno Cabasson <bru### [at] alcatelaleniaspacefr> wrote:
> > Could one imagine something like this
>
>   Please don't take this in the wrong way, but your example gives me
> cold shivers.
>   No Java, please. Something more suitable for POV-Ray and less "javaish".
>
>   Of course nothing stops you from creating a library for Java which can
> be used to create POV-Ray scenes, but that's a different matter.
>
> --
>                                                           - Warp

Never mind! It was just a flash idea, and I wrote this in 5 min before I
left my office!

    Bruno


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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