Fractal terrain generator in Go.
Stars
13
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
9
commits
Add almost-correct version.
6272c31
Update README.
ea86526
Seed RNG with current time.
880fc40
Initialize grid to 0 values.
1a5d925
Abstract calcCenter from diamond/square func.
3929c38
Color the fractal.
f330f56
Fix griddy-ness bug by looping over point pairs properly.
fe4fae1
Make work; refactor diamond/square parts
fdea143
Fix randIter seeding wrong.
2072954
Normalize grid before rendering to PNG
202e42d
Fix up gitignore
20445ef
test changes
02e2093
Write output to .PNG
e0a1c7b
Remove terrago.pprof
6c49ce2
Add profiler and some comments
92914d0