You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to create a heatmap from positions where players fired their weapons from.
4
+
5
+
## Running the example
6
+
7
+
`go run heatmap.go -demo /path/to/demo > out.png`
8
+
9
+
This will create a PNG with dots on all the locations where shots were fired (the heatmap 'overlay').
10
+
11
+
This doesn't look too interesting on it's own but that can be helped by quickly mapping it to the map overview in an image editing tool (2 min tops, no skills required).
12
+
13
+

0 commit comments