An open API service indexing awesome lists of open source software.

https://github.com/yvt/vxltoobj

Converts .vxl to .obj
https://github.com/yvt/vxltoobj

Last synced: about 1 year ago
JSON representation

Converts .vxl to .obj

Awesome Lists containing this project

README

          

VxlToObj
========

**VxlToObj** reads a voxel data and outputs a polygonal model file.

Requirements
------------

.NET Framework 4.0 (Windows) or Mono 2.x or later (other platforms).

Supported formats
-----------------

Input file formats:

- [VOXLAP](http://advsys.net/ken/voxlap/voxlap05.htm) sprite format (.kv6)
- [VOXLAP](http://advsys.net/ken/voxlap/voxlap05.htm) worldmap format (.vxl)
- [MagicaVoxel](https://ephtracy.github.io) format (.vox)

Output file format:

- [Wavefront OBJ geometry format](https://en.wikipedia.org/wiki/Wavefront_.obj_file)

Build Instructions
------------------

TODO

tl;dr: use Visual Studio (Windows) or xbuild (other platforms).

Licensing
---------

Copyright 2016 yvt

Licensed with GPLv3