Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 885 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 885 Bytes

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.