Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding basic suite of tools #154

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ It reduces time spent writing and maintaining the same code for different platfo
[![Maven Central](https://img.shields.io/maven-central/v/io.github.oshai/kotlin-logging)](https://central.sonatype.com/artifact/io.github.oshai/kotlin-logging)
> Lightweight Multiplatform logging framework for Kotlin, written in Pure Kotlin. A convenient and performant logging facade.

[basic-logging](https://github.com/lexilabs-app/basic) - logger
[![GitHub Repo stars](https://img.shields.io/github/stars/lexilabs-app/basic?style=flat)](https://github.com/lexilabs-app/basic)
[![Maven Central](https://img.shields.io/maven-central/v/app.lexilabs.basic/basic-logging)](https://central.sonatype.com/artifact/app.lexilabs.basic/basic-logging)
> Basic-Logging uses platform-specific logging libraries to support Kotlin, Java, Apple, Javascript, WASM, MinGW, Linux, and JVM.

### 🌎 Network
[Ktor](https://github.com/ktorio/ktor) - http client
Expand Down Expand Up @@ -962,6 +966,11 @@ your Compose apps.
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/landscapist.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=skydoves%2520landscapist)
> A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.

[basic-images](https://github.com/lexilabs-app/basic) - Compose image loading library for Kotlin Multiplatform
[![GitHub Repo stars](https://img.shields.io/github/stars/lexilabs-app/basic?style=flat)](https://github.com/lexilabs-app/basic)
[![Maven Central](https://img.shields.io/maven-central/v/app.lexilabs.basic/basic-images)](https://central.sonatype.com/artifact/app.lexilabs.basic/basic-images)
> Basic-Images uses platform-specific bitmap libraries to download (via KTOR) and display JPEG, PNG, and WEBP files as a Composable.

[colorpicker-compose](https://github.com/skydoves/colorpicker-compose): Color Picker library for Kotlin Multiplatform.
[![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/colorpicker-compose?style=flat)](https://github.com/skydoves/colorpicker-compose/stargazers)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/colorpicker-compose.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=skydoves%colorpicker-compose)
Expand Down Expand Up @@ -994,6 +1003,11 @@ your Compose apps.
[![Maven Central](https://img.shields.io/maven-central/v/com.aallam.openai/openai-client)](https://central.sonatype.com/artifact/com.aallam.openai/openai-client)
> Kotlin client for [OpenAI's API](https://beta.openai.com/docs/api-reference) with multiplatform and coroutines capabilities.

[basic-ads](https://github.com/LexiLabs-App/basic) - Composables for Google AdMob in Kotlin Multiplatform
[![GitHub Repo stars](https://img.shields.io/github/stars/LexiLabs-App/basic?style=flat)](https://github.com/LexiLabs-App/basic)
[![Maven Central](https://img.shields.io/maven-central/v/app.lexilabs.basic/basic-ads)](https://central.sonatype.com/artifact/app.lexilabs.basic/basic-ads)
> Composables for [Google AdMob](https://admob.google.com) Banner, Interstitial, and Rewarded ads in Kotlin Multiplatform

[Sentry SDK](https://github.com/getsentry/sentry-kotlin-multiplatform) - Sentry Kotlin Multiplatform SDK
[![GitHub Repo stars](https://img.shields.io/github/stars/getsentry/sentry-kotlin-multiplatform?style=flat)](https://github.com/getsentry/sentry-kotlin-multiplatform)
[![Maven Central](https://img.shields.io/maven-central/v/io.sentry/sentry-kotlin-multiplatform)](https://central.sonatype.com/artifact/io.sentry/sentry-kotlin-multiplatform)
Expand Down Expand Up @@ -1148,6 +1162,11 @@ your Compose apps.
[![Maven Central](https://img.shields.io/maven-central/v/com.soywiz.korlibs.korau/korau)](https://central.sonatype.com/artifact/com.soywiz.korlibs.korau/korau)
> Pure Kotlin WAV, MP3 and OGG vorbis decoders

[basic-sound](https://github.com/lexilabs-app/basic) - Audio loading library for Kotlin Multiplatform
[![GitHub Repo stars](https://img.shields.io/github/stars/lexilabs-app/basic?style=flat)](https://github.com/lexilabs-app/basic)
[![Maven Central](https://img.shields.io/maven-central/v/app.lexilabs.basic/basic-sound)](https://central.sonatype.com/artifact/app.lexilabs.basic/basic-sound)
> Basic-Sound integrates audio by downloading from a URL, accessing a local path, or linking to Composable Resources. Currently supports Android, Apple, js, and wasm.

[Kim](https://github.com/Ashampoo/kim) - Kotlin Image Metadata
[![GitHub Repo stars](https://img.shields.io/github/stars/Ashampoo/kim?style=flat)](https://github.com/Ashampoo/kim)
[![Maven Central](https://img.shields.io/maven-central/v/com.ashampoo/kim)](https://central.sonatype.com/artifact/com.ashampoo/kim)
Expand Down