POV-Ray : Newsgroups : povray.binaries.images : Maze equation Server Time
29 Mar 2024 11:13:17 EDT (-0400)
  Maze equation (Message 1 to 10 of 22)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Bald Eagle
Subject: Maze equation
Date: 6 Aug 2019 21:15:01
Message: <web.5d4a259a290d9b4c4eec112d0@news.povray.org>
I seriously cannot believe that this is ... an equation.
Rendered in 3 sec.  :O


Post a reply to this message


Attachments:
Download 'mazeequation.png' (246 KB)

Preview of image 'mazeequation.png'
mazeequation.png


 

From: Thomas de Groot
Subject: Re: Maze equation
Date: 7 Aug 2019 07:22:00
Message: <5d4ab458$1@news.povray.org>
Op 07/08/2019 om 03:12 schreef Bald Eagle:
> I seriously cannot believe that this is ... an equation.
> Rendered in 3 sec.  :O
> 
> 

Intriguing.

Yadgar is going to be interested! ;-)

-- 
Thomas


Post a reply to this message

From: Mike Horvath
Subject: Re: Maze equation
Date: 10 Aug 2019 09:49:16
Message: <5d4ecb5c@news.povray.org>
I wrote a Prim maze generator in SVG once.

Michael



On 8/6/2019 9:12 PM, Bald Eagle wrote:
> I seriously cannot believe that this is ... an equation.
> Rendered in 3 sec.  :O
> 
>


Post a reply to this message

From: Leroy
Subject: Re: Maze equation
Date: 13 Aug 2019 18:15:00
Message: <web.5d5335e15469b4b3f21b06180@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> I seriously cannot believe that this is ... an equation.
> Rendered in 3 sec.  :O

What's the equation?
Hopefully it is simpler than the prime number equation I found.
It had 26 variables with 14 smaller equations combined into a large mess.

Have fun!


Post a reply to this message

From: Bald Eagle
Subject: Re: Maze equation
Date: 13 Aug 2019 20:15:01
Message: <web.5d53523f5469b4b34eec112d0@news.povray.org>
"Leroy" <whe### [at] gmailcom> wrote:

> What's the equation?
> Hopefully it is simpler than the prime number equation I found.
> It had 26 variables with 14 smaller equations combined into a large mess.

Just x and y.

mod ({sin(10^5L(ceil(x),ceil(y)))<0:x,y},1)<=0.2

Maybe at some point I will figure out how to do some variations.
Perturbing it a bit with some noise gave it a cool, creepy alien look.


Post a reply to this message

From: dick balaska
Subject: Re: Maze equation
Date: 24 Sep 2019 01:20:03
Message: <5d89a783$1@news.povray.org>
On 8/10/19 9:49 AM, Mike Horvath wrote:
> I wrote a Prim maze generator in SVG once.
> 
> Michael
> 
> 

I wrote a maze generator for the Atari VCS / 6502 :)
1KB of ROM and 128 bytes of funky-RAM (read address was different than
the write address)
https://archive.org/details/atari_2600_tunnel_runner_black_box_1983_cbs_electronics_richard_k._balaska_jr._an#


-- 
dik
Rendered 1024 of 921600 pixels (0%)


Post a reply to this message

From: jr
Subject: Re: Maze equation
Date: 24 Sep 2019 07:55:01
Message: <web.5d8a03995469b4b3feeb22ff0@news.povray.org>
hi,

dick balaska <dic### [at] buckosoftcom> wrote:
> I wrote a maze generator for the Atari VCS / 6502 :)

1983, eh?  :-)  v cool.


> 1KB of ROM and 128 bytes of funky-RAM (read address was different than
> the write address)

no more "quirky" devices these days.  :-(


regards, jr.


Post a reply to this message

From: green
Subject: Re: Maze equation
Date: 24 Sep 2019 12:10:00
Message: <web.5d8a3ea65469b4b365080d10@news.povray.org>
dick balaska <dic### [at] buckosoftcom> wrote:
> On 8/10/19 9:49 AM, Mike Horvath wrote:
> > I wrote a Prim maze generator in SVG once.
> >
> > Michael
> >
> >
>
> I wrote a maze generator for the Atari VCS / 6502 :)
> 1KB of ROM and 128 bytes of funky-RAM (read address was different than
> the write address)
>
https://archive.org/details/atari_2600_tunnel_runner_black_box_1983_cbs_electronics_richard_k._balaska_jr._an#
>
>
> --
> dik
> Rendered 1024 of 921600 pixels (0%)

by coincidence, bbc has this article

http://www.bbc.com/future/story/20190919-the-maze-puzzle-hidden-within-an-early-video-game


Post a reply to this message

From: Bald Eagle
Subject: Re: Maze equation
Date: 24 Sep 2019 13:35:09
Message: <web.5d8a53285469b4b34eec112d0@news.povray.org>
dick balaska <dic### [at] buckosoftcom> wrote:

> I wrote a maze generator for the Atari VCS / 6502 :)
> 1KB of ROM and 128 bytes of funky-RAM (read address was different than
> the write address)
>
https://archive.org/details/atari_2600_tunnel_runner_black_box_1983_cbs_electronics_richard_k._balaska_jr._an#


And exactly how old were you when you wrote THAT?

And how did you get it coded onto a commercial ROM cartridge for the Atari
system?

I wanna hear this story   :)


Post a reply to this message

From: Jörg "Yadgar" Bleimann
Subject: Re: Maze equation
Date: 5 Nov 2019 19:38:32
Message: <5dc21608@news.povray.org>
Hi(gh)!

On 24.09.19 07:20, dick balaska wrote:

> I wrote a maze generator for the Atari VCS / 6502 :)
> 1KB of ROM and 128 bytes of funky-RAM (read address was different than
> the write address)
>
https://archive.org/details/atari_2600_tunnel_runner_black_box_1983_cbs_electronics_richard_k._balaska_jr._an#

Wow... I wish my programming skill would have been this advanced in 
1983... the only program I came up on the Commodore 64 back then was this:

10 PRINT"AFGHANISTAN GRUESST DEN REST DER WELT!"
20 GOTO 10

See you in Khyberspace!

Yadgar

Now playing: Phobos & Deimos, radio edit (Synergy)


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

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