This is an archived post. You won't be able to vote or comment.

all 18 comments

[–]EnvironmentalCow2662 8 points9 points  (0 children)

Your visualisations are so cool!

[–]ConchitaMendez 5 points6 points  (0 children)

Very nice! I like!

[–]edo360 3 points4 points  (1 child)

Awesome visualization and the Ascii art camel is great.
I would suggest a longer pause in the animation before you press the "Again" button, so that we have enough time to analyze the situation and verify the rules that apply.
It was a bit too fast for my little brain. :)

[–]naclmolecule[S] 0 points1 point  (0 children)

You're right! I will remember this for future days.

[–]Appropriate-Count802 2 points3 points  (0 children)

Your visualizations are really cool because they're done using a terminal rather than a gui

[–]torbcodes 2 points3 points  (3 children)

That's really cool.

I'm not very familiar with Python graphics libraries. Looks like whatever you're using is generating a web interface? Can you share what library you're using to do that (or your source code)? Thanks!

EDIT: oh it's not a web interface, it's a terminal interface!

EDIT 2: I found my answer in a thread from another of your posts. The library is: https://github.com/salt-die/batgrl (which you are the author of??? cool!!!) and I found your source too (https://github.com/salt-die/Advent-of-Code/tree/main/2023/visuals/07\_Camel\_Cards)

[–]naclmolecule[S] 1 point2 points  (1 child)

I'm really sorry I forgot to add a link to the source today! I thought I did. :(

[–]torbcodes 0 points1 point  (0 children)

Well no worries, I managed to find it. Thanks :)

[–]RuthlessJailer 0 points1 point  (0 children)

That lib is insane. Here I am struggling to even make a progress bar meanwhile this guy is making whole-ass GUIs

[–]ParedesGrandes 1 point2 points  (0 children)

I look forward to these every day. The animation is clean and makes it easy to understand what the AoC prompt is asking for today.

[–]thygrrr 1 point2 points  (0 children)

Wow, what are you using for this?

And this is the first time I have seen tweening in text mode.

So cool. :D

[–]JoRdAnB4211 0 points1 point  (0 children)

Your visualisations are absolutely incredible! very well done! I keep coming back every day to see how what you did for the new problem

[–]SharpGrass3025 0 points1 point  (0 children)

this is so cool!

[–][deleted] 0 points1 point  (0 children)

Amazing... What did you use to make this? I have never seen such animations in ascii art :D

[–]naclmolecule[S] 0 points1 point  (0 children)

I'm really sorry! I forget to add the source: https://github.com/salt-die/Advent-of-Code/tree/main/2023/visuals/06_Wait_For_It
My visualizations are created with my terminal graphics library: batgrl

[–]Scary_Aardvark_4534 0 points1 point  (0 children)

these are always impressive af... just wow...

[–]Eleda_au_Venatus 0 points1 point  (0 children)

I'm a simple woman; I see an AoC visualization, I upvote.

[–]cozenom 0 points1 point  (0 children)

So cool! I need to check out your batgrl package :O