POV-Ray : Newsgroups : povray.general : Post something Server Time
28 Mar 2026 16:48:15 EDT (-0400)
  Post something (Message 13 to 22 of 22)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Bald Eagle
Subject: Re: Post something
Date: 23 Mar 2026 13:45:00
Message: <web.69c17b454fed62636750f02625979125@news.povray.org>
"laser" <nomail@nomail> wrote:

> I'm modifying a compiler I wrote that was for an assignment in my compilers
> college course many years ago.  I've expanded the grammar to be a fully usable
> language rather than a "toy" language.  So, of course, I just had to create a
> raytracer for it.

Excellent.
Curious what you do professionally?

Have you seen the raytracer that you can write in SDL?
I've done about 3 different versions of that so far.

- BE


Post a reply to this message

From: jr
Subject: Re: Post something
Date: 23 Mar 2026 16:30:00
Message: <web.69c1a2084fed626348bf72fa6cde94f1@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> ...
> a POV-Ray documentation tool I'm playing with.  it requires version 3.7.0.8
> documentation (the HTML files) installed, ...

link to an archive with a copy of my 'povray-3.7.0.8' docs, in case :-)

<drive.google.com/file/d/1ZN8ZHOi5x6GWfSATUtcgrMtsO2ochFRw/view?usp=sharing>


regards, jr.


Post a reply to this message

From: laser
Subject: Re: Post something
Date: 24 Mar 2026 12:05:00
Message: <web.69c2b50a4fed6263b5e70e3d617a575b@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "laser" <nomail@nomail> wrote:
>
> > I'm modifying a compiler I wrote that was for an assignment in my compilers
> > college course many years ago.  I've expanded the grammar to be a fully usable
> > language rather than a "toy" language.  So, of course, I just had to create a
> > raytracer for it.
>
> Excellent.
> Curious what you do professionally?
>
> Have you seen the raytracer that you can write in SDL?
> I've done about 3 different versions of that so far.
>
> - BE

Thanks.  I'm a programmer, but compiler writing is definitely outside of the
range of my normal coding,  Though configuration script (and similar) writing
(and therefore designing the script language) isn't (but that's interpreted not
compiled).

I probably have seen the raytracer you mention, but I can't quite remember what
it was like right now.  I mostly go right to the "Image Digest" and don't always
read the posts (but I do see your name a lot :-) )

If you're interested in seeing some of my work, etc. you can see examples on my
youtube channel (lot's of tutorials now, and also my earlier videos are
raytracings.  I only have 42 videos so it's not hard to look through the whole
channel):  http://www.youtube.com/MrMcSoftware/videos

An x86 assembly raytracer (different than the one I posted an image of) I coded
is covered in my assembly language videos and a little bit in my "My Projects:
Pathtracing, Raytracer (x86 Assembly, Amiga, Linux & Windows), Tesla Coil Use &
More" video,  This raytracer was based on my assembly raytracer for a CPU I
designed - it first appeared in my "My Logisim CPU / Computer - Now With
Floating Point (FPU) (Fractals, Raytracer, Etc.)" video.  And a GLSL version of
this raytracer is at my shadertoy page:
https://www.shadertoy.com/user/mrmcsoftware (I think that link will provide a
link to it).  Sorry to do so much promoting, but it's all along the same lines
of coding a raytracer in an unorthodox way.


Post a reply to this message

From: laser
Subject: Re: Post something
Date: 24 Mar 2026 18:35:00
Message: <web.69c311074fed6263b5e70e3d617a575b@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "laser" <nomail@nomail> wrote:
>
> > I'm modifying a compiler I wrote that was for an assignment in my compilers
> > college course many years ago.  I've expanded the grammar to be a fully usable
> > language rather than a "toy" language.  So, of course, I just had to create a
> > raytracer for it.
>
> Excellent.
> Curious what you do professionally?
>
> Have you seen the raytracer that you can write in SDL?
> I've done about 3 different versions of that so far.
>
> - BE

I'm a programmer.  A compiler is outside of my normal range of coding, though I
have written various configuration (and similar) scripting languages (but that's
interpreted not compiled).

I probably have seen the raytracer you mention, but I can't quite remember what
it was like right now.  I mostly go right to "Image Digest" and don't always
read the posts (but I have seen your name often :-) )

If you want to see some of the stuff I've done, you can see some examples on my
youtube channel (mostly tutorials lately, and my earlier videos contain many
raytracings) (my channel only has 42 videos, so it wouldn't take long to look
through): <www.youtube.com/MrMcSoftware/videos>

An x86 assembly raytracer I wrote (not the one I first posted about) is covered
in my assembly language videos and a little bit in my "My Projects: Pathtracing,
Raytracer (x86 Assembly, Amiga, Linux & Windows), Tesla Coil Use & More" video -
it was based on my assembly raytracer I wrote for a CPU I designed and first
appeared in my video "My Logisim CPU / Computer - Now With Floating Point (FPU)
(Fractals, Raytracer, Etc.)".  And a GLSL version can be viewed on my shadertoy
page: <www.shadertoy.com/user/mrmcsoftware>
Sorry about all the self-promoting, but they all are along the same lines we're
talking about - unorthodox ways of doing raytracing.


Post a reply to this message

From: Bald Eagle
Subject: Re: Post something
Date: 25 Mar 2026 09:55:00
Message: <web.69c3e85b4fed62637ca0eb7925979125@news.povray.org>
"laser" <nomail@nomail> wrote:

> I'm a programmer.

I am . . . shocked.  ;)


> I probably have seen the raytracer you mention, but I can't quite remember what
> it was like right now.

https://wiki.povray.org/content/Documentation:Tutorial_Section_3.8#SDL_tutorial:_A_raytracer

> I mostly go right to "Image Digest" and don't always
> read the posts

I'm sure if you've just been skimming, then you must be a very busy guy.

> (but I have seen your name often :-) )

Well, yeah.  I've been playing with this for a long time now, and have
progressed from kindergarten level stick figure renders to refactoring and
debugging the source code.

>
> If you want to see some of the stuff I've done,
Thanks - I look forward to reading/watching all that.
(Loved the Pink Floyd article!)

> An x86 assembly raytracer I wrote

Jeez.  I haven't written assembly since I bought a pamphlet that taught me to
write assembly for my Commodore Vic-20 and save the code on a tape drive.  :O

> And a GLSL version can be viewed on my shadertoy
> page: <www.shadertoy.com/user/mrmcsoftware>

What's up with shadertoy?  I can't get the site to open on any machine or
browser that I've tried.  For a long while now.
It's one of my primary references for helping me get my brain solidly into
functional-programming mode. :(

> Sorry about all the self-promoting, but they all are along the same lines we're
> talking about - unorthodox ways of doing raytracing.

Hopefully you make regular visits - it's always nice to see other people's work
- for inspiration, learning, and just simple enjoyment.

Nice to finally meet you.
- BE


Post a reply to this message

From: laser
Subject: Re: Post something
Date: 25 Mar 2026 12:15:00
Message: <web.69c409484fed6263b5e70e3d617a575b@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "laser" <nomail@nomail> wrote:

> > I probably have seen the raytracer you mention, but I can't quite remember what
> > it was like right now.
>
>
https://wiki.povray.org/content/Documentation:Tutorial_Section_3.8#SDL_tutorial:_A_raytracer
>

That looks rather interesting - thanks for the link.  I got a kick out of the
"colored mesh" part.

> > I mostly go right to "Image Digest" and don't always
> > read the posts
>
> I'm sure if you've just been skimming, then you must be a very busy guy.

Yeah, my todo list is getting longer.  But there's often too much information to
go through.  I've been using the internet since 1987 (pre-http) so I've seen
both lack of information and too much information.  Too much is better,  This
page is a nice throwback to my USENET days though.

> > If you want to see some of the stuff I've done,
> Thanks - I look forward to reading/watching all that.
> (Loved the Pink Floyd article!)

Glad to hear it.  I always hope Roger Waters would read it and let me know what
he thinks.

> > An x86 assembly raytracer I wrote
>
> Jeez.  I haven't written assembly since I bought a pamphlet that taught me to
> write assembly for my Commodore Vic-20 and save the code on a tape drive.  :O

I guess then we're both about the same age - a VIC-20 is how I started,  A tape
drive came later unfortunately - after a failed attempt to create a tape
recorder interface that I saw at a science fair.  Maybe the interface worked but
the VIC-20 didn't like my cassette recorder since I think a tape recorder
interface I bought didn't work either.

> What's up with shadertoy?  I can't get the site to open on any machine or
> browser that I've tried.  For a long while now.
> It's one of my primary references for helping me get my brain solidly into
> functional-programming mode. :(

A few months or more ago they added the human verification/check because they
were getting hit by too much traffic or something.  They felt it was caused by
AI scrapers,  I don't know if they would have done it if someone on twitter
hadn't recommended adding the human check,  It is very annoying, but the site
does work for me once I wait the rather long time (not "it's never going to
work" long though) to get to the checkbox,  If your browser is too old (I'm not
saying yours is, just pointing out a possible issue), you will get an infinite
loop of trying to verify with no checkbox ever showing up.

> Hopefully you make regular visits - it's always nice to see other people's work
> - for inspiration, learning, and just simple enjoyment.
>
> Nice to finally meet you.
> - BE

Nice to meet/talk to you as well.  Yeah, inspiration and learning are very
important.
- Mark


Post a reply to this message

From: tTh
Subject: Re: Post something
Date: 26 Mar 2026 15:26:50
Message: <69c5887a$1@news.povray.org>
On 3/21/26 00:21, Bald Eagle wrote:

> Post something.  It doesn't matter what it is.
> Really.   Just post it.  Here.

    Ok ok. I've been working on this animation for two years,
    and i now publish this version, just a work in progress,
    but is a nice land for a lot of enhancements.

    https://tube.interhacker.space/w/rNEQbXXZGZFnoabG7uB6FR

-- 
**                                                            **
*                      tTh des Bourtoulots                     *
*                  http://maison.tth.netlib.re/                *
**                                                            **


Post a reply to this message

From: Bald Eagle
Subject: Re: Post something
Date: 27 Mar 2026 13:15:00
Message: <web.69c6baba4fed6263537ff30a25979125@news.povray.org>
"laser" <nomail@nomail> wrote:

> I guess then we're both about the same age - a VIC-20 is how I started,  A tape
> drive came later unfortunately - after a failed attempt to create a tape
> recorder interface that I saw at a science fair.  Maybe the interface worked but
> the VIC-20 didn't like my cassette recorder since I think a tape recorder
> interface I bought didn't work either.

Well, I started like everyone else using TRS-80's, and my first home computer
was a Timex Sinclair 1000.  Then a VIC-20, Then an Atari 800XL.
I didn't buy myself a "real" computer until after college.

I miss the joystick port.  That was like my own interface to the outside world.
I suppose I could just use a Raspberry Pi, but being able to have a simple
makeshift I/O port was really fun.

> > What's up with shadertoy?
>
> ... It is very annoying, but the site
> does work for me once I wait the rather long time (not "it's never going to
> work" long though) to get to the checkbox,

I only get a black page that says "Bad request"

> If your browser is too old
I'm using M$ Edge.

- BE


Post a reply to this message

From: MichaelJF
Subject: Re: Post something
Date: 27 Mar 2026 14:44:38
Message: <69c6d016$1@news.povray.org>
Am 26.03.26 um 20:26 schrieb tTh:
> On 3/21/26 00:21, Bald Eagle wrote:
> 
>> Post something.  It doesn't matter what it is.
>> Really.   Just post it.  Here.
> 
>     Ok ok. I've been working on this animation for two years,
>     and i now publish this version, just a work in progress,
>     but is a nice land for a lot of enhancements.
> 
>     https://tube.interhacker.space/w/rNEQbXXZGZFnoabG7uB6FR
> 
Interesting and technically well-executed, but difficult to interpret 
without an explanation of what’s happening here. On your website, I 
found some French explanations which I first had to translate using 
DeepL.com, but which do help with understanding. Perhaps you should 
present your ideas a bit more clearly here. As I cannot find the source 
of your inspiration (a sci-fi illustration site from the last century 
featuring futuristic cities and cone-shaped buildings) without further 
clues, and I therefore cannot know how closely your scenario mirrors 
this – possibly dystopian – model, I can only say that the scenery 
strikes me as conveying a somewhat too gloomy atmosphere. Does the sun 
not shine in this universe?


Translated with DeepL.com (free version)


Post a reply to this message

From: laser
Subject: Re: Post something
Date: 28 Mar 2026 11:55:00
Message: <web.69c7f8ac4fed6263b5e70e3d617a575b@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:

>
> Well, I started like everyone else using TRS-80's, and my first home computer
> was a Timex Sinclair 1000.  Then a VIC-20, Then an Atari 800XL.
> I didn't buy myself a "real" computer until after college.
>
> I miss the joystick port.  That was like my own interface to the outside world.
> I suppose I could just use a Raspberry Pi, but being able to have a simple
> makeshift I/O port was really fun.
>

My path was owning a VIC-20 first, then Commodore 64, then Amiga 2000 with XT
Bridgeboard, then a TI-99 4A I bought at a rummage sale for I think around 2
dollars, then various PCs and a Mac or two (Macs either given to me or at
rummage sale for a dollar or five).

My interface port of choice was the VIC-20 User port - parallel port that was
easy to program.

> > > What's up with shadertoy?
> >
> > ... It is very annoying, but the site
> > does work for me once I wait the rather long time (not "it's never going to
> > work" long though) to get to the checkbox,
>
> I only get a black page that says "Bad request"
>
> > If your browser is too old
> I'm using M$ Edge.
>
> - BE

Hmmm.,.  I don't know what would cause that.  Any chance you live in a country
that cloudflare.com wouldn't service (they are the company providing the human
verification test).  I don't know if there is any country that cloudflare
doesn't work in though.  The internet says the typical things: clear browser
cache, clear cookies (maybe too many cookies), check URL for errors, check to
make sure browser extensions aren't screwing it up, try a different browser,
etc.  But you said it happens on multiple browsers so I don't think it would be
any of that.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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