A vector graphics renderer like NanoVG in OCaml
Go to file
Frédéric Bour 43b7a1601d Fix scale independent fringe generation 2021-06-11 12:45:00 +09:00
example Fix scale independent fringe generation 2021-06-11 12:45:00 +09:00
lib Fix scale independent fringe generation 2021-06-11 12:45:00 +09:00
slideshow Fix scale independent fringe generation 2021-06-11 12:45:00 +09:00
.gitignore fix slideshow 2018-09-21 14:53:16 +02:00
CHANGES prepare v0.4.1 2020-10-28 17:32:28 +01:00
LICENSE Initial commit 2015-12-09 23:14:33 +01:00
Makefile dune port 2018-09-19 11:49:57 +02:00
README.md Move changelog from READMD to CHANGES 2020-04-10 21:18:38 +02:00
TODO prepare for release 2018-10-14 08:16:46 +02:00
dune-ignore dune port 2018-09-19 11:49:57 +02:00
dune-project Add documentation path 2020-04-10 21:17:30 +02:00
package.json dune port 2018-09-19 11:49:57 +02:00
wall.opam Add documentation path 2020-04-10 21:17:30 +02:00

README.md

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.