Releases: mrbid/VoxelPaint
Version 2.3.4
Built on Ubuntu 23.10.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- SDL hit test is now disabled when mouse is focused, this caused the window to become drag-able in mouse lock mode when looking up.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.3.3
Built on Ubuntu 23.10.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- mouse unlocks when window loses focus.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.3.2
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- You can double click the title text to max or restore the window but also now max and min buttons added to the left and right corners.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.3.1
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- Fixed drag-able window decorations in Wayland.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.3
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- TAB can now be used as well as ESCAPE, also these buttons toggle now.
- Custom window decorations.
- Fixed Wayland support.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.2
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- R = Places a node at your position.
- V = Pastes selected nodes to pointed position.
- Culls removed nodes from save file.
- Now saves exports to
~/EXPORTS
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2.1
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- Pitchlock toggle key added. (P)
- Autosave is now to a backup snapshot file (updates snapshot on idle) rather than updating the original save file.
- Multi-selection now updates as you drag out the selection field.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Version 2
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- Performance optimisations.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Eighth Release
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- Added multiple node selection using Middle Mouse click & drag or Q click & drag.
The _compressed
builds use gzip compression level 1 on the voxel data. It's not necessary and I recommend the non-compressed versions.
Seventh Release
Built on Ubuntu 22.04.
Files are stripped and then UPX compressed.
strip --strip-unneeded tux
upx --lzma --best tux
voxsky
has a sky blue background.
Changes
- Added help menu with FPS in top left when mouse is unfocused.