-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
man:1.2.0: Major restructuring of folders
- Also start using embedpage for the root index page. - Small list page updates Signed-off-by: Aesara <[email protected]>
- Loading branch information
Showing
59 changed files
with
113 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
+++ | ||
title = "Tools" | ||
summmary = "A list of MyPaint's tools" | ||
weight = 20 | ||
title = "Canvas Tools" | ||
weight = 30 | ||
hideList = true | ||
+++ | ||
|
||
Tools also exist to interact with the canvas in other ways.<!--more--> | ||
|
||
{{< flex grow=true >}} | ||
{{< bigbutton title="View Tools" subtitle="Modify the viewport" href="../ui/main-toolbar#view-main" >}} | ||
{{< bigbutton title="Reposition Layer" subtitle="Modify a layer's position" href="reposition-layer" >}} | ||
{{< bigbutton title="Flood Fill" subtitle="Fill an enclosed area with colour" href="flood-fill" >}} | ||
{{< bigbutton title="Colour Picker" subtitle="Pick a brush colour from the canvas" href="colour-picker" >}} | ||
{{< bigbutton title="Stroke/Layer Picker" subtitle="Pick a brush stroke from the canvas" href="stroke-layer-picker" >}} | ||
{{< bigbutton title="Symmetry" subtitle="Add lines of symmetry brush strokes" href="symmetry" >}} | ||
{{< bigbutton title="Edit Frame" subtitle="Set a working space in the canvas" href="frame" >}} | ||
{{< /flex >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
+++ | ||
title = "Painting" | ||
weight = 20 | ||
hideList = true | ||
+++ | ||
|
||
When brush strokes are placed on the canvas, three elements determine the change made to the picture: The *painting | ||
tool*, *brush*, and *paint mode*. These three elements can be combined arbitrarily to fit any desired art style. | ||
|
||
1. **Painting Tool**: Determines the broad *geometry* of the stroke. | ||
2. **Brush**: Determines the *design* of the stroke. | ||
3. **Paint Mode**: Determines the *effect* of the stroke unto the canvas. | ||
|
||
|
||
## Painting Tools | ||
> *Menu → Edit → Current Tool* | ||
Painting tools change how the user makes strokes by adding or removing contraints on stroke input. | ||
|
||
{{< flex grow=true >}} | ||
{{< bigbutton title="Freehand" subtitle="Unconstrained strokes" href="freehand" >}} | ||
{{< bigbutton title="Lines & Curves" subtitle="Singular constrained strokes" href="lines-and-curves" >}} | ||
{{< bigbutton title="Connected Lines" subtitle="Consecutive lines & curves" href="connected-lines" >}} | ||
{{< bigbutton title="Ellipses & Circles" subtitle="Constrained circular strokes" href="ellipses-and-circles" >}} | ||
{{< bigbutton title="Inking" subtitle="Modify a stroke before committing to it" href="inking" >}} | ||
{{< /flex >}} | ||
|
||
## Brushes | ||
[Read more]({{< relref "brushes" >}}) | ||
|
||
## Paint Modes | ||
blend modes, eraser. [Read more]({{< relref "paint-modes" >}}) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
+++ | ||
title = "User Interface" | ||
weight = 10 | ||
hideList = true | ||
+++ | ||
|
||
This page provides an overview of the layout and details in MyPaint's UI | ||
When MyPaint is first opened, a single relatively sparse window will appear. At the centre, there's a plain off-white | ||
background where you can draw (the **canvas**). At the top, there are toolbars and menus. At the bottom, there's a | ||
status bar with some buttons and indicators clustered in the corners.<!--more--> | ||
|
||
{{< img src="mypaint-window-new.jpg" caption="A fresh installation of MyPaint" >}} | ||
<br> | ||
{{< img src="mypaint-window-in-use.jpg" caption="MyPaint can be customised with dockable panels and palettes, all hideable while you work.">}} | ||
|
||
<br> | ||
|
||
{{< flex grow="true" >}} | ||
{{< bigbutton title="Main Toolbar" subtitle="Painting tools and other commands" href="main-toolbar" >}} | ||
{{< bigbutton title="UI Toolbar" subtitle="Customise the user interface" href="ui-toolbar" >}} | ||
{{< bigbutton title="Footer Bar" subtitle="Application status and brush controls" href="footer-bar" >}} | ||
{{< bigbutton title="Dockable Panels" subtitle="Tailor your painting experience" href="./panels" >}} | ||
{{< bigbutton title="Popup Windows" subtitle="A quick way to change settings" href="popups" >}} | ||
{{< bigbutton title="Fullscreen Mode" subtitle="Maximise drawing space" href="fullscreen" >}} | ||
{{< /flex >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
+++ | ||
title = "Dockable Panels" | ||
weight = 40 | ||
hideList = true | ||
+++ | ||
|
||
To-do: | ||
- Describe what dockable panels are (with images) | ||
- How users can add/remove them | ||
|
||
{{< flex grow="true" >}} | ||
{{< bigbutton title="Tool Options" subtitle="Lorem ipsum" href="tool-options" >}} | ||
{{< bigbutton title="Brush Groups" subtitle="Lorem ipsum" href="layers" >}} | ||
{{< bigbutton title="Palette" subtitle="Lorem ipsum" href="palette" >}} | ||
{{< bigbutton title="Layers" subtitle="Lorem ipsum" href="layers" >}} | ||
{{< bigbutton title="History" subtitle="Lorem ipsum" href="history" >}} | ||
{{< bigbutton title="Preview" subtitle="Lorem ipsum" href="preview" >}} | ||
{{< bigbutton title="Scratchpad" subtitle="Lorem ipsum" href="scratchpad" >}} | ||
{{< /flex >}} |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
+++ | ||
title = "Popup Windows" | ||
weight = 50 | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
title = "Brush Group Popup" | ||
tags = "Incomplete" | ||
+++ | ||
|
||
TBD |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters