From a2e835f27fde0aa76d5df0ca9d47fc860f663c77 Mon Sep 17 00:00:00 2001 From: irishgreencitrus <43090499+irishgreencitrus@users.noreply.github.com> Date: Sun, 29 Aug 2021 14:03:38 +0100 Subject: [PATCH] Added raylib.v and fixed lint errors. (#114) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ca2758..9203899 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ - [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang. - [ascii_robot](https://github.com/Delta456/ascii_robot) - ASCII Robot generator written in V. - [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang. -- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation +- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. ### Graphics @@ -141,7 +141,8 @@ ### Game development -- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. +- [raylib.v](https://github.com/irishgreencitrus/raylib.v) - Updated V bindings for [raylib](https://www.raylib.com) with plans for complete cross-platform support. +- [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for raylib, the C game development framework. ### Web @@ -170,7 +171,7 @@ - [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform. - [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support. -- [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows +- [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows. ### Automation