ijsf / terravox

Terravox is a voxel heightmap editor that can be used to create a 3D heightmaps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terravox

Terravox is a voxel heightmap editor that can be used to create a 3D heightmaps.

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

Terravox is a voxel heightmap editor that can be used to create a 3D heightmaps.

License:Other


Languages

Language:C++ 87.5%Language:Lua 10.2%Language:QMake 1.2%Language:C 1.0%