Git Product home page Git Product logo

Comments (3)

Animeshz avatar Animeshz commented on August 22, 2024

Three blocking issues:

  1. https://youtrack.jetbrains.com/issue/KT-46257
  2. https://youtrack.jetbrains.com/issue/KT-45434
  3. touchlab/Stately#62

Tracking them to release 0.4.x directly on Sonatype/MavenCentral.

A few major breaking changes will be happening, so don't want to publish the 0.3.x for creating confusions 1:

  1. Support all the available architectures of current targeting platforms (including K/N). Have removed all the partial-platform/architecture supporting dependencies, like coroutines and atomicfu.
  2. The Keyboard and the NativeKeyboard will be unified in all platforms without any wrapper decreasing all the latency into one and only one that is JNI or NApi or C-interop for respective targets.
  3. Instead of extra artifacts like keyboard-kt-jdk8 making a compatible layer with language, we'll release wrappers for coroutines and make current codebase compatible to be consumed by any language without any hassles and extra latency.
  4. keyboard-kt and mouse-kt will be merged into one to reduce the final size because the native libraries takes ~10Kb/platform without any meaningful code, merging will be a better option, also because both packages will load them that will also be a common code in both.
  5. The package name will start with io.github.animeshz instead of com.github.animeshz because com.github.* have became invalid group id coordinates now.

Footnotes:
1. For geeky peoples who want to use the library at 0.3.x, the current master branch at 2d17241 commit is ready to build, with requirement of a docker container already published on dockerhub of ~420Mb compressed size that will be automatically picked when ./gradlew assemble or ./gradlew build will run for the first time. Run ./gradlew publishToMavenLocal to get artifacts built and published at <UserHome>/.m2/repository/com/github/animeshz.

from keyboard-mouse-kt.

MrManiacc avatar MrManiacc commented on August 22, 2024

Any updates on this?

from keyboard-mouse-kt.

Animeshz avatar Animeshz commented on August 22, 2024

@MrManiacc Nope 👀, the first two issues are as is, opened. The K/N compiler is now getting a gc finally, hence frozen concepts will be deprecated and mutable memory can be shared removing the use of stately library completely (3rd issue).

If you want to test or use it for personal use, you can build 0.3.x in mavenLocal() repository as stated in the footnotes in above comment. Docs are currently still up to 0.3.x so should not have problem going through it 😃.

from keyboard-mouse-kt.

Related Issues (10)

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.