WebGL è un'API HTML basata su OpenGL per la creazione di grafica 3D. Una delle librerie JavaScript che facilitano lo sviluppo di immagini e animazioni via WebGL è three.js.Vediamola in azione in questo esempio "sponsorizzato" da S2 Software ;)
An interesting innovation introduced with HTML5 is the ability to save data permanently (till the next browser cache clear) in a local database using SQLite commands. The direct use of this API is, however, "uncomfortable" and repetitive, overburdening code with logics that should instead be collected in lower-level procedures. So…