Skip to content

2.0 - The Overhual Update

Compare
Choose a tag to compare
@MechTechnology MechTechnology released this 30 Sep 15:03
· 93 commits to main since this release
fb1547d
SmartStitch.Logo

SmartStitch V2.0

  • New Shiny Logo, with more stitches Teehee xD.
  • Alot of rewrites for many things.
  • All core stitch related functions were moved To a Core File.
  • Having a common file allow both the Console and GUI version to be updated with each other.
  • Rewriting the Console, essentially finally updating it to the same functions as the ones GUI uses. (Now runs from the Core File)
  • Added the SmartStitchGUI_SingleFile.spec, now you can build a single file version of the GUI using Pyinstaller.
  • Rewriting the GUI, to be cleaner (code wise) and work better with the centralized Core File.
  • Separated the settings in the GUI to basic and advanced settings.
  • Added 2 advanced settings, which are the ignorable pixels edges, and the scan line step. (These features can be called from the Console Version as well)
  • Version 2.0, should be a better platform to build on for newer version, so look forward to possible new features :3.
  • Full details on everything in the application will now be found in the application's read me file.
  • Documentation