From 2a7e6700c431b1164f19b569dac168415370ce3f Mon Sep 17 00:00:00 2001 From: sudokit <64897647+sudokit@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:53:34 +0300 Subject: [PATCH] readme: sokol_gp a more up-to-date wrapper for sokol_gp library (felt wrong just to replace the other) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b4eb44f..5d496e86 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ - [V Earcut](https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on [mapbox/Earcut](https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and self-intersections. - [V_sokol_gp](https://github.com/mohamedLT/V_sokol_gp) - A V wrapper for the sokol_gp library for easy and fast 2d graphics. +- [sokol_gp](https://github.com/sudokit/v_sokol_gp) - A up-to-date V wrapper for sokol_gp. - [viup](https://github.com/kjlaw89/viup) - V wrapper for the C-based cross-platform UI library, IUP. - [vsdl](https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library. - [vsdl2](https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper.