Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

moige01/Python-random-terrain-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple terrain generator in Canvas and OpenGL
=============================================

This generator use a simple noise generator with simple normalizer formula.
For Canvas, this use tkinter module with Tk.Canvas() object.
OpenGL way isn't finished yet.

Installation
============

1) Make sure you have OpenGL, FreeGLUT and Tk lib and headers installed in your machine
2) Install with 'pip install -r requirements.txt'
3) Ready

Use
===

Just run tk_terrain.py or gl_terrain.py to test.
You can play with tk_terrain.py variables to change behaviour.

LICENSE
=======

WTFPL

About

Random terrain generator with Tk.Canvas and PyOpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages