afomins / terrain

2D terrain deformation prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2D terrain deformation prototype

License:GNU General Public License v3.0


Languages

Language:Python 100.0%