mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 08:33:10 +00:00
add multiple packages (#1426)
This commit is contained in:
parent
32d0a1cc0a
commit
6e34b7d3e1
@ -17237,6 +17237,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/mfiano/origin.nim"
|
"web": "https://github.com/mfiano/origin.nim"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "webgui",
|
||||||
|
"url": "https://github.com/juancarlospaco/webgui",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"web",
|
||||||
|
"webview",
|
||||||
|
"css",
|
||||||
|
"js",
|
||||||
|
"gui"
|
||||||
|
],
|
||||||
|
"description": "Web Technologies based Crossplatform GUI, modified wrapper for modified webview.h",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/juancarlospaco/webgui"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "xpm",
|
"name": "xpm",
|
||||||
"url": "https://github.com/juancarlospaco/xpm",
|
"url": "https://github.com/juancarlospaco/xpm",
|
||||||
@ -17248,5 +17263,61 @@
|
|||||||
"description": "X-Pixmap & NetPBM",
|
"description": "X-Pixmap & NetPBM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/juancarlospaco/xpm"
|
"web": "https://github.com/juancarlospaco/xpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "omnimax",
|
||||||
|
"url": "https://github.com/vitreo12/omnimax",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"dsl",
|
||||||
|
"dsp",
|
||||||
|
"audio",
|
||||||
|
"sound",
|
||||||
|
"maxmsp"
|
||||||
|
],
|
||||||
|
"description": "Max wrapper for omni.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/vitreo12/omnimax"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "omnicollider",
|
||||||
|
"url": "https://github.com/vitreo12/omnicollider",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"dsl",
|
||||||
|
"dsp",
|
||||||
|
"audio",
|
||||||
|
"sound",
|
||||||
|
"supercollider"
|
||||||
|
],
|
||||||
|
"description": "SuperCollider wrapper for omni.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/vitreo12/omnicollider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "omni",
|
||||||
|
"url": "https://github.com/vitreo12/omni",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"dsl",
|
||||||
|
"dsp",
|
||||||
|
"audio",
|
||||||
|
"sound"
|
||||||
|
],
|
||||||
|
"description": "omni is a DSL for low-level audio programming.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/vitreo12/omni"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mui",
|
||||||
|
"url": "https://github.com/angluca/mui",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"ui",
|
||||||
|
"microui"
|
||||||
|
],
|
||||||
|
"description": "A tiny immediate-mode UI library",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/angluca/mui"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user