Main Page/en: Difference between revisions

From Seamly
Content added Content deleted
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages>Dutch, German, Greek, French, Italian, Polish, Portuguese, Spanish, Russian, Ukrainian</languages>
__NOTOC__
<languages />


<!-- BEGIN MAIN PAGE -->
== Welcome at {{SITENAME}} wiki! ==
<div style="border:1px solid #000000; margin: 0 0 0.5em; overflow: hidden; padding: 0.5em; font-size: small; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius:0.8em;">
We hope you will find here all the information that you need to start using Valentina for the creation of sewing patterns, some frequently asked questions and stuff related to the developing process.


<!-- css desktop: https://wiki.seamly.net/wiki/MediaWiki:Common.css -->
If you have any questions, feel free to submit them to our [http://forum.valentina-project.org forum].
<!-- css mobile: https://wiki.seamly.net/wiki/MediaWiki:Mobile.css -->
<!-- # BEGIN TOP BLOCK -->
<div class="box">
<div class="boxCaption" style="text-align:Center;color:Black;background:White;">
<br/>[[File:Seamly2D-logo-half-opensource banner 1200x281.png|alt=Seamly2D is open source pattern drafting software.|center|Seamly2D open source pattern drafting software|500px|center]]<br/>
<div style="color:Black;background:White;">
[https://seamly.net Download] | [https://forum.seamly.net Forum] | [https://www.facebook.com/Seamly2D/ Facebook] | [https://github.com/fashionfreedom/seamly2d Github] | [https://fashionfreedom.eu Fashion Freedom]
</div>
</div>


<!-- ## ABOUT US -->
=== What is Valentina? ===
<div class="box">
Valentina is a cross-platform patternmaking program which allows designers to create and model patterns of clothing. This software allows pattern creation, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool.
<div class="boxCaption" style="text-align:Center;color:White;background:SteelBlue;">
'''About Us'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
[[File:Seamly2D.jpg|200px|left|Princess Seam dress block]]
<p>
'''Seamly2D''' (pattern drafting) and '''SeamlyMe''' (body measurements) enable patternmakers and tailors to create custom-fit digital sewing patterns.<br/>
Join the discussion with our friendly global user community on our [https://forum.seamly.net Forum] in any language you wish.<br/>
<br/>
Seamly2D and SeamlyMe are released under the GPLv3+ license as free and open-source software, downloadable from <BIG>[https://seamly.net the Seamly website]</BIG>.<br/>
You have the right to use, sell, share, and distribute your patterns in any way you wish.<br/>
</p>
</div>
</div>


<!-- ## LATEST NEWS -->
=== User information ===
<div class="box">
Section for Valentina common users.
<div class="boxCaption" style="text-align:Center;color:White;background:SteelBlue;">
* [[User Manual]]
'''Latest News'''
* [[Measurements]]
</div>
* [[Video tutorials]]
<div class="boxContent" style="text-align:Center;color:Black;background:White;">
<ul>
<li>[https://seamly.net 15 November 2020 - Automated weekly builds for Windows, Linux, and Mac are available each Monday for download from '''https://seamly.net''']</li>
</ul>
</div>
</div>


<!-- # END TOP BLOCK -->
=== General information ===
</div>
Information here is dedicated to all Valentina wiki readers.
* [https://valentina-project.org Website]
* [https://bitbucket.org/dismine/valentina/wiki/Road%20map Road map]
* [https://bitbucket.org/dismine/valentina/wiki/Changes Changelog]
* [[FAQ]]
* [[Problems and solutions]]
* [[Press Coverage]]


<!-- # BEGIN COLUMNS -->
=== Developer information ===
Information here is to assist developers.
* [[Hacking:Technical decisions | Technical decisions]]
* [[Hacking:Developer FAQ | Developer FAQ]]
* [[Hacking:Code style conventions]]
* [[Hacking:API documentation]]
* [[Hacking:Problems and solutions]]
* [[Hacking:Making pull requests]]
* [[Hacking:Tools]] - Development tools and how to use them
* [[Hacking:Source Tree]] - Finding your way inside Valentina's source tree
* [[Hacking:Building]] - This page explains common things you should know before compiling Valentina
* [[Hacking:How To Report Valentina Bugs]]
* [[Hacking:Localization]]
* [[Hacking:Preparation to release]]
* [[Hacking:Adding new tool]]


<!-- ## BEGIN LEFT COLUMN -->
=== Contact us ===
<div class="column left">
* Web page: [http://www.valentina-project.org/ Valentina project]

* Forum: http://forum.valentina-project.org/
<!-- ### MAIN PAGES -->
* IRC: #valentina on irc.freenode.net
<div class="box">
* Facebook: [https://www.facebook.com/Valentina.Project Valentina project]
<div class="boxCaption" style="text-align:Center;color:White;background:SteelBlue;">
* Twitter: [http://www.twitter.com/ValentinaPSW @ValentinaPSW]
'''Main Pages'''
* VK: [https://vk.com/club80756228 Valentina project]
</div>
* Repository https://bitbucket.org/dismine/valentina
<div class="boxContent" style="text-align:Left;color:Black;background:White;">
<div style="float:Left;width:50%;">
[[User Manual | Seamly2D User Manual]]<br />
[[SeamlyMe | SeamlyMe User Manual]]<br />
[[Measurements | Body Measurements]]<br />
[[Pattern Systems]]<br />
[[Sewing Definitions]]<br />
[[Problems and solutions]]<br />
[[Seamly2D wiki pattern list]]<br />
</div>
<div style="float:Left;width:50%;">
[[Why Seamly2D?]]<br />
[[FAQ]]<br />
[[Glossary]] <br />
[[File Format Specifications | File Formats]]<br />
[[Command Line | Command Line options]]<br />
[[Roadmap]]<br />
[[Auxiliary_software | Auxiliary Software]]<br/>
</div>
</div>
</div>

<!-- ### INFORMATION FOR DEVELOPERS -->
<div class="box">
<div class="boxCaption" style="text-align:Center;color:White;background:SteelBlue;">
'''Information for Developers'''
</div>
<div class="boxContent" style="text-align:Left;color:Black;background:White;">
<ul>
<li>[[Hacking:Developer FAQ | Developer FAQ]]</li>
<li>[[Hacking:Code style conventions | Code style conventions]]</li>
<li>[[Hacking:Technical decisions | Technical decisions]]</li>
<li>[[:Hacking:API documentation | API documentation]]</li>
<li>[[Hacking:Problems and solutions | Problems and solutions]]</li>
<li>[[Hacking:Making pull requests | Pull requests]]</li>
<li>[[Hacking:Tools | Development tools and how to use them ]]</li>
<li>[[Hacking:Source Tree | Finding your way inside the source tree]]</li>
<li>[[Hacking:Building | What to know before compiling]]</li>
<li>[[:Hacking:How To Report Seamly2D Bugs | Reporting Bugs ]]</li>
<li>[[Hacking:Localization | Localization ]]</li>
<li>[[Hacking:Preparation to release | Preparation to release]]</li>
<li>[[:Hacking:Adding new tool | Adding new tool]]</li>
<li>[[Hacking:How to contribute to the project | How to contribute]]</li>
<li>[[Developer:Crash Reports | Crash Reports]]</li>
<li>[[Developer:Broken WIKI links | Broken WIKI links]]</li>
</ul>
</div>
</div>

<!-- ## END LEFT COLUMN -->
</div>

<!-- ## BEGIN MIDDLE COLUMN -->
<div class="column middle">

<!-- ### TUTORIALS -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Tutorials'''
</div>
<div class="boxContent" style="text-align:Left;color:Black;background:White;">
<ul>
<li>[[Video Tutorials for using individual Seamly2D tools | Seamly2D Tool videos]]</li>
<li>[[Curve_Tools | Curve Tools]]</li>
<li>[[Creating Smooth Curves: The Kolson Method | Creating Smooth Curves]]</li>
<li>[[Tutorial for making a simple shirt (test) | Simple Shirt]]</li>
<li>[[Bell_Sleeve | Bell Sleeve]]</li>
<li>[[Seam allowance | Seam allowance]]</li>
</ul>
</div>
</div>

<!-- ### COMMUNITY VIDEO CHANNELS -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Community Video Channels'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
<ul>
<li>[https://www.youtube.com/channel/UC61WgbNdZ_wqxKf9PzJrjgA/videos Seamly2D channel, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCyFhDSFLjj54pwpmDBQ9p3g/videos Boo Kai, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCfAppi5tBOOLflLa70-ovlw/videos The Costume Maker's Guide to the Galaxy, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCFxzzO0yiEv99aSqaq8m22g/videos DancePattern, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCrC1aV114k7WP69aWf2c_Jw/videos DIY by miniil, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCNLktoxUtGRsvECz7AzOkog/videos Grace de Man, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCwXaIxvr7ks79o0JyJzrBDA/videos Meenakshi Verma, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCmBNsvCS27Tz5ohGleBkNmQ/videos Minimalist Machinist, small>English</small>]</li>
<li>[https://www.youtube.com/watch?v=OTcGzXTmtrQ&t=5s Plains Prepper "Creating a Backpack with Seamly2D", <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCFWZWjTJWQDUXYXtwJqjj5Q/videos Pneumarian, <small>English</small>]</li>
<li>[https://www.youtube.com/channel/UCkf5n5dGSqWC5vD7siX-9rw/videos Timelace Studio, <small>English</small>]</li>
<li>[https://www.youtube.com/watch?v=1-SP28rzHV8/videos VeNove, <small>English</small>]</li>

<li>[https://www.youtube.com/channel/UC2nS4QLe_Hy5pydKSCBAWmg/videos Club Couture, <small>French</small>]</li>
<li>[https://www.youtube.com/channel/UCcw1S29UU-kwvqP3TgL1XZQ/videos Creation-mode, <small>French</small>]</li>
<li>[https://www.youtube.com/channel/UCSOoshJaONnAh67GTRfbmJw/videos Full Of Craft, <small>French</small>]</li>
<li>[https://www.youtube.com/channel/UCBYkyXU82rV_fViCvN0Q_Bw/videos Sandrine Lecocq, <small>French</small>]</li>
<li>[https://www.youtube.com/channel/UC4xltV87-XIXnL0lRy9GmGg/videos Sophie Denys, <small>French</small>]</li>
<li>[https://www.youtube.com/channel/UCy6LX7li0RuDwkPsn8SE6TQ/videos Syllinah Patronne , <small>French</small>]</li>
<li>[https://www.youtube.com/watch?v=AzrtoSXvSLw/videos Sophie Montrichard, <small>French</small>]</li>

<li>[https://www.youtube.com/channel/UCzSl58wRClEAXpwqJVvVK5Q/videos Dina Werthenbach, <small>German</small>]</li>

<li>[https://www.youtube.com/channel/UChN0rc7N7j0bAaAaGxLVGyA/videos Cucito e Modelli, <small>Italian</small>]</li>

<li>[https://www.youtube.com/user/emptythingaram/videos Aram Lee, <small>Korean</small>]</li>
<li>[https://www.youtube.com/channel/UClwBqlPOJx0KY5G0RBuqD2Q/videos LeedStudio리즈스튜디오, <small>Korean</small>]</li>

<li>[https://www.youtube.com/channel/UCwLZIcUuUU4HIJT8wSm26Ww/videos Klaudia Prusińska Szycie Bielizny, <small>Polish</small>]</li>

<li>[https://www.youtube.com/CosturandocomTecnologia/videos Costurando com Tecnologia, <small>Portuguese</small>]</li>

https://www.youtube.com/channel/UCLYOaazbZnzKHGMnNEBpLig/videos Mariana Creativa Diseño de Modas, <small>Spanish</small>]</li>

<li>[https://www.youtube.com/playlist?list=PLcw-Et3Npgf-kwOL2FJEiI_1Tk79u2MEy/videos Olga Makaryuk (Ольга Макарюк), <small>Russian</small>]</li>



</li>
</ul>
</div>
</div>

<!-- ### BLOCK PATTERNS -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Block Patterns'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
<ul>
<li>[[Block_Pattern_tutorials | Block Patterns Introduction]]</li>
<li>[[Block_Patterns:McCunn | McCunn]]</li>
</ul>
</div>
</div>

<!-- ## END MIDDLE COLUMN -->
</div>

<!-- ## BEGIN RIGHT COLUMN -->
<div class="column right">

<!-- ### LINKS -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Links'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
<ul>
<li>[[Press Coverage]]</li>
<li>[[Presentations]]</li>
</ul>
</div>
</div>

<!-- ### PREVIOUS NEWS -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Previous News'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
<ul>
<li>[https://seamly.net 17 June 2020 - Linux weekly appimage builds now available! Runs on many Linux distros. Download from '''https://seamly.net''']</li>
<li>[https://seamly.net 15 June 2020 - Windows weekly builds now available! Runs on Windows 8 and 10. Download from '''https://seamly.net''']</li>
<li>[[Google Season of Docs 2019 | 21 April 2019 - We've applied to Google Season of Docs 2019! Click to learn more!!]]</li>
</ul>
</div>
</div>

<!-- ### WIKI -->
<div class="box">
<div class="boxCaption" style="background:SteelBlue;">
'''Wiki'''
</div>
<div class="boxContent" style="text-align:left;color:Black;background:White;">
<ul>
<li>[https://en.wikibooks.org/wiki/MediaWiki_User_Guide/Text_Formatting Wiki text formatting]</li>
<li>[https://en.wikipedia.org/wiki/Help:Wikitext Wiki markdown language]</li>
<li>[https://www.mediawiki.org/wiki/Help_talk:Images Wiki image formatting]</li>
</ul>
</div>
</div>

<!-- ## END RIGHT COLUMN -->
</div>

<!-- # END COLUMNS -->
</div>

<!-- END MAIN PAGE -->
</div>

Latest revision as of 00:25, 20 January 2021



Seamly2D is open source pattern drafting software.
Seamly2D open source pattern drafting software

About Us

Princess Seam dress block
Princess Seam dress block

Seamly2D (pattern drafting) and SeamlyMe (body measurements) enable patternmakers and tailors to create custom-fit digital sewing patterns.
Join the discussion with our friendly global user community on our Forum in any language you wish.

Seamly2D and SeamlyMe are released under the GPLv3+ license as free and open-source software, downloadable from the Seamly website.
You have the right to use, sell, share, and distribute your patterns in any way you wish.