From 9136b166d584f092dddc897385cc3b1553d1c7ce Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 25 Nov 2019 11:23:17 +0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ba557fe..ce15564 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ A curated list of awesome V frameworks, libraries, software and resources. * [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. * [vSDL2](https://github.com/nsauzede/vsdl2) - SDL2 V module / libSDL2 wrapper (accompanying examples & tests are at [sdl2test](https://github.com/nsauzede/sdl2test).) +### Eventing +* [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V + ### User Interface (UI) Toolkits * [V UI](https://github.com/vlang/v/tree/master/vlib/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web.