Page 1 of 2

Christmas Tree/Demo Thread (Post yours here)

Posted: Sun Dec 11, 2022 10:17 pm
by TomXP411

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)

Posted: Tue Dec 20, 2022 10:28 pm
by TomXP411

Here's another Christmas demo, from the file section:

 


 


Christmas Tree/Demo Thread (Post yours here)

Posted: Wed Dec 21, 2022 1:29 am
by Jestin


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)

Posted: Wed Dec 21, 2022 8:16 am
by TomXP411


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.

 


Christmas Tree/Demo Thread (Post yours here)

Posted: Wed Dec 21, 2022 11:30 am
by desertfish

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)  ☃️ ?

 

image.png.9b54580cc7e03db562ee64c4c9423f4f.png

 
SNOW.PRG

Christmas Tree/Demo Thread (Post yours here)

Posted: Wed Dec 21, 2022 3:07 pm
by Jestin


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)

Posted: Wed Dec 21, 2022 8:06 pm
by neutrino

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 ?

 


Christmas Tree/Demo Thread (Post yours here)

Posted: Wed Dec 21, 2022 8:30 pm
by desertfish

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)

Posted: Wed Dec 21, 2022 9:37 pm
by Jestin

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)

Posted: Wed Dec 21, 2022 10:17 pm
by neutrino

@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 ?

c-logo-christmas-scanlines.jpg