Skip to content

SoucupB/PerlinMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perlin Noise 3D Map Creator

A simple C perlin noise 3D map creator (Also wasm compatible) alt text To build and create a randomly generated perlin noise landscape map just run the command:

Linux:

gcc perlin/main.c perlin/PerlinMapCreator.c perlin/Utils.c perlin/SimpleHashBuffer.c -Wall -o program -O9

Windows:

buildC.bat

After the build is done, just run the 'program' executable and in 'grid.obj' map will be created.

About

A simple wasm perlin map creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors