-
Notifications
You must be signed in to change notification settings - Fork 28
/
awesome.json
567 lines (567 loc) · 16.8 KB
/
awesome.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
[
{
"name": "daisy-rsx",
"description": "A Dioxus version of the Daisy UI components.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "bionic-gpt",
"repo": "daisy-rsx"
},
"link": null
},
{
"name": "Chap-App",
"description": "Web IDE for Chap programming language powered by dioxus (client side execution)",
"type": "MadeWith",
"category": "App",
"github": {
"username": "ali77gh",
"repo": "ChapApp"
},
"link": "https://ali77gh.github.io/ChapApp/"
},
{
"name": "PersianToolsWeb",
"description": "Web GUI for rust-persian-tools library",
"type": "MadeWith",
"category": "App",
"github": {
"username": "ali77gh",
"repo": "PersianToolsWeb"
},
"link": "https://ali77gh.github.io/PersianToolsWeb/"
},
{
"name": "Dioxus Motion 🚀",
"description": "A lightweight, cross-platform animation library for Dioxus, designed to bring smooth, flexible animations to your Rust web, desktop, and mobile applications.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "wheregmis",
"repo": "dioxus-motion"
},
"link": "https://crates.io/crates/dioxus-motion"
},
{
"name": "HTML to RSX Converter",
"description": "Convert HTML to RSX for Dioxus. Using dioxus's own dioxus-rsx-rosetta. All credit goes to to the maintainers of Dioxus. This is just a web port of their cli convert feature.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "wheregmis",
"repo": "dioxus_html_rsx"
},
"link": "https://wheregmis.github.io/dioxus_html_rsx/"
},
{
"name": "dioxus-query",
"description": "Fully-typed, async, reusable state management and synchronization for Dioxus.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "marc2332",
"repo": "dioxus-query"
},
"link": null
},
{
"name": "dioxus-cheatsheet",
"description": "Cheatsheet for Dioxus.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "marc2332",
"repo": "dioxus-cheatsheet"
},
"link": null
},
{
"name": "dioxus-sdk",
"description": "A library to provide abstractions to access common utilities when developing Dioxus applications.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "DioxusLabs",
"repo": "sdk"
},
"link": null
},
{
"name": "dioxus-logger",
"description": "A logging utility to provide a standard interface whether you're targeting web, desktop, or mobile.",
"type": "Awesome",
"category": "Logging",
"github": {
"username": "DogeDark",
"repo": "dioxus-logger"
},
"link": null
},
{
"name": "Geolocation Example",
"description": "Dioxus & Dioxus-SDK geolocation demonstration.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DogeDark",
"repo": "dioxus-geolocation-example"
},
"link": null
},
{
"name": "dioxus-sortable",
"description": "Sortable tables for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "feral-dot-io",
"repo": "dioxus-sortable"
},
"link": null
},
{
"name": "Deploy Dioxus to Vercel",
"description": "Deploy dioxus-web to Vercel.",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "lucifer1004",
"repo": "dioxus-vercel-demo"
},
"link": null
},
{
"name": "Nix template for Dioxus Desktop apps",
"description": "Project template based on Nix for developing Dioxus Desktop apps with support for macOS, NixOS and other Linuxes",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "srid",
"repo": "dioxus-desktop-template"
},
"link": null
},
{
"name": "NixOS Install Script",
"description": "Fetches necessary dependencies for running Dioxus in desktop mode when using the Nix package manager.",
"type": "Awesome",
"category": "Deployment",
"github": null,
"link": "https://gist.github.com/FruitieX/73afe3eb15da45e0e05d5c9cf5d318fc"
},
{
"name": "t5.rs",
"description": "Template for developing & deploying cross-platform apps with authentication, database integration and storage using Supabase.",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "albbus-stack",
"repo": "t5.rs"
},
"link": null
},
{
"name": "Golde",
"description": "Use Dioxus to execute JavaScript and get the result.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "mrxiaozhuox",
"repo": "golde"
},
"link": null
},
{
"name": "Freya",
"description": "A skia renderer for Dioxus.",
"type": "Awesome",
"category": "Renderer",
"github": {
"username": "marc2332",
"repo": "freya"
},
"link": null
},
{
"name": "dioxus-websocket-hooks",
"description": "Dioxus hooks for websocket connections.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "FruitieX",
"repo": "dioxus-websocket-hooks"
},
"link": null
},
{
"name": "dioxus-helmet",
"description": "Place elements in the head tag of your document.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "saicu",
"repo": "dioxus-helmet"
},
"link": null
},
{
"name": "dioxus-layout",
"description": "Layout components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": null,
"link": "https://gitlab.com/MAlrusayni/dioxus-layout"
},
{
"name": "dioxus-free-icons",
"description": "Free icon components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "nissy-dev",
"repo": "dioxus-free-icons"
},
"link": null
},
{
"name": "dioxus-material-icons",
"description": "Material icons for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "lennartkloock",
"repo": "dioxus-material-icons"
},
"link": null
},
{
"name": "Lucide Dioxus",
"description": "Dioxus port of Lucide, a beautiful & consistent icon toolkit made by the community.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "RustForWeb",
"repo": "lucide"
},
"link": "https://lucide.rustforweb.org/frameworks/dioxus.html"
},
{
"name": "Examples Repo",
"description": "A repository containing many examples of how to use Dioxus.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DioxusLabs",
"repo": "example-projects"
},
"link": null
},
{
"name": "File Navigator Example",
"description": "Shows how a Dioxus app can directly leverage system calls and libraries.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/file-explorer"
},
{
"name": "Todo-MVC Example",
"description": "An example of a Todo-MVC built with different patterns.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/todomvc"
},
{
"name": "Ecommerce Example",
"description": "A liveview app that leverages the FakeStoreAPI and Tailwind.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/ecommerce-site"
},
{
"name": "WIFI Scanner Example",
"description": "An example of utilizing background-threads in a desktop Dioxus app.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/wifi-scanner"
},
{
"name": "Lookbook",
"description": "UI preview framework for Dioxus.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "matthunz",
"repo": "lookbook"
},
"link": "https://dioxus-material-lookbook.netlify.app"
},
{
"name": "Uplink",
"description": "Secure, encrypted, P2P chat app.",
"type": "MadeWith",
"category": "App",
"github": {
"username": "satellite-im",
"repo": "uplink"
},
"link": null
},
{
"name": "Ambient",
"description": "Multiplayer game engine that runs in the browser",
"type": "MadeWith",
"category": "App",
"github": {
"username": "ambientrun",
"repo": "ambient"
},
"link": null
},
{
"name": "Bionic GPT",
"description": "ChatGPT replacement with a focus on data confidentiality",
"type": "MadeWith",
"category": "App",
"github": {
"username": "bionic-gpt",
"repo": "bionic-gpt"
},
"link": null
},
{
"name": "Ebou",
"description": "Cross platform Mastodon Client",
"type": "MadeWith",
"category": "App",
"github": {
"username": "terhechte",
"repo": "ebou"
},
"link": null
},
{
"name": "Cloak",
"description": "Secrets automation for developers",
"type": "MadeWith",
"category": "App",
"github": {
"username": "purton-tech",
"repo": "cloak"
},
"link": null
},
{
"name": "Freya editor",
"description": "Experimental code editor",
"type": "MadeWith",
"category": "App",
"github": {
"username": "marc2332",
"repo": "freya-editor"
},
"link": null
},
{
"name": "InterSpace",
"description": "The graphical interface pipeline visualized",
"type": "MadeWith",
"category": "App",
"github": {
"username": "erithax",
"repo": "interspace"
},
"link": null
},
{
"name": "Hemi",
"description": "Typing tutor for training hands separately",
"type": "MadeWith",
"category": "App",
"github": {
"username": "kualta",
"repo": "hemi"
},
"link": null
},
{
"name": "Dead-good HTML to RSX converter",
"description": "A minimalist HTML to RSX converter website",
"type": "MadeWith",
"category": "App",
"github": {
"username": "PurpleBooth",
"repo": "dead-good-html-to-rsx-converter-website"
},
"link": "https://dead-good-html-to-rsx-converter-web.shuttleapp.rs/"
},
{
"name": "dioxus-toast",
"description": "Add toast support for dioxus project.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "mrxiaozhuox",
"repo": "dioxus-toast"
},
"link": null
},
{
"name": "Text Adventure",
"description": "A text adventure game built with Dioxus web",
"type": "MadeWith",
"category": "App",
"github": {
"username": "spideyclick",
"repo": "dioxus-text-adventure"
},
"link": "https://text-adventure.spideyclick.net/"
},
{
"name": "Floneum",
"description": "A graph editor for local AI workflows",
"type": "MadeWith",
"category": "App",
"github": {
"username": "floneum",
"repo": "floneum"
},
"link": "https://floneum.com/"
},
{
"name": "Dev Widgets",
"description": "Collection of useful conversions and widgets implemented as a portable Rust app",
"type": "MadeWith",
"category": "App",
"github": {
"username": "esimkowitz",
"repo": "dev-widgets"
},
"link": "https://widgets.fyi/"
},
{
"name": "dioxus-radio",
"description": "Fully-typed global state management with a topics subscription system for Dioxus.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "dioxus-community",
"repo": "dioxus-radio"
},
"link": null
},
{
"name": "modx",
"description": "A way to handle states with structs in Dioxus",
"type": "Awesome",
"category": "Util",
"github": {
"username": "tkr-sh",
"repo": "modx"
},
"link": "https://github.com/tkr-sh/modx"
},
{
"name": "dioxus-web-component",
"description": "Create your HTML custom elements (aka web components) with Dioxus.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "ilaborie",
"repo": "dioxus-web-component"
},
"link": null
},
{
"name": "dioxus-chessboard",
"description": "A chessboard component built with Dioxus.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "vnermolaev",
"repo": "dioxus-chessboard"
},
"link": null
},
{
"name": "dioxus-aws",
"description": "Tools for deploying Dioxus apps to AWS Serverless (AWS Lambda, S3, CloudFront, Route53).",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "hackartists",
"repo": "dioxus-aws"
},
"link": null
},
{
"name": "MyLife Timeline",
"description": "Visualize how you have spend your time up until now, reflecting on your mortality.",
"type": "MadeWith",
"category": "App",
"github": {
"username": "waozixyz",
"repo": "mylife"
},
"link": "https://mylife.waozi.xyz/"
},
{
"name": "SQLite File Format",
"description": "Visual representation of on-disk database file format used by all releases of SQLite since version 3.0.0.",
"type": "MadeWith",
"category": "App",
"github": {
"username": "torymur",
"repo": "sqlite-repr"
},
"link": "https://torymur.github.io/sqlite-repr/"
},
{
"name": "Freyr",
"description": "A UI components crate for Dioxus that aims to make building an app easier and beautiful.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "cbdefontenay",
"repo": "freyr"
},
"link": "https://docs.rs/freyr/latest/freyr/"
},
{
"name": "dioxus-oauth",
"description": "Tools for OAuth2 authentication in Dioxus web.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "biyard",
"repo": "dioxus-oauth"
},
"link": "https://github.com/biyard/democrasee/tree/main/packages/dioxus-oauth"
},
{
"name": "Biyard Website",
"description": "Company website utilizes dioxus 0.6.0-alpha.2 and AWS serverless services with CI/CD",
"type": "MadeWith",
"category": "App",
"github": {
"username": "biyard",
"repo": "homepage"
},
"link": "https://biyard.co"
},
{
"name": "dioxus-translate",
"description": "Libraries for internalization on Dioxus",
"type": "Awesome",
"category": "Util",
"github": {
"username": "biyard",
"repo": "democrasee"
},
"link": "https://github.com/biyard/democrasee/tree/main/packages/dioxus-translate"
}
]