All Projects → FashionFreedom → Seamly2d

FashionFreedom / Seamly2d

Licence: gpl-3.0
Open source patternmaking software.

Projects that are alternatives of or similar to Seamly2d

Vagrant Box Templates
Stars: ✭ 100 (-49.24%)
Mutual labels:  ubuntu, fedora
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-35.53%)
Mutual labels:  ubuntu, fedora
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-47.21%)
Mutual labels:  ubuntu, fedora
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (-59.39%)
Mutual labels:  ubuntu, fedora
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+1375.63%)
Mutual labels:  ubuntu, fedora
Karton
Karton - Run Linux programs on macOS, a different Linux distro, or a different architecture
Stars: ✭ 87 (-55.84%)
Mutual labels:  ubuntu, fedora
Mindforger
Thinking notebook and Markdown editor.
Stars: ✭ 1,695 (+760.41%)
Mutual labels:  ubuntu, fedora
Plymouth Themes
A hugh collection (80+) of plymouth themes ported from android bootanimations
Stars: ✭ 663 (+236.55%)
Mutual labels:  ubuntu, fedora
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (-25.89%)
Mutual labels:  fedora, qt5
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-31.47%)
Mutual labels:  ubuntu, fedora
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+7107.61%)
Mutual labels:  ubuntu, fedora
Oregano
Schematic capture and circuit simulator
Stars: ✭ 163 (-17.26%)
Mutual labels:  ubuntu, fedora
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+321.32%)
Mutual labels:  ubuntu, fedora
Packer Templates
Stars: ✭ 90 (-54.31%)
Mutual labels:  ubuntu, fedora
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+3525.38%)
Mutual labels:  ubuntu, fedora
Ezgraver
Simple multi-platform management software for NEJE laser engravers.
Stars: ✭ 108 (-45.18%)
Mutual labels:  ubuntu, osx
Atilo
Linux installer for termux
Stars: ✭ 629 (+219.29%)
Mutual labels:  ubuntu, fedora
Wireguard Install
WireGuard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 650 (+229.95%)
Mutual labels:  ubuntu, fedora
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+807.11%)
Mutual labels:  osx, qt5
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (-22.84%)
Mutual labels:  ubuntu, fedora

Seamly Banner

Seamly2D

GitHub release (latest by date including pre-releases)
GitHub Workflow Status Travis (.org) branch GitHub commit activity GitHub contributors
GitHub GitHub language count
Website Discourse posts

Seamly2D is pattern design software to create reusable, scalable, sharable custom-fit patterns using bespoke tailoring, haute couture, and historical pattern drafting techniques. Seamly2D saves time and improves fit by creating patterns that are reusable parametric CAD engineering documents.

Unlike other pattern design software, Seamly2D allows designers to have complete control of the patternmaking process. Each reusable, scalable pattern can read multi-size tables for boutique sizing, and read individual measurement files for custom-fit.

Seamly2D is open source software released under the GPLv3+ license. Seamly2D is available for Windows, MacOS, and Linux. Learn more about Seamly2D by joining our active, friendly community at https://forum.seamly.net

Supported platforms:

  • Windows 10 (64-bit)
  • Ubuntu Linux 14.04 (32-bit/64-bit) or later
  • OpenSUSE 13.02 (32-bit/64-bit) or later
  • Fedora 24 (32-bit/64-bit) or later
  • Mac OS X 10.8 (64-bit) or later

Download Seamly2D

Download from our Releases page here:


Seamly2D Community Resources:


Build Seamly2D

Basic Software Prerequisites:

Development methods and styles:

Build method:


Install Additional Libraries and Programs:

to build Seamly code on Linux (general)

  • g++ compiler (at least GCC 4.7 is needed and GCC 4.8 is recommended) OR clang (minimum clang 3.4 (2014), current 5.0 (2017)),
  • poppler (pdftops)
  • OpenGL libraries
  • XMLpatterns qt5 xml bindings https://command-not-found.com/xmlpatterns
  • All Qt-tools come as qmake-qt5, etc. If you build from command line instead of within Qt Creator, run the following prior to running qmake-qt5:
    export QT_SELECT=5
  • The default prefix for command make install is /usr. For using another prefix build with qmake command:
    qmake PREFIX=/usr/local PREFIX_LIB=/usr/lib/i386-linux-gnu Seamly2D.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache

where /usr/local is a new prefix for installation binary files and /usr/lib/i386-linux-gnu is new prefix for install libraries. Add path to Qt using .bashrc

Fedora

sudo yum groupinstall "C Development Tools and Libraries"  
sudo yum install mesa-libGL-devel  

Suse

sudo zypper install -t pattern devel_basis  

Ubuntu

  sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test     
  sudo apt-get -qq update  
  sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7  
  sudo apt-get install -y build-essential mesa-utils mesa-common-dev libgl1-mesa-dev  
  sudo apt-get install -y poppler-utils  
  sudo apt-get install -y xvfb  
  sudo apt-get install -y libfontconfig1-dev libfreetype6-dev  
  sudo apt-get install -y libx11-devlibxext-dev libxfixes-dev libxi-dev  
  sudo apt-get install -y libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev
  sudo apt-get install -y libqt5xmlpatterns5-dev
  • Manually retrieve and install ccache
wget https://launchpad.net/ubuntu/+archive/primary/+files/ccache_3.7.7-1_amd64.deb.html
sudo dpkg -i ccache_3.7.7-1_amd64.deb.html

MAC OSX

Windows 10

  • Add the Qt directory to the Windows PATH environment variable through Control Panel:
     [Control Panel|System And Security|System|Advanced Tab|Environment Variables button]

Additional Information about Qt

  • Add Seamly2d, gcc, g++, xpdf, and QtCreator directories (eg c:\Qt\%VERSION%\bin)to your operating system's PATH environment variable via Linux .bashrc or Windows' Control Panel.
  • Use QtChooser to update and set the latest QT version as default.
  • In QtCreator create your compiler kit (eg MSVC 2019, g++, gdb) and assign the compiler kit to your project. This automatically defines your Qt variables for compilers, debuggers, etc.
  • Build Seamly2D from within QtCreator (see forum post) OR from command line using Qt's qmake-qtx from a terminal window:
cd $SOURCE_DIRECTORY\build
qmake ..\Seamly2D.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache
make (or nmake or jom, depending on your platform)

LICENSING

Seamly2D is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Seamly2D is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE_GPL.txt file for further information

Other components released under:

  • QMuParser - BSD license
  • VPropertyExplorer - LGPLv2.1 license
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].