-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (195 loc) · 13 KB
/
index.html
File metadata and controls
200 lines (195 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
---
title: Stipple Effect - scriptable pixel art editor
layout: default
---
<div class="banner">
<img src="https://raw.githubusercontent.com/stipple-effect/docs/master/assets/graphics/logo-anim.gif">
</div>
<div class="media-container">
<iframe class="media" width="800" height="450" src="https://www.youtube.com/embed/Bj1foXYcHl4?si=QIQK4hOoGd34lcb3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="home-blurb">
<em>Stipple Effect</em> is a <strong>pixel art editor</strong> that will change your workflow with its approach to <strong>scripting</strong>. It has all the standard features of a raster graphics editor, as well as features specifically intended to support you in making pixel art for <strong>video games</strong> or <strong>online distribution</strong>.
</div>
<div class="feature-section">
<div class="feature-category">Scripting</div>
<div class="features">
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Automate</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/automation.gif" class="feature-gif">
<div class="feature-caption"><a href="{{ site.baseurl }}/docs/automation-scripts">Automate</a> program actions for instant execution of batch operations</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Easy to read and write</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/simple-scripts.gif" class="feature-gif">
<div class="feature-caption">Short and simple scripts with no boilerplate code</div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Custom previews</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/preview.gif" class="feature-gif">
<div class="feature-caption">Write scripts to transform the contents the project canvas to generate <a href="{{ site.baseurl }}/docs/preview-scripts">custom previews</a></div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Simulate post-processing effects</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/lighting-sim-fp.gif" class="feature-gif">
<div class="feature-caption">Simulate lighting, texture UV mapping, or any other post-processing your asset may undergo in a game engine with the <a href="{{ site.baseurl }}/api/graphics">graphics capabilities</a> of the Stipple Effect <a href="{{ site.baseurl }}/api/">API</a></div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Updated dynamically in real time</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/live-update.gif" class="feature-gif">
<div class="feature-caption">Scripted previews are recomputed instantly whenever the project is edited</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Turn previews into projects</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/reimport.gif" class="feature-gif">
<div class="feature-caption"><a href="{{ site.baseurl }}/docs/preview-window.html#converting-previews-into-projects">Convert the output of a preview script transformation into a project</a> - optionally with individual layers preserved</div>
</div>
</div>
</div>
<div class="feature-category">Animation</div>
<div class="features">
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Onion skins</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/os-settings.gif" class="feature-gif">
<div class="feature-caption">
<div>Animation aids that visualize preceding and following frames</div>
<br>
<div>Configure the <a href="{{ site.baseurl }}/docs/layer.html#onion-skin">onion skin</a> settings for preceding and following skins independently</div>
</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Split & stitch</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/split-stitch-fp.gif" class="feature-gif">
<div class="feature-caption">
<div>Use the <a href="{{ site.baseurl }}/docs/sizing.html#split-a-sprite-sheet-into-frames">split frames</a> feature to instantly slice a sprite sheet into an animation</div>
<br>
<div><a href="{{ site.baseurl }}/docs/sizing.html#stitch-an-animation-into-a-sprite-sheet">"Stitch"</a> frames together to turn an animation into a sprite sheet</div>
</div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Edit during playback</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/live-edit.gif" class="feature-gif">
<div class="feature-caption">All <a href="{{ site.baseurl }}/docs/tools">tools</a> can be used while the project animation is being played</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Linked-cel layers</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/linked-cels-fp.gif" class="feature-gif">
<div class="feature-caption">Use <a href="{{ site.baseurl }}/docs/layer">linked-cel layers</a> for static content that does not vary from <a href="{{ site.baseurl }}/docs/frame">frame</a> to frame</div>
</div>
</div>
</div>
<div class="feature-category">Colors & Painting</div>
<div class="features">
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Two-color system</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/combination-modes.gif" class="feature-gif">
<div class="feature-caption">
<div>Tools are designed to easily leverage the primary and secondary color</div>
<br>
<div><a href="{{ site.baseurl }}/docs/color.html#combination-modes">Combine</a> the <a href="{{ site.baseurl }}/docs/interface.html#system-colors">system colors</a> with dither, blend and noise brush modes</div>
</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Shade brush</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/shade-brush-fp.gif" class="feature-gif">
<div class="feature-caption">The <a href="{{ site.baseurl }}/docs/shade-brush">shade brush</a> replaces the color it brushes over with the color next to it in the active <a href="{{ site.baseurl }}/docs/palette">palette</a></div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Palettization</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/palettization.gif" class="feature-gif">
<div class="feature-caption">Map the pixels in a given <a href="{{ site.baseurl }}/docs/scope">scope</a> to their nearest neighboring color in the active palette</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Extract canvas colors</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/extract-fp.gif" class="feature-gif">
<div class="feature-caption">Extract the <a href="{{ site.baseurl }}/docs/color">unique colors</a> from a given scope to the active palette</div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Dynamic gradient brush</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/gradient-fp.gif" class="feature-gif">
<div class="feature-caption">The <a href="{{ site.baseurl }}/docs/gradient-tool">gradient tool</a> has a brush mode: gradient updates itself as the brush stroke gets longer</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Script brush</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/script-brush-fp.gif" class="feature-gif">
<div class="feature-caption">The <a href="{{ site.baseurl }}/docs/script-brush">script brush</a> uses a script defining a color to color mapping to determine its behaviour</div>
</div>
</div>
</div>
<div class="feature-category">Selection</div>
<div class="features">
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Pixel-perfect selections</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/selection-tools-fp.gif" class="feature-gif">
<div class="feature-caption">Four complementary <a href="{{ site.baseurl }}/docs/sel-area-tools">selection tools</a> designed to quickly capture the exact set of pixels you want</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Intuitive outlining</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/outline-fp.gif" class="feature-gif">
<div class="feature-caption">
<div>Instantly propagate a selection to its <a href="{{ site.baseurl }}/docs/outline">outline</a></div>
<br>
<div>Configure custom outlines based on adjacent pixels</div>
</div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Flexible grid</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/mc-blocks-fp.gif" class="feature-gif">
<div class="feature-caption">Easily change the width and height of the <a href="{{ site.baseurl }}/docs/pixel-grid">pixel grid and checkerboard</a> and snap selections to the grid</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Limit actions to selection</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/limit-action-fp.gif" class="feature-gif">
<div class="feature-caption"><a href="{{ site.baseurl }}/docs/color-actions">Actions</a> applied to the whole <a href="{{ site.baseurl }}/docs/project">project</a>, a <a href="{{ site.baseurl }}/docs/layer">layer</a>, a <a href="{{ site.baseurl }}/docs/frame">frame</a>, or a <a href="{{ site.baseurl }}/docs/cel">cel</a> can be limited to selected pixels</div>
</div>
</div>
</div>
<div class="feature-category">And much more...</div>
<div class="features">
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Time lapses</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/time-lapse-example-fp.gif" class="feature-gif">
<div class="feature-caption"><a href="{{ site.baseurl }}/docs/state-control.html#generate-a-time-lapse">Generate a time lapse</a> of the project's changes during the session</div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Custom fonts</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/custom-font.gif" class="feature-gif">
<div class="feature-caption">Design your own <a href="{{ site.baseurl }}/docs/fonts">fonts</a> and use them with the <a href="{{ site.baseurl }}/docs/text-tool">text tool</a></div>
</div>
</div>
<div class="pair-box">
<div class="pair-box-left">
<div class="feature-tagline">Granular undo/redo</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/granular-fp.gif" class="feature-gif">
<div class="feature-caption"><a href="{{ site.baseurl }}/docs/state-control.html#granularity">Iterate over incremental steps within a recent brush stroke operation</a></div>
</div>
<div class="pair-box-right">
<div class="feature-tagline">Themes</div>
<img src="{{ site.baseurl }}/assets/img/fp-gifs/themes.gif" class="feature-gif">
<div class="feature-caption">A handful of alternate themes to transform the <a href="{{ site.baseurl }}/docs/interface">program interface</a></div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="buy-widget">
{% include itch-widget.html %}
</div>