We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cc623 commit 2f7c87dCopy full SHA for 2f7c87d
1 file changed
docs/guide/rendering.mdx
@@ -1,8 +1,8 @@
1
# Rendering with Pixi
2
3
-This page shows how to render 2D shapes and UI (like health bars) in Dreamlab using RawPixi + PixiJS v8’s Graphics API.
+This page shows how to render 2D shapes in Dreamlab using the Pixi API.
4
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.
+Pixi v8’s Graphics uses a chainable builder style (e.g. `.rect().fill().stroke()`), supports gradients/textures, SVG paths, and has great performance.
6
7
## Getting Started: RawPixi and Graphics objects
8
0 commit comments