Skip to content

Commit 46a9fc0

Browse files
committed
Website home page and roadmap clarifications
1 parent 27f9e3f commit 46a9fc0

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

website/content/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ Graphite is a lightweight vector graphics editor that runs offline in your brows
176176
<span>Clean, familiar interface built by designers, for designers</span>
177177
</div>
178178
<div class="informational">
179-
<img class="atlas" style="--atlas-index: 6" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
180-
<span>Real-time collaborative editing</span>
179+
<img class="atlas" style="--atlas-index: 7" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
180+
<span>Multiplatform desktop app</span>
181181
</div>
182182
<div class="informational">
183-
<img class="atlas" style="--atlas-index: 7" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
184-
<span>Windows/Mac/Linux/Web/iPad</span>
183+
<img class="atlas" style="--atlas-index: 6" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
184+
<span>Real-time collaborative editing</span>
185185
</div>
186186
</div>
187187

@@ -210,14 +210,14 @@ Graphite is a lightweight vector graphics editor that runs offline in your brows
210210
<img class="atlas" style="--atlas-index: 13" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
211211
<span>Image Editing</span>
212212
</div>
213-
<div class="informational">
214-
<img class="atlas" style="--atlas-index: 14" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
215-
<span>Digital Painting</span>
216-
</div>
217213
<div class="informational">
218214
<img class="atlas" style="--atlas-index: 17" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
219215
<span>Motion Graphics</span>
220216
</div>
217+
<div class="informational">
218+
<img class="atlas" style="--atlas-index: 14" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
219+
<span>Digital Painting</span>
220+
</div>
221221
<div class="informational">
222222
<img class="atlas" style="--atlas-index: 16" src="https://static.graphite.rs/icons/icon-atlas-features.png" alt="" />
223223
<span>VFX Compositing</span>

website/content/features.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ css = ["features.css"]
1212

1313
The current alpha version of Graphite is a tool for vector art and graphic design. It also supports a limited, experimental raster editing toolset. All this is built around a central node graph that stores layer data and provides a basic—but continually improving—procedural design and nondestructive editing workflow which is a unique feature among vector editing software.
1414

15+
Stay tuned for major performance uplifts, a multiplatform native desktop app, and a full suite of raster editing tools being developed throughout 2024.
16+
1517
</div>
1618
</section>
1719

@@ -115,29 +117,29 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
115117
<img class="atlas" style="--atlas-index: 9" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
116118
<span>Procedurally-defined vector data</span>
117119
</div>
118-
<div class="informational">
120+
<div class="informational ongoing" title="Development Ongoing">
119121
<img class="atlas" style="--atlas-index: 8" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
120122
<span>Graph data attribute spreadsheet</span>
121123
</div>
122124
<div class="informational">
123125
<img class="atlas" style="--atlas-index: 11" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
124126
<span>WebGPU accelerated rendering</span>
125127
</div>
126-
<div class="informational">
127-
<img class="atlas" style="--atlas-index: 12" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
128-
<span>New vector graphics renderer (Vello)</span>
129-
</div>
130128
<div class="informational">
131129
<img class="atlas" style="--atlas-index: 14" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
132130
<span>Adaptive resolution raster rendering</span>
133131
</div>
132+
<div class="informational">
133+
<img class="atlas" style="--atlas-index: 12" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
134+
<span>New vector 2D renderer (with <a target="_blank" href="https://github.com/linebender/vello">Vello</a>)</span>
135+
</div>
134136
<div class="informational">
135137
<img class="atlas" style="--atlas-index: 6" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
136-
<span>Desktop app with built-in AI models</span>
138+
<span>Native desktop app (with <a target="_blank" href="https://tauri.app/">Tauri</a>)</span>
137139
</div>
138140
<div class="informational">
139141
<img class="atlas" style="--atlas-index: 42" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
140-
<span>Timeline and animation curves</span>
142+
<span>Timeline and animation channels</span>
141143
</div>
142144
<div class="informational">
143145
<img class="atlas" style="--atlas-index: 22" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
@@ -171,6 +173,10 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
171173
<img class="atlas" style="--atlas-index: 16" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
172174
<span>Remote compile/render server</span>
173175
</div>
176+
<div class="informational">
177+
<img class="atlas" style="--atlas-index: 46" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
178+
<span>Portable, embeddable render engine</span>
179+
</div>
174180
<div class="informational">
175181
<img class="atlas" style="--atlas-index: 17" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
176182
<span>Code editor for custom nodes</span>
@@ -261,7 +267,7 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
261267
</div>
262268
<div class="informational">
263269
<img class="atlas" style="--atlas-index: 41" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
264-
<span>Native UI rewrite from HTML frontend</span>
270+
<span>Native UI rewrite (no HTML frontend)</span>
265271
</div>
266272
<div class="informational">
267273
<img class="atlas" style="--atlas-index: 48" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
@@ -279,10 +285,6 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
279285
<img class="atlas" style="--atlas-index: 45" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
280286
<span>iPad app</span>
281287
</div>
282-
<div class="informational">
283-
<img class="atlas" style="--atlas-index: 46" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
284-
<span>Portable, embeddable render engine</span>
285-
</div>
286288
<div class="informational">
287289
<img class="atlas" style="--atlas-index: 49" src="https://static.graphite.rs/icons/icon-atlas-roadmap.png" alt="" />
288290
<span><em>…and that's all just the beginning…</em></span>

0 commit comments

Comments
 (0)