Skip to content

Instantly share code, notes, and snippets.

#include "Tutorial.h"
#include "libnoise.h"
#include "noiseutils.h"
using namespace noise;
void UTutorial::LibNoiseCreateTerrainHeightMapGrayscale()
{
int Width(256), Height(256);

Keybase proof

I hereby claim:

  • I am kenwi on github.
  • I am kenwi (https://keybase.io/kenwi) on keybase.
  • I have a public key whose fingerprint is 8559 C2B9 9DF4 BB15 0D29 54CE 4297 5FF0 71E7 86E5

To claim this, I am signing this object:

@kenwi
kenwi / opengl.py
Last active November 8, 2015 22:38
from pyglet.gl import *
#from numpy import linalg as la
import numpy as np
__author__ = 'kenwi'
class Camera(object):
settings = {
'fov': 90.0,