|
15 | 15 | [FAQ](https://github.com/nimadez/voxel-builder#faq)<br> |
16 | 16 | [Bug Report](https://github.com/nimadez/voxel-builder/issues) |
17 | 17 |
|
| 18 | +**Open source, but not open contributions**<br> |
| 19 | +*It's great if you have suggestions or bugs to report in the Issues section, but Pull Requests will not be approved.* |
| 20 | + |
18 | 21 | ## Features |
19 | 22 |
|
20 | 23 | **File I/O** |
|
29 | 32 | - Generators *(terrain, cube, sphere, isometric...)* |
30 | 33 | - Interactive modeling toolsets |
31 | 34 | - Symmetric drawing and painting |
32 | | -- Voxel transform and manipulation |
| 35 | +- Voxel transforms and manipulation |
33 | 36 | - Color groups and visibility options |
34 | 37 |
|
35 | 38 | **Rendering** |
|
41 | 44 | - Fast BVH voxelization |
42 | 45 | - 3D model voxelizer |
43 | 46 | - Image voxelizer |
| 47 | +- Text voxelizer *(unicode & emoji)* |
44 | 48 |
|
45 | 49 | **Export Meshes** |
46 | 50 | - Bake voxels to editable meshes |
@@ -103,9 +107,9 @@ python3 update.py |
103 | 107 | - In Linux, start Chrome with ```--enable-features=Vulkan``` for hardware acceleration |
104 | 108 | - Firefox (dev edition): |
105 | 109 | - Use ```about:config``` to enable "dom.webgpu.enabled" |
106 | | - - Not officially supported, may not work at all. |
| 110 | + - It may not work |
107 | 111 |
|
108 | | -✔️ If WebGPU is supported in your browser, the option to enable it will be available in the Preferences menu and you can enable or disable it. |
| 112 | +✔️ If WebGPU is supported in your browser, the option to enable it will be available in the Preferences menu. |
109 | 113 |
|
110 | 114 | ## Known Issues |
111 | 115 | Higher than 512K is not recommended |
@@ -174,8 +178,6 @@ git reset --hard $HASH |
174 | 178 | ↑ Changed default handiness to right-handed coordinate |
175 | 179 | ↑ New SPS particles to build the world |
176 | 180 | ↑ 2019 - I wrote a playground for learning Babylon.js |
177 | | -
|
178 | | -"The story behind this repo can only be deciphered by AI." |
179 | 181 | ``` |
180 | 182 |
|
181 | 183 | Version 3.0.0 *(BJS 4)* to 4.2.2 *(BJS 6)*<br> |
|
0 commit comments