Tuesday, February 21, 2017

Visualization Frameworks and tools


Resources:
[1] d3js https://d3js.org
[2] threejs + webgl https://threejs.org/examples/#webgl_interactive_cubes
[3] shadertoy https://www.shadertoy.com/
[4] palette color http://colorbrewer2.org/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...