Skip to content

XDeschuyteneer/spirograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a spirograph implementation in OCaml + HTML5.
You can compile OCaml code with this:

ocamlbuild -use-ocamlfind -pkgs js_of_ocaml,js_of_ocaml.syntax,unix -syntax camlp4o index.byte

Then you can compile your ocaml bytecode to javascript:

js_of_ocaml index.byte

Then you can open the webpage:

xdg-open index.html

About

spirograph implementation in ocaml with js_of_ocaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages