Skip to content

Very simple free multi-platform Perlin noise 24 bit uncompressed bitmap generator.

License

Notifications You must be signed in to change notification settings

Krazune/VSFMPPNTFBUBG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VSFMPPNTFBUBG

Very simple free multi-platform Perlin noise 24 bit uncompressed bitmap generator.


Version

Current version: 2020.08.1

The version format is "<year>.<zero padded month>.<revision number>".


License

MIT License


Perlin noise

Algorithm created by Ken Perlin that generates a type of noise that seems natural/organic, which can be used in places where simple independent random number generation values are not enough.

Here's an example generated with VSFMPPNTFBUBG (256 pixels by 256 pixels, and 32 cell size): Perlin noise example

BMP format

Format created by Microsoft Corporation, used to store bitmaps.


Specifications

Description Value
Perlin noise directions (1, 1), (-1, -1), (-1, 1), (1, -1)
Cell size 32 (configurable)
Bits per pixel 24
Information header BITMAPINFOHEADER
Compression method None

Usage

./vsfmppntfbubg <width> <height> [cell size]

Notes

This generator was created for educational purposes only.

About

Very simple free multi-platform Perlin noise 24 bit uncompressed bitmap generator.

Topics

Resources

License

Stars

Watchers

Forks