Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 320 Bytes

Heatmap rasterizer in C

3D renderer of heatmaps written in C using X server API

Showcase

Build

Make shoul automatically pull submodules and build them

make

Usage

Supply the binary with map to render

./fdf map.fdf

Example map:

0 0 0 0
0 5 5 0
0 5 5 0
0 0 0 0