Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski authored May 16, 2020
1 parent 08f4f56 commit 39bc8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Perlin-Noise-3D-Voxel-Generator
Voxel generator based on perlin 3d noise | Python OpenGL
Voxel generator based on perlin 3d noise | Python OpenGL 3.3

![Voxel Terrain Perlin Noise 3D](ss/chunk.jpg)
<img src="ss/chunk.jpg" data-canonical-src="ss/chunk.jpg" width="400" height="400" alt="Voxel Terrain Perlin Noise 3D" />

## About
This is example program had written in Python that generate blocks similar minecraft.
Expand Down Expand Up @@ -35,4 +35,4 @@ ESC - to exit the program
Open your terminal or CMD and call `python executable.py` or `python3 executable.py`

## Knowledge
I recommend you webiste with good amount of knowledge https://learnopengl.com. Thanks to the author Joey de Vries.
I recommend you webiste with great amount of knowledge https://learnopengl.com. Thanks to the author Joey de Vries.

0 comments on commit 39bc8b5

Please sign in to comment.