Page 1 of 1

Factorio Blueprint Visualizer

Posted: Fri Dec 08, 2023 10:16 am
by piebro
About two years ago, I created a Python script and a website to artfully visualize Factorio blueprints. I posted them on the Factorio Reddit and just got the idea to also post them here. Here are a few examples.
example_08.png
example_08.png (64.93 KiB) Viewed 922 times
example_00.png
example_00.png (160.8 KiB) Viewed 922 times
example_26.png
example_26.png (164 KiB) Viewed 922 times
The code and more examples are available here: https://github.com/piebro/factorio-blueprint-visualizer, and the website where you can create your own visualizations is here: https://piebro.github.io/factorio-blueprint-visualizer/. Last year, I also printed some of these to hang them in my room and gift them to friends and relatives for Christmas. Feel free to post feedback or your creations here if you like :)

Re: Factorio Blueprint Visualizer

Posted: Sat Dec 09, 2023 4:02 am
by BrainGamer_
Those look pretty neat. I love the idea of visualizing the BPs in a more abstract manner!

I've been working on my own BP renderer for a while now and this seems like something that could be added as another misc blueprint tool next to a bunch of others.

Really nice job.

Re: Factorio Blueprint Visualizer

Posted: Sat Dec 09, 2023 11:25 pm
by piebro
Thanks, yeah I think BPs just have some inherent beauty sometimes.

Nice, these tools look really handy. When the addon is released I might update my code and I will take a look if it makes sense to just use your code as a backend. I like the idea of having all the logic in the background and then different render frontends. It reminds me of using different styles to display maps.