Git Product home page Git Product logo

koma-library's Introduction

Kotlin Matrix library

Implementation of matrix api in pure kotlin.

This is the library behind the desktop client continuum. kotlinx.serialization is used for json serialization and deserialization. Codegen is used to avoid reflection, reducing package size and improving performance. Ktor is used to interface with the api. kotlinx-coroutines are used to make the code both non-blocing and easy to read. Exception-handling is mostly done with Result type optimized with inline classes.

Usage

Builds are provided automatically by jitpack. If you are using Gradle, add the following to repositories.

maven {
    url = 'https://jitpack.io'
}

Then in dependencies, add:

compile 'io.github.koma-im:koma-library:0.7.6.5'

where 0.7.6.5 is a tag on Github.

Projects based on koma

  • continuum: Desktop client built with tornadofx
  • userbots: Bots that use the user api

koma-library's People

Contributors

yuforia avatar 2fchar avatar druig avatar beatpm avatar rinfuyu avatar u1haru avatar komatr avatar dominaezzz avatar

Stargazers

AtjonTV avatar  avatar  avatar  avatar  avatar  avatar Sebastian Schlatow avatar Mathieu Velten avatar Marcus Adair avatar

Watchers

James Cloos avatar  avatar  avatar

koma-library's Issues

Multiplatform?

Hi there! I was thinking of making a Matrix client in Kotlin and I found your project.
I was looking at making it multiplatform (JS and some native targets) but doing that will require breaking changes ๐Ÿ˜ฌ , since some of the libraries you use aren't multiplatform. Like using kotlinx.serialization instead of Jackson and potentially Ktor instead of Retrofit.

Is this a deal breaker? ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.