Skip to content

Commit 2f7c87d

Browse files
committed
tweak wording.
1 parent f6cc623 commit 2f7c87d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/rendering.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Rendering with Pixi
22

3-
This page shows how to render 2D shapes and UI (like health bars) in Dreamlab using RawPixi + PixiJS v8’s Graphics API.
3+
This page shows how to render 2D shapes in Dreamlab using the Pixi API.
44

5-
Pixi v8’s Graphics uses a modern, chainable builder style (e.g. `.rect().fill().stroke()`), supports gradients/textures, SVG paths, and a reusable GraphicsContext.
5+
Pixi v8’s Graphics uses a chainable builder style (e.g. `.rect().fill().stroke()`), supports gradients/textures, SVG paths, and has great performance.
66

77
## Getting Started: RawPixi and Graphics objects
88

0 commit comments

Comments
 (0)