uninit is a developer group focused on applications by people for people,
dedicated to high-performance multiplatform applications and always-improving
extensibility and ux.
Supported by LC
mewsic is a project (development slow) centered around making your music-listening experience on mobile and desktop as good and user-focused as possible.
genesis (development active) is a recreation, modernization, and multiplatform version of discord's old android app before it moved to react native.
rootvm (development halted) is an x86-64 asm-inspired virtual machine planned to be built for speed, reliability, and portability.
Langs: Kotlin
uninit.common (development planned, merge of mewsic and genesis common libraries) is a kotlin multiplatform (jvm/android, jvm/desktop, iOS, web(?)) library which holds common application features and utility pieces.
Langs: Kotlin
uninit.common.compose (development planned) is a kotlin compose multiplatform (jvm/android, jvm/desktop, iOS, web(?)) library which makes some compose flows much easier via common utilities such as preference managers.
Langs: Kotlin
uninit.innertube (development slow) is a kmp library focusing on two things, first and foremost is an api accessor for youtube's internal backend. secondly, this focuses on an intuitive and easy-to-use developer facing api.
Langs: Kotlin
uninit.mewsic.muse (development slow) is a kmp library focusing on common definitions and utilities for music-playing apps, such as a multiplatform composable audio/video player (via libmpv/libvlc on desktop, exoplayer on mobile, and the native player on ios) and more.
Langs: Rust
rootir (development pending standardization of rootir) is a library that contains an in-code representation, and a rootIR parser/packager/builder. This library will primarily be used by rootVM.
Langs: Rust
vmalloc (development planned) is a custom layer ontop of the rust memory allocator which makes allocating memory regions and manually managing them much easier and more efficient, something that would be neccesary if you were making a fast VM.