-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnests.json
More file actions
753 lines (753 loc) · 24.7 KB
/
Copy pathnests.json
File metadata and controls
753 lines (753 loc) · 24.7 KB
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
{
"nests": [
{
"name": "AccordionCtrl",
"packages": [
"AccordionCtrl"
],
"description": "A chameleon-styled, keyboard-friendly accordion container for U++",
"repository": "https://github.com/Trilec/upp_accordionctrl.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/Trilec/upp_accordionctrl/main/README.md"
},
{
"name": "Animation",
"packages": [
"Animation"
],
"description": "U++ Animation & Easing Engine",
"repository": "https://github.com/Trilec/upp_animation.git",
"status": "experimental",
"category": "draw",
"readme": "https://raw.githubusercontent.com/Trilec/upp_animation/main/README.md"
},
{
"name": "AutoScroller",
"packages": [
"AutoScroller"
],
"description": "Auto scrolling container that allows to place the view into a more compact area",
"repository": "https://github.com/klugier/AutoScroller.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/klugier/AutoScroller/main/README.md"
},
{
"name": "BEMRosetta",
"packages": [
"BEMRosetta",
"BEMRosetta_cl"
],
"description": "Hydrodynamic coefficients viewer and converter for Boundary Element Method solver formats",
"repository": "https://github.com/BEMRosetta/BEMRosetta.git",
"status": "experimental",
"category": "application",
"readme": "https://raw.githubusercontent.com/BEMRosetta/BEMRosetta/master/README.md"
},
{
"name": "BatchManager",
"packages": [
"BatchManager"
],
"description": "For running multiple processes under memory and CPU constraints",
"repository": "https://github.com/anboto/BatchManager.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/BatchManager/main/README.md"
},
{
"name": "MoorDyn",
"packages": [
"MoorDyn_v1",
"MoorDyn_v1_DLL",
"MoorDyn_v1_5",
"MoorDyn_v1_5_DLL",
"MoorDyn_v2",
"MoorDyn_v2_DLL"
],
"description": "MoorDyn v1 and v2 testbench and packages for U++",
"repository": "https://github.com/BEMRosetta/MoorDyn.git",
"status": "experimental",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/BEMRosetta/MoorDyn/master/README.md"
},
{
"name": "URR",
"packages": [
"Urr"
],
"description": "Simple UDP Request-Response protocol",
"repository": "https://github.com/mirek-fidler/urr.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/mirek-fidler/urr/master/README.md"
},
{
"name": "Turtle",
"packages": [
"Turtle"
],
"description": "Provides HTML5 web application with U++ plain GUI code",
"repository": "https://github.com/mirek-fidler/Turtle.git",
"status": "experimental",
"category": "networking",
"readme": "https://raw.githubusercontent.com/mirek-fidler/Turtle/master/README.md"
},
{
"name": "Skylark",
"packages": [
"Skylark"
],
"description": "U++ web framework",
"repository": "https://github.com/mirek-fidler/Skylark.git",
"status": "experimental",
"category": "networking",
"readme": "https://raw.githubusercontent.com/mirek-fidler/Skylark/master/README.md"
},
{
"name": "gdal",
"packages": [
"plugin/gdal"
],
"description": "GDAL - Translator library for raster and vector geospatial data formats, as U++ package",
"repository": "https://github.com/mirek-fidler/gdal.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/mirek-fidler/gdal/master/README.md"
},
{
"name": "GoogleTest",
"packages": [
"plugin/gtest",
"plugin/gmock"
],
"description": "The nest contains GoogleTest and GoogleMock libraries, as U++ packages",
"repository": "https://github.com/klugier/UppGoogleTest.git",
"status": "stable",
"category": "testing",
"readme": "https://raw.githubusercontent.com/klugier/UppGoogleTest/main/README.md"
},
{
"name": "MessageCtrl",
"packages": [
"MessageCtrl"
],
"description": "A passive notifications widget for U++",
"repository": "https://github.com/ismail-yilmaz/MessageCtrl.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/MessageCtrl/main/README.md"
},
{
"name": "SysInfo",
"packages": [
"SysInfo"
],
"description": "OS, hardware and Desktop handling functions",
"repository": "https://github.com/anboto/SysInfo.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/anboto/SysInfo/main/README.md"
},
{
"name": "Functions4U",
"packages": [
"Functions4U"
],
"description": "Functions and classes for general use",
"repository": "https://github.com/anboto/Functions4U.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/anboto/Functions4U/main/README.md"
},
{
"name": "Controls4U",
"packages": [
"Controls4U"
],
"description": "Some additional widgets",
"repository": "https://github.com/anboto/Controls4U.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/anboto/Controls4U/main/README.md"
},
{
"name": "STEM4U",
"packages": [
"STEM4U"
],
"description": "Science, technology, engineering, and mathematics libraries",
"repository": "https://github.com/anboto/STEM4U.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/STEM4U/main/README.md"
},
{
"name": "MatIO",
"packages": [
"MatIO",
"plugin/matio"
],
"description": "MATLAB MAT file I/O library",
"repository": "https://github.com/anboto/matio.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/matio/main/README.md"
},
{
"name": "sundials",
"packages": [
"plugin/sundials"
],
"description": "SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers",
"repository": "https://github.com/anboto/Sundials.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Sundials/main/README.md"
},
{
"name": "GLCanvas",
"packages": [
"GLCanvas"
],
"description": "A basic canvas for OpenGL primitives",
"repository": "https://github.com/anboto/GLCanvas.git",
"status": "stable",
"category": "graphics",
"readme": "https://raw.githubusercontent.com/anboto/GLCanvas/main/README.md"
},
{
"name": "Surface",
"packages": [
"Surface"
],
"description": "Basic 3D primitives and its handling",
"repository": "https://github.com/anboto/Surface.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Surface/main/README.md"
},
{
"name": "OfficeAutomation",
"packages": [
"OfficeAutomation"
],
"description": "Automation of Office suites OpenOffice and Microsoft",
"repository": "https://github.com/anboto/OfficeAutomation.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/anboto/OfficeAutomation/main/README.md"
},
{
"name": "assimp",
"packages": [
"plugin/assimp"
],
"description": "Open Asset Import Library",
"repository": "https://github.com/anboto/Assimp.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Assimp/main/README.md"
},
{
"name": "Hdf5",
"packages": [
"Hdf5",
"plugin/Hdf5"
],
"description": "HDF5 Hierarchical Data Format (HDF) library wrapper",
"repository": "https://github.com/anboto/Hdf5.git",
"status": "experimental",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Hdf5/main/README.md"
},
{
"name": "NetCDF",
"packages": [
"NetCDF",
"plugin/NetCDF"
],
"description": "Network Common Data Form (NetCDF) library wrapper",
"repository": "https://github.com/anboto/NetCDF.git",
"status": "experimental",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/NetCDF/main/README.md"
},
{
"name": "Xlnt",
"packages": [
"Xlnt",
"plugin/Xlnt"
],
"description": "Library for reading/writing spreadsheets from/to XLSX files",
"repository": "https://github.com/anboto/Xlnt.git",
"status": "experimental",
"category": "core",
"readme": "https://raw.githubusercontent.com/anboto/Xlnt/main/README.md"
},
{
"name": "Npy",
"packages": [
"Npy",
"plugin/libnpy"
],
"description": "Npy / Npz library wrapper",
"repository": "https://github.com/anboto/Npy.git",
"status": "experimental",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Npy/main/README.md"
},
{
"name": "TerminalCtrl",
"packages": [
"Terminal",
"PtyProcess",
"PtyAgent",
"AnsiParser"
],
"description": "A flexible and powerful terminal emulation widget and library for U++",
"repository": "https://github.com/ismail-yilmaz/Terminal.git",
"status": "rolling",
"category": "widget",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/Terminal/master/README.md"
},
{
"name": "Bobcat",
"packages": [
"Bobcat"
],
"description": "A modern cross-platform, configurable terminal emulator based on TerminalCtrl",
"repository": "https://github.com/ismail-yilmaz/Bobcat.git",
"status": "experimental",
"category": "application",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/Bobcat/main/README.md"
},
{
"name": "SurfaceCtrl",
"packages": [
"SurfaceCtrl"
],
"description": "An OpenGL 3D object viewer, supporting various 3D file formats",
"repository": "https://github.com/Xemuth/SurfaceCtrl.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/Xemuth/SurfaceCtrl/main/README.md"
},
{
"name": "PolyXML",
"packages": [
"PolyXML"
],
"description": "Provides the necessary behaviour to handle XML streaming of classes belonging to hierarchy",
"repository": "https://github.com/Libraries4U/PolyXML.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/PolyXML/main/README.md"
},
{
"name": "NetProxy",
"packages": [
"NetProxy"
],
"description": "A network proxy package, implementing SOCKS 4/4a/5 and HTTP_CONNECT protocols.",
"repository": "https://github.com/ismail-yilmaz/NetProxy.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/NetProxy/master/README.md"
},
{
"name": "SysExec",
"packages": [
"SysExec",
"SysExecGui"
],
"description": "Execution of external commands gathering output, with admin options and GUI password frontend",
"repository": "https://github.com/Libraries4U/SysExec.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/SysExec/main/README.md"
},
{
"name": "Cypher",
"packages": [
"Cypher"
],
"description": "Multipurpose encryption/decryption package",
"repository": "https://github.com/Libraries4U/Cypher.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/Cypher/main/README.md"
},
{
"name": "StreamCypher",
"packages": [
"StreamCypher"
],
"description": "Encrypt/Decrypt routines using Snow2 OR RC4 stream cypher",
"repository": "https://github.com/Libraries4U/StreamCypher.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/StreamCypher/main/README.md"
},
{
"name": "Updater",
"packages": [
"Updater"
],
"description": "Web Installer/Updater module",
"repository": "https://github.com/Libraries4U/Updater.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/Updater/main/README.md"
},
{
"name": "XMLMenu",
"packages": [
"XMLMenu"
],
"description": "XML driven menu system",
"repository": "https://github.com/Libraries4U/XMLMenu.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/Libraries4U/XMLMenu/main/README.md"
},
{
"name": "Signals",
"packages": [
"Signals"
],
"description": "Package to handle Posix signals ",
"repository": "https://github.com/Libraries4U/Signals.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/Signals/main/README.md"
},
{
"name": "Uniq",
"packages": [
"Uniq"
],
"description": "A class for single-instance applications",
"repository": "https://github.com/Libraries4U/Uniq.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/Libraries4U/Uniq/main/README.md"
},
{
"name": "eigen",
"packages": [
"plugin/eigen",
"Eigen"
],
"description": "Template library for linear algebra",
"repository": "https://github.com/anboto/Eigen.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Eigen/main/README.md"
},
{
"name": "Scatter",
"packages": [
"ScatterCtrl",
"ScatterDraw"
],
"description": "Graph plotting",
"repository": "https://github.com/anboto/Scatter.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/Scatter/main/README.md"
},
{
"name": "Box2D",
"packages": [
"plugin/box2D"
],
"description": "Physics library for 2D",
"repository": "https://github.com/Libraries4U/Box2D.git",
"status": "stable",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/Libraries4U/Box2D/main/README.md"
},
{
"name": "SixelRaster",
"packages": [
"SixelRaster"
],
"description": "Sixel image decoder and StreamRaster interface for for U++",
"repository": "https://github.com/ismail-yilmaz/SixelRaster.git",
"status": "stable",
"category": "draw/plugin",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/SixelRaster/main/README.md"
},
{
"name": "CoRoutines",
"packages": [
"CoRoutines"
],
"description": "C++20 coroutines interface for U++",
"repository": "https://github.com/ismail-yilmaz/CoRoutines.git",
"status": "experimental",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/CoRoutines/main/README.md"
},
{
"name": "UppCloud",
"packages": [
"EVP",
"JWT",
"RSA"
],
"description": "Assorted utility packages useful for cloud service interactions",
"repository": "https://github.com/lindquist/uppcloud.git",
"status": "experimental",
"category": "core",
"readme": "https://raw.githubusercontent.com/lindquist/uppcloud/main/README.md"
},
{
"name": "GridLayoutCtrl",
"packages": [
"GridLayoutCtrl"
],
"description": "Dynamic layout control",
"repository": "https://github.com/M0untacir/GridLayoutCtrl.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/M0untacir/GridLayoutCtrl/main/README.md"
},
{
"name": "EscPainter",
"packages": [
"EscPainter"
],
"description": "A painter library for U++ Esc programming language.",
"repository": "https://github.com/ismail-yilmaz/EscPainter.git",
"status": "experimental",
"category": "draw",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/EscPainter/main/README.md"
},
{
"name": "StackCtrl",
"packages": [
"StackCtrl"
],
"description": "A simple widget stacking container for U++ that displays only one ctrl at a time.",
"repository": "https://github.com/ismail-yilmaz/StackCtrl.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/StackCtrl/main/README.md"
},
{
"name": "HtmlTools",
"packages": [
"HtmlTools"
],
"description": "Html parser, sanitizer, and prettifier tools. (A libtidy wrapper for U++)",
"repository": "https://github.com/ismail-yilmaz/HtmlTools.git",
"status": "experimental",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/HtmlTools/main/README.md"
},
{
"name": "FTP",
"packages": [
"FTP"
],
"description": "File Transfer Protocol encapsulation with advanced capabilities, for U++ ",
"repository": "https://github.com/ismail-yilmaz/Ftp.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/Ftp/main/README.md"
},
{
"name": "GraphCtrl",
"packages": [
"GraphDraw",
"GraphCtrl",
"GraphSeries/ScatterSeries",
"GraphSeries/ScatterSeriesEditors",
"GraphSeries/SimpleJobSerie",
"examples/GraphCtrl_Demo",
"examples/GraphCtrl_Demo_GUI"
],
"description": "Graphing package that focuses on user actions and customization: GraphElements, grid, styling, Series, Editors, ...,",
"repository": "https://github.com/didierq/GraphCtrl.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/didierq/GraphCtrl/refs/heads/main/README.md"
},
{
"name": "UtilityCtrls",
"packages": [
"DropFont",
"DropLineDash"
],
"description": "Some simple useful controls : DropFont, DropLineDash",
"repository": "https://github.com/didierq/MyControls.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/didierq/MyControls/refs/heads/main/README.md"
},
{
"name": "UtilityFunctions",
"packages": [
"NearMatchCompare",
"ReportGenerator",
"UndoStack",
"examples/NearMatchCompareTest",
"examples/ReportGeneratorTest"
],
"description": "Some simple useful functions : UndoStack, NearMatchCompare, ReportGenerator",
"repository": "https://github.com/didierq/MyFunctions.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/didierq/MyFunctions/refs/heads/main/README.md"
},
{
"name": "Xform3D",
"packages": [
"Xform3D"
],
"description": "A lightweight, software-based 3D transformation library for U++",
"repository": "https://github.com/ismail-yilmaz/Xform3D.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/Xform3D/main/README.md"
},
{
"name": "Job",
"packages": [
"Job"
],
"description": "A lighweight, scope-bound, single worker thread implementation for U++",
"repository": "https://github.com/ismail-yilmaz/Job.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/Job/main/README.md"
},
{
"name": "ProjectChrono",
"packages": [
"ProjectChrono",
"plugin/ProjectChrono"
],
"description": "A Multi-physics Simulation Engine",
"repository": "https://github.com/anboto/ProjectChrono.git",
"status": "experimental",
"category": "scientific",
"readme": "https://raw.githubusercontent.com/anboto/ProjectChrono/main/README.md"
},
{
"name": "FTXUI",
"packages": [
"plugin/FTXUI"
],
"description": "FTXUI, functional text user interface (TUI) package for U++",
"repository": "https://github.com/ismail-yilmaz/ftxui-upp.git",
"status": "stable",
"category": "widget",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/ftxui-upp/master/README.md"
},
{
"name": "OAuth2",
"packages": [
"OAuth2"
],
"description": "OAuth2 authentication package for U++",
"repository": "https://github.com/ismail-yilmaz/oauth2.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/oauth2/master/README.md"
},
{
"name": "FlowBoxLayout",
"packages": [
"FlowBoxLayout"
],
"description": "U++ linear \"flow\" layout thats lightweight",
"repository": "https://github.com/Trilec/upp_flowboxlayout.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/Trilec/upp_flowboxlayout/main/README.md"
},
{
"name": "WebDAV",
"packages": [
"WebDAV"
],
"description": "A lightweight, RFC 4918 compliant WebDAV client implementation for U++",
"repository": "https://github.com/ismail-yilmaz/webdav.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/webdav/master/README.md"
},
{
"name": "CalDAV",
"packages": [
"CalDAV"
],
"description": "A lightweight, RFC 4791 compliant CalDAV client implementation for U++",
"repository": "https://github.com/ismail-yilmaz/caldav.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/caldav/master/README.md"
},
{
"name": "CardDAV",
"packages": [
"CardDAV"
],
"description": "A lightweight, RFC 6352 compliant CardDAV client implementation for U++",
"repository": "https://github.com/ismail-yilmaz/carddav.git",
"status": "stable",
"category": "networking",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/carddav/master/README.md"
},
{
"name": "SculptorTools",
"packages": [
"Sculptor",
"SculptorCtrl"
],
"description": "A software and hardware based 3D rendering library for U++",
"repository": "https://github.com/ismail-yilmaz/sculptor-tools.git",
"status": "experimental",
"category": "graphics",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/sculptor-tools/main/README.md"
},
{
"name": "YAML",
"packages": [
"plugin/yaml"
],
"description": "A YAML 1.2 parser for U++, based on libyaml",
"repository": "https://github.com/ismail-yilmaz/yaml.git",
"status": "stable",
"category": "plugin",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/yaml/main/README.md"
},
{
"name": "DBus",
"packages": [
"DBus"
],
"description": "A full D-Bus client-side implementation for U++",
"repository": "https://github.com/ismail-yilmaz/DBus.git",
"status": "stable",
"category": "core",
"readme": "https://raw.githubusercontent.com/ismail-yilmaz/DBus/main/README.md"
},
{
"name": "Ui",
"packages": [
"Animation",
"Ui"
],
"description": "Experimental replacement for CtrlLib Ctrls: adding animation/enhanced styling/minor re-factoring/enhanced comments.",
"repository": "https://github.com/Trilec/upp_Ui.git",
"status": "experimental",
"category": "widget",
"readme": "https://raw.githubusercontent.com/Trilec/upp_Ui/main/README.md"
}
]
}