Add wxNim and notifishower (#1713)

This commit is contained in:
PMunch 2020-11-16 11:25:49 +01:00 committed by GitHub
parent a902b25d74
commit c64216dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1590,6 +1590,34 @@
"license": "MIT",
"web": "https://github.com/PMunch/notificatcher"
},
{
"name": "notifishower",
"url": "https://github.com/PMunch/notifishower",
"method": "git",
"tags": [
"binary",
"notifications",
"graphics",
"gui"
],
"description": "Small program to draw notifications on the screen in a highly customisable way",
"license": "MIT",
"web": "https://github.com/PMunch/notifishower"
},
{
"name": "wxnim",
"url": "https://github.com/PMunch/wxnim",
"method": "git",
"tags": [
"wrapper",
"library",
"graphics",
"gui"
],
"description": "Nim wrapper for wxWidgets. Also contains high-level genui macro",
"license": "MIT",
"web": "https://github.com/PMunch/wxnim"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",