this post was submitted on 13 Jan 2024
7 points (100.0% liked)

NotAwfulTech

7 readers
1 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 2 years ago
MODERATORS
 

Years ago (we're talking decades) I ran into a small program that randomly generated raytraced images (think transparent orbs, lens flares, reflection etc), suitable for saving as wallpapers. It was a C/C++ program that ran on Linux. I've long since lost the name and the source code, and I wonder if there's anything like that out there now?

top 4 comments
sorted by: hot top controversial new old
[–] e0qdk@kbin.social 4 points 1 year ago (1 children)

POV-Ray, perhaps? You give it a scene description text file and it will render a raytraced image of the scene for you. You'd need to find or write an appropriate scene description though for what you want to randomize.

[–] gerikson@awful.systems 4 points 1 year ago

Thanks for the suggestion, but that's not the one.

[–] pja@awful.systems 4 points 1 year ago (1 children)
[–] gerikson@awful.systems 3 points 1 year ago

Looks interesting, but that's also not what I'm looking for. Thanks though!