Skip to content

Commit 15beaf0

Browse files
authored
Merge branch 'master' into hoc081098-patch-4
2 parents 6c2d1ed + 7fee103 commit 15beaf0

File tree

1 file changed

+46
-26
lines changed

1 file changed

+46
-26
lines changed

README.md

Lines changed: 46 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@
348348
![badge][badge-android]
349349
![badge][badge-ios]
350350

351+
* [Kedis](https://github.com/domgew/kedis) - Redis client library for Kotlin Multiplatform (JVM + Native).
352+
![badge][badge-jvm]
353+
![badge][badge-linux]
354+
![badge][badge-mac]
355+
351356
#### FILE
352357

353358
* [okio](https://github.com/square/okio) - A modern I/O library for Android, Java, and Kotlin Multiplatform.
@@ -477,10 +482,6 @@
477482
![badge][badge-ios]
478483
![badge][badge-mac]
479484

480-
* [peekaboo](https://github.com/TEAM-PREAT/peekaboo) - Single & Multiple Image Selection and Maximum Image Count Setting Library for Compose Multiplatform (Android & iOS)
481-
![badge][badge-android]
482-
![badge][badge-ios]
483-
484485
### Audio
485486

486487
* [korau](https://github.com/korlibs/korau) - Pure Kotlin WAV, MP3 and OGG vorbis decoders
@@ -692,20 +693,6 @@
692693
![badge][badge-watchos]
693694
![badge][badge-tvos]
694695

695-
* [kotlin-channel-event-bus](https://github.com/hoc081098/kotlin-channel-event-bus) - A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by `kotlinx.coroutines.channels.Channel`s.
696-
![badge][badge-android]
697-
![badge][badge-jvm]
698-
![badge][badge-js]
699-
![badge][badge-js-ir]
700-
![badge][badge-nodejs]
701-
![badge][badge-linux]
702-
![badge][badge-windows]
703-
![badge][badge-ios]
704-
![badge][badge-mac]
705-
![badge][badge-watchos]
706-
![badge][badge-tvos]
707-
![badge][badge-apple-silicon]
708-
709696
#### Number
710697

711698
* [kotlin-multiplatform-bignum](https://github.com/ionspin/kotlin-multiplatform-bignum) - A Kotlin multiplatform library for arbitrary precision arithmetics
@@ -963,7 +950,11 @@
963950

964951
#### Paging
965952

966-
* [Multiplatform Paging](https://github.com/kuuuurt/multiplatform-paging) - Kotlin Multiplatform library for Pagination on Android and iOS
953+
* ~~[Multiplatform Paging (Archived)](https://github.com/kuuuurt/multiplatform-paging) - Kotlin Multiplatform library for Pagination on Android and iOS~~
954+
![badge][badge-android]
955+
![badge][badge-ios]
956+
957+
* [Multiplatform Paging](https://github.com/cashapp/multiplatform-paging) - A library that adds additional Kotlin/Multiplatform targets to AndroidX Paging, and provides UI components to use Paging on iOS.
967958
![badge][badge-android]
968959
![badge][badge-ios]
969960

@@ -1100,19 +1091,12 @@
11001091
* [Ksoup](https://github.com/fleeksoft/ksoup) - HTML & XML Parser (Jsoup Alternative)
11011092
![badge][badge-android]
11021093
![badge][badge-jvm]
1103-
![badge][badge-nodejs]
1104-
![badge][badge-linux]
1105-
![badge][badge-windows]
11061094
![badge][badge-ios]
1107-
![badge][badge-mac]
1108-
![badge][badge-watchos]
1109-
![badge][badge-tvos]
11101095

11111096
* [RSS-Parser](https://github.com/prof18/RSS-Parser) - A Kotlin Multiplatform library to parse a RSS Feed
11121097
![badge][badge-android]
11131098
![badge][badge-jvm]
11141099
![badge][badge-ios]
1115-
![badge][badge-mac]
11161100

11171101
### Debug
11181102

@@ -1384,6 +1368,23 @@
13841368
![badge][badge-mac]
13851369
![badge][badge-js-ir]
13861370

1371+
* [Wavy slider](https://github.com/mahozad/wavy-slider) - Animated squiggly slider (aka sperm) similar to the one in Android 13
1372+
![badge][badge-android]
1373+
![badge][badge-ios]
1374+
![badge][badge-js]
1375+
![badge][badge-jvm]
1376+
![badge][badge-linux]
1377+
![badge][badge-windows]
1378+
![badge][badge-mac]
1379+
![badge][badge-js-ir]
1380+
1381+
### Animation / UI
1382+
1383+
* [Kottie](https://github.com/ismai117/kottie) - Compose Multiplatform animation library that parses Adobe After Effects animations. Inspired by Lottie
1384+
![badge][badge-android]
1385+
![badge][badge-ios]
1386+
![badge][badge-jvm]
1387+
13871388
### Command Line Interface
13881389

13891390
* [Clikt](https://github.com/ajalt/clikt) - Multiplatform command line interface parsing for Kotlin
@@ -1563,6 +1564,13 @@
15631564
![badge][badge-js]
15641565
![badge][badge-mac]
15651566

1567+
* [Voyager](https://github.com/adrielcafe/voyager) - A multiplatform navigation library built for, and seamlessly integrated with, Jetpack Compose. Additionally, it features a Screenmodel, functioning similarly to a viewmodel.
1568+
![badge][badge-android]
1569+
![badge][badge-ios]
1570+
![badge][badge-js]
1571+
![badge][badge-mac]
1572+
![badge][badge-windows]
1573+
15661574
* [solivagant](https://github.com/hoc081098/solivagant) - Compose Multiplatform Navigation - Pragmatic, type safety navigation for Compose Multiplatform. Based on Freeletics Khonshu Navigation. ViewModel, SavedStateHandle, Lifecycle, Multi-Backstacks, Transitions, Back-press handling, and more...
15671575
![badge][badge-android]
15681576
![badge][badge-ios]
@@ -1675,6 +1683,18 @@ fully covered API and a lot of additional DSLs on top of base API.
16751683
![badge][badge-mac]
16761684
![badge][badge-wasm]
16771685

1686+
### Miscellaneous
1687+
1688+
* [mavlink-kotlin](https://github.com/divyanshupundir/mavlink-kotlin) - A modern MAVLink library for Kotlin Multiplatform.
1689+
![badge][badge-android]
1690+
![badge][badge-ios]
1691+
![badge][badge-js]
1692+
![badge][badge-jvm]
1693+
![badge][badge-linux]
1694+
![badge][badge-mac]
1695+
![badge][badge-watchos]
1696+
![badge][badge-windows]
1697+
16781698
## Contribute
16791699

16801700
Welcome contribute!

0 commit comments

Comments
 (0)