POV-Ray : Newsgroups : povray.general : Shortest Code Contest Server Time
7 Aug 2024 01:23:30 EDT (-0400)
  Shortest Code Contest (Message 24 to 33 of 33)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Greg M  Johnson
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 13:12:18
Message: <3c4c5a02$1@news.povray.org>
"Tom Melly" <tom### [at] tomandlucouk> wrote in message
news:3c4c4e5e@news.povray.org...
> Yes, but as RP pointed out, it can be too easy to produce a nice,
unstructured
> abstract with just a few lines of code. Of course, they still have the
option of
> a nice fractal landscape that somehow spells out "POV 3.5".....
>

Hence, have judging so that people will pick out the coolest/best/ most
innovative.
Yet, wide open, so that people can see all the wild things that ARE
possible.  If it's limited to text, really why bother at all?

(IMHO, yes povray's strengths do include the ability to make photorealistic
renders from Poser, and super-advanced DXF modellers. BUT if I were to see a
box of povray in the store, and what I saw was exacting detail of the Taj
Mahal and a note that said that image required 100Mb of meshes, I'd be
ho-hum, next freeware please.   Seeing the VARIETY of what a genius can do
with a few lines is better, IMHO).


BTW:  I'm just one opinionated dork.  If someone more popular wants to
officially host it, by all means...


Post a reply to this message

From: Warp
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 15:59:59
Message: <3c4c814e@news.povray.org>

:> Of course, they still have the option of
:> a nice fractal landscape that somehow spells out "POV 3.5".....

: Looks possible with modified Warp's sig :-)

  Have you rendered fractals3.pov in scenes\textures\patterns? It's half of
that.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Warp
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 16:01:11
Message: <3c4c8197@news.povray.org>
Tom Melly <tom### [at] tomandlucouk> wrote:
: 1. Wait until 3.5 is officially released

  As he said: Do we have to wait a half year for this comp? *yawn*

: 2. The file should illustrate a phrase - e.g. "POV 3.5"

  IMO this limits creativity just too much.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Ron Parker
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 17:06:50
Message: <slrna4p47s.fcq.ron.parker@fwi.com>
On Mon, 21 Jan 2002 11:52:06 -0500, Greg M. Johnson wrote:
> "Tom Melly" <tom### [at] tomandlucouk> wrote in message
> news:3c4c2778$1@news.povray.org...
>> 1. Wait until 3.5 is officially released
>>
> 
> Well, is that  a half dozen weeks or a half dozen months??

"yes"

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

From: Ron Parker
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 17:08:10
Message: <slrna4p4ae.fcq.ron.parker@fwi.com>
On Mon, 21 Jan 2002 13:11:10 -0500, Greg M. Johnson wrote:
> Yet, wide open, so that people can see all the wild things that ARE
> possible.  If it's limited to text, really why bother at all?

I wouldn't say text is really a limitation.  Look at the various ways I've
found to express a couple characters.  Look at Warp's sig.

-- 
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker


Post a reply to this message

From: Mark James Lewin
Subject: Re: Shortest Code Contest
Date: 21 Jan 2002 17:59:56
Message: <3C4C990F.1B6426E1@yahoo.com.au>
With regard to fonts, etc., perhaps you should repost some rules to clarify this
issue. Ditto for subject matter (if this is to be set).

>
>
> > > 1) An 800 x 600 jpg of your pov file will be prepared.
> > I assume you will be adding global_settings{assumed_gamma 1} to all the
> entrants?
> >
>
> I'm really ignorant on this one:  why is it important?

To ensure all entrants are rendered with the gamma intended by the entrant.

MJL

--
prism{0,.1,30#local I=1;#while(I<30)#local B=asc(substr(// Mark James Lewin
"#K?U_u`V[RG>3<9DGPL.0EObkcPF'",I,1))-33;<div(B,10)-4mod(B,10)+5*div(I,21)-
6>#local I=I+1;#end,-4pigment{rgb 9}rotate-x*90translate 15*z}//POV-Ray 3.5


Post a reply to this message

From:
Subject: Re: Shortest Code Contest
Date: 22 Jan 2002 03:08:15
Message: <d77q4us5if7igodfvgkpu60iafrjskjhbg@4ax.com>
On 21 Jan 2002 16:01:11 -0500, Warp <war### [at] tagpovrayorg> wrote:
> > 2. The file should illustrate a phrase - e.g. "POV 3.5"
>  IMO this limits creativity just too much.

What about 'jungle', 'kitchen', 'sea' or 'worlds within worlds' topics ? :-)

ABX


Post a reply to this message

From: Warp
Subject: Re: Shortest Code Contest
Date: 22 Jan 2002 06:09:42
Message: <3c4d4876@news.povray.org>

: What about 'jungle', 'kitchen', 'sea' or 'worlds within worlds' topics ? :-)

  Only if it becomes a regular competition.
  IMO the first one should be free, to see what people can do.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Tom Melly
Subject: Re: Shortest Code Contest
Date: 22 Jan 2002 06:47:25
Message: <3c4d514d$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message news:3c4d4876@news.povray.org...
>   Only if it becomes a regular competition.
>   IMO the first one should be free, to see what people can do.
>

I think that they meant that having a topic wasn't necesserily a limitation....


Post a reply to this message

From: Peter J  Holzer
Subject: Re: Shortest Code Contest
Date: 22 Jan 2002 16:01:57
Message: <slrna4rhp0.lvg.hjp-usenet@teal.h.hjp.at>
On 2002-01-21 22:06, Ron Parker <ron### [at] povrayorg> wrote:
> On Mon, 21 Jan 2002 11:52:06 -0500, Greg M. Johnson wrote:
>> "Tom Melly" <tom### [at] tomandlucouk> wrote in message
>> news:3c4c2778$1@news.povray.org...
>>> 1. Wait until 3.5 is officially released
>>>
>> 
>> Well, is that  a half dozen weeks or a half dozen months??
> 
> "yes"

I bet against it :-)

	hp

-- 

|_|_) | Sysadmin WSR       | Verstand, die Augen haben und nicht sehen,

__/   | http://www.hjp.at/ |    -- Jeremia 5:21


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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