add: new asset for readme and makefile srcs update
This commit is contained in:
parent
2837f633a5
commit
a79c1a99e9
3 changed files with 10 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -9,6 +9,7 @@ SRCS= \
|
|||
$(SRC_DIR)effects/marble.cpp \
|
||||
$(SRC_DIR)effects/random.cpp \
|
||||
$(SRC_DIR)effects/wood.cpp \
|
||||
$(SRC_DIR)effects/mountain.cpp \
|
||||
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
||||
|
|
|
|||
11
Readme.md
11
Readme.md
|
|
@ -1,12 +1,13 @@
|
|||
# perlin noise experimentations
|
||||
This is a simple project to experiment with perlin noise. The project is written in c++ using X11 for the windowing system.
|
||||
There are 5 different way to generate images using perlin noise built-in the project:
|
||||
There are 7 different way to generate images using perlin noise built-in the project:
|
||||
|
||||
- cloud effects using 2 superposed perlin noise
|
||||
- graph representation of perlin noise in 2D
|
||||
- 2 graph representation of perlin noise in 2D
|
||||
- marble effect
|
||||
- wood effect
|
||||
- one effect that I don't know how to describe
|
||||
- procedural landscape
|
||||
|
||||
## usage:
|
||||
```bash
|
||||
|
|
@ -60,12 +61,18 @@ The project is divided in 3 main parts:
|
|||
### graph representation:
|
||||
<img src="asset/graph-perlin_noise.GIF" width="75%">
|
||||
|
||||
## second graph representation:
|
||||
<img src="asset/graph2-perlin_noise.GIF" width="75%">
|
||||
|
||||
### marble effect:
|
||||
<img src="asset/marble-perlin_noise.GIF" width="75%">
|
||||
|
||||
### wood effect:
|
||||
<img src="asset/wood-perlin_noise.GIF" width="75%">
|
||||
|
||||
### procedural landscape:
|
||||
<img src="asset/mountain-perlin_noise.GIF" width="75%">
|
||||
|
||||
### unknown effect:
|
||||
<img src="asset/randomThings-pelin_noise.GIF" width="75%">
|
||||
|
||||
|
|
|
|||
BIN
asset/graph2-perlin_noise.GIF
Normal file
BIN
asset/graph2-perlin_noise.GIF
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 MiB |
Loading…
Add table
Reference in a new issue