issues
search
smcameron
/
open-simplex-noise-in-c
Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
The Unlicense
139
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
What an amazing Library!
#16
SEGenjoysBlivits
closed
11 months ago
1
What is the range of output for the noise functions.
#15
Vaxeral
closed
1 year ago
1
Use $(CC) rather than gcc in Makefile
#14
crabctrl
closed
2 years ago
1
Add .gitignore to ignore object files
#13
crabctrl
closed
3 years ago
1
Marked osn_context as const in noise and extrapolate functions
#12
Shaidak
closed
3 years ago
0
Use unsigned integer for seed calculations to avoid undefined overflow
#11
jeffkdev
closed
4 years ago
3
Undefined signed integer overflow in seed calculation
#10
jeffkdev
closed
4 years ago
3
Support tiled version
#9
fire
opened
6 years ago
0
Added extern C iif __cplusplus is defined to prevent name mangling.
#8
ghost
closed
9 years ago
0
Visual C++
#7
davegorst
closed
9 years ago
8
Permission
#6
hickscorp
closed
9 years ago
2
Visual Studio 2013 fails to compile.
#5
ghost
closed
9 years ago
2
Spurious assignments
#4
stolk
closed
2 years ago
5
Use three octaves to generate test2d.png
#3
stolk
closed
9 years ago
1
test case only does single octave.
#2
stolk
closed
10 years ago
4
header not pulling in def for uint64_t
#1
stolk
closed
10 years ago
2