package graphv_core

  1. Overview
  2. Docs

graphv_core 0.1.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

graphv_core

Documentation:

  • Graphv_core This module is for creating new Graphv renderers. It is a functor that takes a render backend and a font backend and produces a new rendering library. For concrete implementations see Graphv_gles2_native for native GLES2 rendering or Graphv_webgl for a WebGL/Js_of_ocaml based implementation.