Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 362 Bytes

Wall is a vector graphics renderer using OpenGL written in OCaml.

Code is licensed under BSD3.

Installation

The project is distributed through opam:

$ opam install wall

Credits

The main inspiration for this project is NanoVG.

Shader and renderer design are taken from it.