https://github.com/bimlas/fun-bmp3d
:golf: Just for fun: C GUI: Makes a 3D "landscape" from 256 color BMP
https://github.com/bimlas/fun-bmp3d
Last synced: about 2 months ago
JSON representation
:golf: Just for fun: C GUI: Makes a 3D "landscape" from 256 color BMP
- Host: GitHub
- URL: https://github.com/bimlas/fun-bmp3d
- Owner: bimlas
- Created: 2024-02-04T20:14:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T20:16:45.000Z (over 2 years ago)
- Last Synced: 2025-01-18T18:54:19.321Z (over 1 year ago)
- Language: C
- Size: 680 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
# Bmp3D
A fun project which turns bitmap image into relief.

I did this project a long time ago and didn't thought that I will push it to
the cloud, thus I wrote it in Hungarian.
```
$ apt install libsdl1.2-dev libsdl-ttf2.0-dev
$ make
$ ./bmp3d map.bmp
```
The BMP image has to be a 256 color BMP image.
Move by mouse + (NumPad or WASD):
```
+ -
x 6 D 4 A
y 8 W 2 S
z 7 R 1 F
radius + T - G
Change the target of projection (planar / sphere): 5, or SPACE
Turn on minimap: Enter
Rapid movement: Caps Lock
```