flatblox-tui 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/dist/index.js +40 -40
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@ Create pixel art in your terminal and preview it as voxels. Export your creation
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
|
+

|
|
7
8
|
|
|
8
9
|
Run the terminal editor without installing it:
|
|
9
10
|
|
|
@@ -14,7 +15,11 @@ npx flatblox-tui
|
|
|
14
15
|
`npx` installs the matching Bun and OpenTUI runtime automatically. macOS,
|
|
15
16
|
Windows, and Linux on x64 or ARM64 are supported.
|
|
16
17
|
|
|
17
|
-
Press `
|
|
18
|
+
Press `X` to toggle the extrude tool: each cell shows its depth, Space raises it, and
|
|
19
|
+
`S` / `A` raise or lower the depth of the cell under the cursor in any tool.
|
|
20
|
+
`Shift+X` and `Shift+Y` toggle mirroring. Press `C` in the editor to toggle the voxel preview, or `P` to show the 2D
|
|
21
|
+
editor and the voxel preview side by side. Use the
|
|
18
22
|
arrow keys or `H J K L` to orbit, `R` to reset rotation, and `-` / `+` to zoom.
|
|
23
|
+
|
|
19
24
|
The 3D preview requires native WebGPU support and is available on macOS x64/ARM64, Windows x64, and
|
|
20
25
|
Linux x64; the 2D editor remains available everywhere else.
|