Simple-Voxel-Editor

Small software to create voxel based 3D models

Stars
2

Simple Voxel Editor (aka SVE) is a simple software to create small voxelized 3D models

Simple Voxel Editor

Controls

  • Break Voxel: Left Mouse
  • Place Voxel: Right Mouse
  • Rotate Camera: Left Shift + Left Mouse
  • Move Camera: Left Shift + Right Mouse
  • Toggle Grid: G
  • Toggle Axys: Q
  • Toggle Panel: P
  • Reset Camera: R
  • Open File: O
  • Save File: S

File Format

SVE files use the simplest format possible Each line represent a voxel

// X Y Z R G B A
-1.0 0.0 0.0 0.36666667 0.22855559 0.1364815 1.0
-1.0 1.0 0.0 0.36666667 0.22855559 0.1364815 1.0
-1.0 2.0 0.0 0.36666667 0.22855559 0.1364815 1.0
-1.0 3.0 0.0 0.36666667 0.22855559 0.1364815 1.0
...

Building

[!IMPORTANT] Java 21+ is required

./gradlew build