Weaver is an OCaml framework for writing html5+css+javascript
presentations. With the omnipresence of internet, html5 is an attractive medium for scientific communication. In particular, recent html5 features, like videos or canvas elements or webgl, are very interesting.
Weaver implements the plumbing required to transform a declarative html presentation into an interactive presentation with a low amount of OCaml code.
Installation
The easiest way to install weaver is to use opam and pin the repository
opam pin /path/to/the/repository
Example
A full example based on a presentation given for the Postdoc research day at Stellenbosh (South Africa)
is available in the example
directory.
Documentation
Work in progress...