Skip to content

Commit 51da104

Browse files
committed
docs(index): refine feature details
1 parent 4000edf commit 51da104

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/en/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,14 @@ hero:
1818
features:
1919
- icon: 🧩
2020
title: Declarative Component Model
21-
details: Define and compose components using simple functions with the <code>&#35;[tessera]</code> macro, resulting in clean, intuitive, and Rust-idiomatic code.
21+
details: Define and compose components using simple functions with the <code>&#35;[tessera]</code> macro, resulting in clean and intuitive code.
2222
- icon: 📐
2323
title: Powerful and Flexible Layout System
2424
details: A constraint-based layout engine (Fixed, Wrap, Fill) plus components like <code>row</code>, <code>boxed</code>, and <code>column</code> make responsive layouts effortless.
2525
- icon: 🎨
2626
title: Shader-first
2727
details: Shaders are first-class citizens in Tessera. Implement custom effects at any stage, or harness the GPU for general-purpose computing.
28-
- icon:
29-
title: Highly Parallelized
30-
details: Immediate-mode rendering and layout leverage modern multi-core CPUs, ensuring exceptional scalability and performance.
3128
- icon: 🖥️
3229
title: Cross-Platform
33-
details: Works across Windows, macOS, and Linux — making Tessera the right choice for both desktop and embedded UI applications.
34-
- icon: 🚀
35-
title: Future-Ready
36-
details: Designed with extensibility and experimentation in mind, Tessera is not just another UI toolkit — it’s a playground for next-gen interface design.
30+
details: built on wgpu and winit, supporting Windows, Linux, macOS, and more.
3731
---

docs/zhHans/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,14 @@ hero:
1818
features:
1919
- icon: 🧩
2020
title: 声明式组件模型
21-
details: 使用 <code>&#35;[tessera]</code> 宏,通过简单的函数定义并组合组件,风格简洁且符合 Rust 的习惯用法
21+
details: 使用 <code>&#35;[tessera]</code> 宏,通过函数定义并组合组件,风格简洁
2222
- icon: 📐
2323
title: 强大而灵活的布局系统
2424
details: 基于约束(Fixed、Wrap、Fill)的布局引擎,以及 <code>row</code>、<code>boxed</code> 与 <code>column</code> 等组件,使响应式布局变得轻松。
2525
- icon: 🎨
2626
title: 着色器优先
2727
details: 着色器为一等公民,可在任意阶段实现自定义视觉效果,或使用 GPU 进行通用计算。
28-
- icon:
29-
title: 高度并行化
30-
details: 立即模式的渲染与布局充分利用多核 CPU,提供出色的可扩展性与性能。
3128
- icon: 🖥️
3229
title: 跨平台
33-
details: 支持 Windows、macOS 和 Linux,适用于桌面与嵌入式 UI 应用。
34-
- icon: 🚀
35-
title: 面向未来
36-
details: 以可扩展性与实验性为设计目标,Tessera 不只是另一个 UI 工具包 —— 它是面向下一代界面设计的试验场。
30+
details: 基于 wgpu 和 winit,支持 Windows、Linux、macOS 等平台。
3731
---

0 commit comments

Comments
 (0)