File: README.txt

package info (click to toggle)
libtcod 1.18.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,464 kB
  • sloc: ansic: 48,535; cpp: 11,905; python: 4,840; makefile: 44; sh: 25
file content (8 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
libtcod height map tool

Actually this is currently more a curiosity than a real useful tool.
It allows you to tweak a heightmap by hand and generate the corresponding C,C++ or Python code.

The heightmap tool source code is public domain. Do whatever you want with it.

NB : this tool has not been upgraded to the latest libtcod API so the generated code won't compile.