Skip to content
/ wall Public

(mirror) A vector graphics renderer like NanoVG in OCaml

License

Notifications You must be signed in to change notification settings

let-def/wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42acca5 · Mar 29, 2024
Jul 14, 2023
Mar 29, 2024
Jan 18, 2022
Sep 21, 2018
Oct 28, 2020
Dec 9, 2015
Sep 19, 2018
Apr 10, 2020
Oct 14, 2018
Sep 19, 2018
Jul 14, 2023
Sep 19, 2018
Jul 14, 2023

Repository files navigation

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.