cpmech / gosl

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drawing and plotting

joeblew99 opened this issue · comments

You can remove the need for putting and Qt by using golang opengl packages..these are able to work for web, desktop and mobile.

For web they use webgl.

A simple example is the shiny package but there are higher level ones like ebiten.
You could get something going very fast using ebiten with full websockets push support for real time updates