Page 1 of 1

Data Viz

Posted: Fri Nov 22, 2019 4:03 pm
by uneducated
@rbodleyscott @Pocus @AlbertoC @Surtur @Tamas

Data Visibility is a huge part of the enjoyment of games. I hope that all the developers who publish with Slitherine have a look at D3, which is becoming widely popular in displaying information.

I think a large part of games is representing the information and allowing the player to decide what choices to make. D3 is Free Software and becoming widely used for displaying data - Data Vizualization. I hope that you might enjoy looking at some of the stuff below:

Observables:

Code: Select all

https://observablehq.com/@d3
Whilst pondering how these displays might be of use in a game, have a look at a few of the notebooks, some of which permit interaction. For example:

zoomable tiles,
brush.filter
delaunay.find
d3.interpolate.discrete
brushable scatterplot matrix
d3.path


D3.js

Code: Select all

https://d3js.org/