atorresbr / terravox

Simple heightmap Editor for Voxlap5 VXL (512x512x64 only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terravox

Build Status

Terravox is a heightmap Editor which can be used to create a Voxlap5 VXL data quickly.

Installation

  1. Make sure following development packages are installed.
  • C++ compiler. GCC 4.8 / Clang 3.2 or later is recommended.
  • Qt 5.4 or later.
  • (Optionally, LuaJIT for scripting support)
  1. qmake Terravox.pro
  2. make

Organization

  • (root) - contains the main source code written in C++/Qt, Qt form design, and translation files.
  • res - mostly image resources.
  • lua - built-in Lua code providing an interface between third-party plugin scripts and the application program.

About

Simple heightmap Editor for Voxlap5 VXL (512x512x64 only)

License:Other


Languages

Language:C++ 87.3%Language:Lua 10.5%Language:QMake 1.2%Language:C 1.0%