Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 745 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 745 Bytes

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 need plumbery to transform a declarative html presentation in 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 avalaible in the example directory.

#Documentation Work in progress...