forked from areweguiyet/areweguiyet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecosystem.json
144 lines (144 loc) · 3.16 KB
/
ecosystem.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[
{
"name": "lvgl",
"docs": "https://github.com/rafaelcaricio/lvgl-rs",
"tags": [
"Bindings",
"Embedded"
]
},
{
"name": "imgui",
"tags": [
"Bindings",
"Immediate mode API"
]
},
{
"name": "tauri",
"skip_crates_io": true,
"repo": "https://github.com/tauri-apps/tauri",
"description": "Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms.",
"docs": "https://tauri.studio/en/",
"tags": [
"HTML",
"MacOS",
"GTK"
]
},
{
"name": "vgtk",
"tags": [
"GTK"
]
},
{
"name": "conrod-core",
"tags": [
"Immediate mode API"
]
},
{
"name": "qt_widgets",
"description": "Ritual Qt bindings",
"docs": "https://rust-qt.github.io/qt/",
"tags": [
"Bindings",
"Qt"
]
},
{
"name": "fltk",
"description": "The FLTK crate is a crossplatform lightweight gui library which can be linked to statically to produce small, self-contained and fast binaries",
"tags": [
"Bindings",
"FLTK"
]
},
{
"name": "KAS",
"description": "The toolKit Abstraction System leverages generics and macros to compose widgets with encapsulated user data, provides a powerful event-handling model and scales to at least 100'000 widgets per window.",
"docs": "https://docs.rs/kas",
"tags": [
"winit",
"WebGPU",
"proc-macro"
]
},
{
"name": "Iced",
"description": "A renderer-agnostic GUI library for Rust focused on simplicity and type-safety. Inspired by Elm.",
"tags": []
},
{
"name": "core-foundation",
"docs": "https://docs.rs/core-foundation/0.6.4/core_foundation/",
"tags": [
"MacOS"
]
},
{
"name": "sciter-rs",
"tags": [
"HTML",
"CSS"
]
},
{
"name": "Azul",
"tags": [
"WebRender"
]
},
{
"name": "WebRender",
"docs": "https://doc.servo.org/webrender/index.html",
"tags": [
"WebRender"
]
},
{
"name": "druid",
"description": "Druid is a new Rust-native UI toolkit, still in early stages. Its main goal is performance, also aiming for small binary size and compile time, fast startup, and very easy build configuration (just cargo run). It is currently supporting Windows and macOS, with hope to support more in the future.",
"tags": [
"piet"
]
},
{
"name": "OrbTk",
"description": "The Orbital Widget Toolkit is a multi platform (G)UI toolkit for building scalable user interfaces with the programming language Rust. It's based on the Entity Component System Pattern and provides a functional-reactive API.",
"tags": []
},
{
"name": "rust-qt-binding-generator",
"tags": [
"Bindings",
"Qt",
"QML"
]
},
{
"name": "qmetaobject",
"tags": [
"Bindings",
"Qt",
"QML"
]
},
{
"name": "relm",
"tags": [
"Bindings",
"GTK"
]
},
{
"name": "GTK",
"description": "Rust bindings and wrappers for GLib, GDK 3, GTK+ 3 and Cairo.",
"docs": "https://gtk-rs.org/docs-src/",
"tags": [
"Bindings",
"GTK"
]
}
]