Artorio VS factorio-draftsman

Compare Artorio vs factorio-draftsman and see what are their differences.

Artorio

Artorio - convert image to factorio blueprint format (by EFLFE)

factorio-draftsman

A complete, well-tested, and up-to-date module to manipulate Factorio blueprint strings. Compatible with mods. (by redruin1)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Artorio factorio-draftsman
2 5
15 88
- -
0.0 6.3
over 1 year ago 10 days ago
C# Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Artorio

Posts with mentions or reviews of Artorio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-27.
  • When you want to run fast but also stylish. Base showcase.
    1 project | /r/factorio | 14 Aug 2022
    Been decorating the base all the time free of FACTORYMUSTGROW, all made by using my friend program made to turn pngs into blueprints (Soft https://github.com/EFLFE/Artorio)
  • Alt-F4 #61 - Draftsman: A Python module for creating blueprints
    8 projects | /r/factorio | 27 May 2022
    This concept is not new, at all. Even a cursory search will turn up numerous examples of this used in practice: factorio-blueprint NPM module by demipixel, justarandomgeek’s compiler for his massive combinator computer, a generic combinator instruction language by Jobarion, image-to-blueprint converters, etc. The list is extensive.

factorio-draftsman

Posts with mentions or reviews of factorio-draftsman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-20.
  • Blueprint JSON schema?
    1 project | /r/technicalfactorio | 11 Mar 2023
    I made a library in Python called factorio-draftsman that works with blueprint strings which is pretty much entirely up to date and has all the data encoded in it, though quite not in a user-friendly JSON dump. I did end up manually making type-hinted dumps for all the Blueprintable types (Blueprint, BlueprintBook, UpgradePlanner, DeconstructionPlanner) though; so if that's sufficient you should be able to reliably use those. If you're looking for entity-specific schemas though, I haven't got around to doing all of them yet. Most of them are pretty straightforward however; position, orientation, filters, etc. The only complications you get into are stuff like control_behavior which has many different unique keys for many different entity types (you can take a look at the signatures.py file in draftsman's source for an impression). I can go more into that if you want, but I agree that this should really be documented/updated.
  • Question for a blueprint generator
    1 project | /r/factorio | 1 Nov 2022
  • Generating an optimized layout of train based blocks using simulated annealing
    3 projects | /r/factorio | 20 Sep 2022
    Finally, once the layout is generated, a blueprint string is created using u/redruin0001's Factorio Draftsman program. If you missed the Alt-F4 about this back in May 2022, I highly recommend checking it out. Factorio Draftsman is an extremely powerful tool for programmatically generating blueprint strings. In this instance, it is used to stitch together tens to hundreds of factory block blueprints together into a single one. This final blueprint can then be imported and placed in Factorio.
  • Alt-F4 #61 - Draftsman: A Python module for creating blueprints
    8 projects | /r/factorio | 27 May 2022
    This was something I made on a whim. It uses the Pillow image library to load an image, and converts it to a blueprint intended to be visible from the map view, all in less than 150 lines of code:

What are some alternatives?

When comparing Artorio and factorio-draftsman you can also consider the following projects:

factorio-blueprint - Import and Export blueprint strings automagically with this handy dandy blueprint API

factoriogen - Generate Factorio combinators from code

factorio-data - Tracks changes of the lua prototype definitions in factorio inbetween releases.

factorio-blueprints - :blue_book: A collection of my factorio blueprints.

factorio-movie-maker - Fork of the original factorio-movie-maker, updated to version 1.1.57

10-Books-Full-of-Rails - Factorio Prints Link:

factorio-computer

factorio-blueprint-decoder - Decode Factorio's binary `blueprint-storage.dat` file into JSON for backup, downgrading or further manipulation.