Miscellaneous
Projects | | Links:
A collection of Javascript/WebGL tests
[R/Plotly] 3D Waves point distribution and animation
This is a little fun test I have tried some time ago. I wanted to test the animations with Plotly and R and what best way to test it if not some nice smooth waves? No crazy math, just a mix of sin()
and cos()
[JS/Plotly] Plotly animation and 3D data visualisation
Similar to the wave test I wanted to tr Plotly with javascript so I tested a few animations and 3D graphs
[WebGL] Cubes recursion generator
While working at the European Central Bank there was a lot of talking about “cubes” of data, three dimensional models of datasets. I like to see it as a bunch of stacked Excel spreadsheet. The spreasheets are 2-dimensional so stacking them would make it 3-dimensional and can be seen as a cube instead of a rectangle. So I decided to try my hand at the generation of recursive cubes, with smaller and smaller ones inside each cube.
[WebGL] Globe Data Visualisation
A little fun test on global geographical data visualisation with WebGL.
[JS] Canvas JSON marker rendering
A pure javascript implementation of a map with fixed point as markers.