A vector graphics renderer like NanoVG in OCaml
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Frédéric Bour 43b7a1601d
Fix scale independent fringe generation
2 years ago
example Fix scale independent fringe generation 2 years ago
lib Fix scale independent fringe generation 2 years ago
slideshow Fix scale independent fringe generation 2 years ago
.gitignore fix slideshow 5 years ago
CHANGES prepare v0.4.1 3 years ago
LICENSE Initial commit 8 years ago
Makefile dune port 5 years ago
README.md Move changelog from READMD to CHANGES 3 years ago
TODO prepare for release 5 years ago
dune-ignore dune port 5 years ago
dune-project Add documentation path 3 years ago
package.json dune port 5 years ago
wall.opam Add documentation path 3 years ago

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.