goxel

Goxel: Free and Open Source 3D Voxel Editor

GPL-3.0 License

Stars
2.8K

Bot releases are visible (Hide)

goxel - v0.15.1 Latest Release

Published by guillaumechereau 3 months ago

  • Fixed crash when we save on MacOS.
  • Improved extrude tool, with manual delta input.
  • Improved help messages.
  • Added support to emulate middle mouse button with Alt.
  • Allow to configure the navigation mouse buttons.
goxel - v0.15.0

Published by guillaumechereau 3 months ago

  • Improved the selection tool: the selection mask is now automatically updated
    when we move the selection box, and the move tool automatically applies to
    the selection mask.
  • Improved the gizmos to move the selection box, so that we can move or grow
    without having to select the mode in the UI.
  • Add support for adding and subtracting the selection box.
  • Added a new 'edit' panel for the selection mask operations.
goxel - v0.14.0

Published by guillaumechereau 9 months ago

  • Improved the general UI of the app, with a more modern style.
  • Allow to detach UI panels.
  • Improved glTF export.
  • Improved files opening (add recent file list, remember last opened dir).
  • Add layer origin control.
goxel - v0.13.0

Published by guillaumechereau 10 months ago

  • Some fixes for glTF export.
  • Added shortcuts for Add/Sub/Paint.
  • Allow to simplify exported glTF.

Minor update, mostly so that I can try to sign the Mac package, and also
release an AppImage for the linux build.

goxel - v0.12.0

Published by guillaumechereau over 1 year ago

  • Added basic support for Minetest file format import.
  • Added a new tool to select from a 2d rectangle.
  • Fixed issues with high density screens.
  • Added some (very basic) support for scripting.

The biggest new feature is probably the scripting support. For the moment it is very limited, see the example in data/scripts/test.js. If you would like to make your own scripts but some features are missing (and they will), please open an issue about it.

goxel - v0.11.0

Published by guillaumechereau about 2 years ago

  • Improve vlx import.
  • Add support for plane at non 90 deg angles.
  • Add basic support for selection mask, so that we can add or subtract from the current selection.
goxel - v0.10.8

Published by guillaumechereau about 3 years ago

Only minor changes and bug fix.

goxel - v0.10.7

Published by guillaumechereau almost 4 years ago

Minor release with mostly improvements to the glTF export.

goxel - v0.10.6

Published by guillaumechereau over 4 years ago

[0.10.6] - 2020-07-09

Minor update that improves glTF color export: we can now export the models
with the colors put into a texture instead of vertices attributes.

goxel - v0.10.5

Published by guillaumechereau almost 5 years ago

[0.10.5] - 2020-01-06

Minor update to attempt to fix a crash with AMD cards.

Fixed

  • Reintroduced layer bounding box edit widget.
goxel - v0.10.0

Published by guillaumechereau over 5 years ago

[0.10.0] - 2019-07-01

Added

  • 'Magic Wand' tool. Allows to select adjacent voxels.
  • Show mirror axis on image box.

Fixed

  • Fixed bug in KVX export.
  • Fixed crash with undo when we change materials or cameras.
goxel - v0.9.0

Published by guillaumechereau over 5 years ago

This major release brings proper material support, and better pathtracing
rendering. The code has changed a lot, so expect a few bugs!

Added

  • Layer materials: each layer can now have its own material.
  • Transparent materials.
  • Emission materials.
  • Support for png palettes.
  • Add new view settings.
  • Allow to scale a layer (only by factors of two).

Changed

  • Marching cube rendering default to 'flat' colors.
  • Layer visibility is saved.
  • Materials now use metallic/roughness settings.

Fixed

  • Bug with retina display on OSX.
goxel - v0.8.3

Published by guillaumechereau over 5 years ago

Added

  • Shape layers, for non destructible shapes creation.
  • New path tracer, based on yocto-gl. Totally remove the old one based on cycles.
  • Support for exporting to KVX.
  • Support for build engine palettes.

Changed

  • New default material used: lower the specular reflection.
goxel - v0.8.2

Published by guillaumechereau almost 6 years ago

  • Add basic support for lua scripting (still experimental).
  • Add shape layers.
  • Fix command line argument on Windows.
  • Some minor fixes.
goxel - v0.8.1

Published by guillaumechereau about 6 years ago

The most important change in this this release is an improved marching cube algorithm, that looks more like what magica voxel does.

goxel - v0.8.0

Published by guillaumechereau over 6 years ago

This release brings two important changes:

  • Experimental cycles ray tracer integration.
  • Cleanup of the UI left tabs with new icons and names.

Other changes include:

  • Better looking bounding box.
  • Images are bounded by default.
  • Improved obj/ply export.
  • Allow to edit shortcuts.
  • Better color picker UI.
  • New icon.
  • Some bug fix (and probably new bugs too).

Please report any bug or issue you get!

goxel - v0.7.3

Published by guillaumechereau over 6 years ago

This release changes are mostly internal cleanup. Other changes are:

  • Add support for layer bounding box.
  • Add (basic) settings page.
  • Fix qubicle import/export.
  • Allow to export marching cube wavefront.
  • Allow to set painting color alpha.
goxel - v0.7.2

Published by guillaumechereau almost 7 years ago

Not many new features, but lot of internal changes, so I expect this release to be somehow unstable.
Please report any bug you get.

New feature:

  • Allow to export marching cube mesh as ply.
goxel - v0.7.1

Published by guillaumechereau about 7 years ago

Minor release to fix a few critical bugs.

  • Fix bug with procedural tool.
  • Fix crash when minimizing window.
  • Better looking layers menu.
goxel - v0.7.0

Published by guillaumechereau about 7 years ago

  • Better looking ui.
  • Support dark theme.
  • Fix Magica Voxel export.
  • Symmetry tool