Showcasing of Asteroids game with Compose Multiplatform

Asteroids Compose Multiplatform Asteroids is a 2D space game that is built using Compose Multiplatform by Sebastian Aigner. It has now been updated to support multiple platforms including iOS, Android, Web, and Desktop. Multiplatform Support The extracted classes from the openrndr-math library were used to enable support for multiple platforms. DEMO Android: iOS: Desktop: Web: Other … Read more

A highly customizable, offline monthly calendar app for Android

Simple Calendar Simple Calendar 2023 is a highly customizable, offline monthly calendar app for Android. Have an agenda planner in your pocket, designed to do exactly what a personal tiny schedule planner should do in 2023. No complicated features, unnecessary permissions, or ads! ***Supports syncing events via Google Calendar Download now! Daily Digital Schedule App: … Read more

A simple implementation of androidx.javascriptengine

javascriptengine a simple implementation of androidx.javascriptengine https://developer.android.com/jetpack/androidx/releases/javascriptengine https://developer.android.com/develop/ui/views/layout/webapps/jsengine What is implemented Current problems Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); … Read more

OSRS emulator written in kotlin

OSRS-Server Revision 211 OSRS server written in Kotlin. Dependencies Project structure The server is broken up into multiple modules to make things easier to manage and test individual components. Getting Started Client setup MongoDB Setup (Optional if local flag in ApplicationConfig is enabled) Application configuration This project uses ktor for the networking, therefore the application … Read more

Pokedex – A kotlin multiplatform app, built with Compose

Pokedex Pokedex is kotlin multiplatform project with 99% shared code, built with Compose multiplatform, Coroutines, Flow, Decompose, MVIKotlin, Koin, Ktor, SqlDelight, and Material 3 based on MVI architecture Open-source libraries Screenshots Android IOS Desktop PokeAPI Pokedex uses [PokeAPI](https://pokeapi.co/) for fetching data related to Pokémon. Authors 🔗 Social Links  Follow me on GitHub License Copyright 2023 M0Coding … Read more

An OTP library for JetPack Compose

Otp Widget For JetpackCompose An Otp Widget to enter passwords, sms codes , … Dependency Step 1: Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { … maven { url ‘https://jitpack.io’ } } } Step 2: Add the dependency dependencies { … Read more