Generate Bitmap data in pure bash.
Watch how it was made on YouTube.
Simple BMP (2x2 pixels)
./simple-bmp > out.bmp
Color Gradient
./gradient -h 200 -v 200 -o out.bmp
Sprite to BMP (smile)
cat smile.txt | ./sprite-to-bmp -p palette.txt -o out.bmp
Triangle drawer
./triangle-drawer -w 64 -h 64 -o out.bmp
3D World
./3d-world -w 64 -h 64 -o out.bmp
- MIT License


