Christmas Tree/Demo Thread (Post yours here)
Christmas Tree/Demo Thread (Post yours here)
Let's all trade animated Christmas trees! Create a Christmas tree in your favorite programming language or 8-bit graphic format and paste it here...
I'll start with mine. I created this last year for the Commodore 64, but I really wanted a Commander version. So I'm back with Christmas Tree 2.0!
Reply to this thread and attach your own BASIC tree or downloadable demo. Let's see how many different trees we can collect before the Big Day!
tree.bas
Christmas Tree/Demo Thread (Post yours here)
Here's another Christmas demo, from the file section:
Christmas Tree/Demo Thread (Post yours here)
On 12/20/2022 at 4:28 PM, TomXP411 said:
Here's another Christmas demo, from the file section:
Full transparency, this wasn't written in BASIC ?
Christmas Tree/Demo Thread (Post yours here)
On 12/20/2022 at 5:29 PM, Jestin said:
Full transparency, this wasn't written in BASIC ?
That's fine.. .I just liked the idea of having a Christmas Demo thread... so I'll change the title.
- desertfish
- Posts: 1095
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Christmas Tree/Demo Thread (Post yours here)
We don't often have snow anymore in the Netherlands, so I made some artificial snow a little white ago.
If you run the attached program and are a little patient, you can see the snow pile up (in an interesting way) ☃️ ?
SNOW.PRG
Christmas Tree/Demo Thread (Post yours here)
On 12/21/2022 at 5:30 AM, desertfish said:
We don't often have snow anymore in the Netherlands, so I made some artificial snow a little white ago.
If you're patient, you can see the snow pile up ☃️
snow.prg 3.95 kB · 0 downloads
You should upload this to the Downloads page so those just browsing the site will see it.
Also...very cool demo!
Christmas Tree/Demo Thread (Post yours here)
Must be acid snow when the text is eaten away ?
Now we just need the "Commander X16" in the middle getting all the snow piled on ?
- desertfish
- Posts: 1095
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Christmas Tree/Demo Thread (Post yours here)
Yeah actually that is a good idea, the algorithm triggers on specific pixel colors that the snow piles on so if I'd draw something in that color, the snow would not corrode it ?
Christmas Tree/Demo Thread (Post yours here)
Could you just make the color the snow piles on be "not black"? Then you could keep everything the same color it is.
Christmas Tree/Demo Thread (Post yours here)
@Jestin It could just look discolored instead ? I think the code will actually have to "pile on" the pixels. Probably let the (white) pixel move Y-wise until it reaches another pixel which isn't black nor a snowflake. If so then leave the (white) pixel in place.
Anyone know how Commodore did ?