flatblox-tui 0.2.5 → 0.2.8
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 +8 -2
- package/dist/index.js +38 -29
- package/package.json +26 -4
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# Flatblox TUI
|
|
2
2
|
|
|
3
|
-
Create pixel art in your terminal.
|
|
3
|
+
Create pixel art in your terminal and preview it as voxels. Export your creations as SVG, PNG or OBJ files.
|
|
4
4
|
|
|
5
|
-

|
|
6
|
+

|
|
6
7
|
|
|
7
8
|
Run the terminal editor without installing it:
|
|
8
9
|
|
|
@@ -12,3 +13,8 @@ npx flatblox-tui
|
|
|
12
13
|
|
|
13
14
|
`npx` installs the matching Bun and OpenTUI runtime automatically. macOS,
|
|
14
15
|
Windows, and Linux on x64 or ARM64 are supported.
|
|
16
|
+
|
|
17
|
+
Press `C` in the editor to toggle the voxel preview. Use the
|
|
18
|
+
arrow keys or `H J K L` to orbit, `R` to reset rotation, and `-` / `+` to zoom.
|
|
19
|
+
The 3D preview requires native WebGPU support and is available on macOS x64/ARM64, Windows x64, and
|
|
20
|
+
Linux x64; the 2D editor remains available everywhere else.
|