jar

com.github.tommyettinger : vox-parser

Maven & Gradle

May 07, 2024
3 stars

vox-parser · A Java parser for the MagicaVoxel .vox format using libGDX.

Table Of Contents

Latest Version

Download com.github.tommyettinger : vox-parser JAR file - Latest Versions:

All Versions

Download com.github.tommyettinger : vox-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vox-parser-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.tommyettinger.voxparser

├─ com.github.tommyettinger.voxparser.AbstractChunk.class - [JAR]

├─ com.github.tommyettinger.voxparser.GroupChunk.class - [JAR]

├─ com.github.tommyettinger.voxparser.LittleEndianDataInputStream.class - [JAR]

├─ com.github.tommyettinger.voxparser.ShapeChunk.class - [JAR]

├─ com.github.tommyettinger.voxparser.ShapeModel.class - [JAR]

├─ com.github.tommyettinger.voxparser.Tools3D.class - [JAR]

├─ com.github.tommyettinger.voxparser.TransformChunk.class - [JAR]

├─ com.github.tommyettinger.voxparser.VoxMaterial.class - [JAR]

├─ com.github.tommyettinger.voxparser.VoxModel.class - [JAR]

├─ com.github.tommyettinger.voxparser.VoxParser.class - [JAR]