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
- Host: GitHub
- URL: https://github.com/yvt/vxltoobj
- Owner: yvt
- License: gpl-3.0
- Created: 2016-07-28T19:48:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T19:20:16.000Z (almost 10 years ago)
- Last Synced: 2025-07-17T17:20:25.777Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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