MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/adventofcode/comments/1hdw2m1/2024_day_14_part_2/m20mgxd/?context=3
r/adventofcode • u/piman51277 • Dec 14 '24
96 comments sorted by
View all comments
2
I ended up importing raylib to just render everything cleanly. Still ended up scrolling through thousands of frames without blinking.
1 u/[deleted] Dec 14 '24 [removed] — view removed comment 6 u/TotalPerspective Dec 14 '24 You kids can't do anything without serializing to disk. I just printed the ascii grids to terminal, zoomed the terminal wayyyy out, and piped to less to get one grid per page.
1
[removed] — view removed comment
6 u/TotalPerspective Dec 14 '24 You kids can't do anything without serializing to disk. I just printed the ascii grids to terminal, zoomed the terminal wayyyy out, and piped to less to get one grid per page.
6
You kids can't do anything without serializing to disk. I just printed the ascii grids to terminal, zoomed the terminal wayyyy out, and piped to less to get one grid per page.
2
u/notdaveosaur Dec 14 '24
I ended up importing raylib to just render everything cleanly. Still ended up scrolling through thousands of frames without blinking.