From 78dcdc6f561f2118472783b6de3a517f87e8cf11 Mon Sep 17 00:00:00 2001 From: Justice Suh Date: Mon, 22 Jul 2019 16:55:52 -0400 Subject: [PATCH] Add vgl --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36742e4..2d8f3df 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Command-line * [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays. +### Graphics +* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access. + ### Text processing * [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.