Skip to content

afomins/terrain

Repository files navigation

Intro

"Terrain" is 2D landscape deformation prototype written in Python. This prototype allows user to deform 2D terrain by cutting holes in it. Terrain mesh is being rebuilt after each deformation by removing old and adding new triangles.

Downloads

How it looks

Cutting random holes Cutting Mickey Mouse shape

Bild instructions

  • Install Python2
  • Clone git@github.com:afomins/terrain.git
  • Install PyQt4 for python2:
    • For Windows - run pip install PyQt4-4.11.4-cp27-cp27m-win_amd64.whl from PyQt4 directory
    • For Linux and Cygwin - install PyQt4 package from package repository
  • Run python2 terrain.py