All Projects → Astray → Similar Projects or Alternatives

291 Open source projects that are alternatives of or similar to Astray

WildWorld
Sandbox freestyle multiplayer game/engine in LÖVE/LUA.
Stars: ✭ 35 (-64.65%)
Mutual labels:  video-game, love2d
Zabuyaki
Zabuyaki, old-school side-scrolling beat 'em up
Stars: ✭ 91 (-8.08%)
Mutual labels:  love2d, video-game
Pokemongo
神奇宝贝 (PokemonGo) 基于 Jetpack + MVVM + Repository 设计模式 + Data Mapper + Kotlin Flow 的实战项目,如果这个仓库对你有帮助,请仓库右上角帮我 star 一下,非常感谢。
Stars: ✭ 848 (+756.57%)
Mutual labels:  room
Neothyne
Engine and game
Stars: ✭ 57 (-42.42%)
Mutual labels:  video-game
Liko 12
LIKO-12 is an open source fantasy computer made using LÖVE.
Stars: ✭ 811 (+719.19%)
Mutual labels:  love2d
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-63.64%)
Mutual labels:  room
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+1030.3%)
Mutual labels:  love2d
Myweatherkotlinflow
Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection
Stars: ✭ 23 (-76.77%)
Mutual labels:  room
Aacpaginginfinitescrollingwithnetworksample
AAC Paging Infinite Scrolling With Network Sample
Stars: ✭ 74 (-25.25%)
Mutual labels:  room
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+559.6%)
Mutual labels:  room
Newssync
Sample application with MVVM pattern using RxJava and Architecture Components
Stars: ✭ 46 (-53.54%)
Mutual labels:  room
Raylib Go
Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
Stars: ✭ 578 (+483.84%)
Mutual labels:  video-game
Social Note
Social Note - Note-taking, sharing, time & location reminder
Stars: ✭ 38 (-61.62%)
Mutual labels:  room
Githubprojectbrowser
This is a sample Android Project that is based on Clean Architecture
Stars: ✭ 64 (-35.35%)
Mutual labels:  room
Katsudo
Katsudö is an animation library for LÖVE
Stars: ✭ 32 (-67.68%)
Mutual labels:  love2d
Movietray
Its a playground application focusing on Paging3, MVVM architecture, Kotlin Extension functions, Retrofit, DSL, Navigation component, MotionLayout, SharedElementTransition, Single Activity Architecture, DataStore etc.
Stars: ✭ 78 (-21.21%)
Mutual labels:  room
Android Architecture Components Kotlin
Clean code App with Kotlin and Android Architecture Components
Stars: ✭ 23 (-76.77%)
Mutual labels:  room
Openrw
OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable
Stars: ✭ 1,108 (+1019.19%)
Mutual labels:  video-game
Darkage
🎮 Darkage mod for Minetest
Stars: ✭ 6 (-93.94%)
Mutual labels:  video-game
Boon
A cross-platform build tool for LÖVE
Stars: ✭ 90 (-9.09%)
Mutual labels:  love2d
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (+580.81%)
Mutual labels:  video-game
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (-44.44%)
Mutual labels:  room
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+521.21%)
Mutual labels:  room
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-35.35%)
Mutual labels:  room
Archapp
Simple Android app to show how to design a multi-modules MVVM Android app (fully tested)
Stars: ✭ 551 (+456.57%)
Mutual labels:  room
Littleshooter2
Little shooter remake using React
Stars: ✭ 42 (-57.58%)
Mutual labels:  video-game
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+389.9%)
Mutual labels:  room
Lovetracker
A module tracker written in lua/LöVE.
Stars: ✭ 38 (-61.62%)
Mutual labels:  love2d
Lily
LÖVE Async Asset Loader
Stars: ✭ 64 (-35.35%)
Mutual labels:  love2d
Android Clean Architecture Example
Yet another Android clean architecture example using RxJava and Room.
Stars: ✭ 37 (-62.63%)
Mutual labels:  room
Spider
Monitor and modify network requests
Stars: ✭ 78 (-21.21%)
Mutual labels:  room
Easyandroid
一个完整基于kotlin的安卓开发框架,采用了mvvm设计模式。涵盖了: 1、基于retrofit2封装的通过kotlin协程实现的网络框架 2、基于阿里开源router修改的api-router实现项目模块化 3、基于glide的图片加载缓存框架 4、基于room实现的往来数据缓存加载 5、基于step实现的数据异步提交 6、基于PreferenceHolder实现的本地数据快速存储 7、基于mlist实现的简单复杂列表的快速开发扩展 8、定制的toolbar可以自适应异形屏,挖孔屏,水滴屏等等。。 本框架几乎涵盖了开发所需的所有模块组件。简单fork之后就可以基于框架快速开发。
Stars: ✭ 33 (-66.67%)
Mutual labels:  room
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-36.36%)
Mutual labels:  room
Androidarchitecture
Recommended architecture by Android
Stars: ✭ 883 (+791.92%)
Mutual labels:  room
Openxcom
Open-source clone of the original X-Com 👽
Stars: ✭ 1,302 (+1215.15%)
Mutual labels:  video-game
Ik
love2d character animation editor
Stars: ✭ 23 (-76.77%)
Mutual labels:  love2d
Pinboard Kotlin
Unofficial Pinboard android app, developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM
Stars: ✭ 60 (-39.39%)
Mutual labels:  room
Top Down Action Rpg Template
Top down action rpg template for Godot Engine
Stars: ✭ 23 (-76.77%)
Mutual labels:  video-game
Sienna
Fast-paced one button platformer
Stars: ✭ 77 (-22.22%)
Mutual labels:  love2d
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-81.82%)
Mutual labels:  room
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-41.41%)
Mutual labels:  video-game
Marvelheroes
❤️ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
Stars: ✭ 826 (+734.34%)
Mutual labels:  room
Love
LÖVE is an awesome 2D game framework for Lua.
Stars: ✭ 1,305 (+1218.18%)
Mutual labels:  love2d
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+681.82%)
Mutual labels:  room
Fifa Fut Data
Web-scraping script that writes the data of all players from FutHead and FutBin to a CSV file or a DB
Stars: ✭ 55 (-44.44%)
Mutual labels:  video-game
Allsketchs
Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...
Stars: ✭ 666 (+572.73%)
Mutual labels:  video-game
Kotlin Pokedex
🌀 A Pokedex app using ViewModel, LiveData, Room and Navigation
Stars: ✭ 1,156 (+1067.68%)
Mutual labels:  room
Reactive Mvvm Android
My way to MVVM using KotlinX Coroutines and Android data-binding
Stars: ✭ 626 (+532.32%)
Mutual labels:  room
Walt
An animation library for LÖVE.
Stars: ✭ 53 (-46.46%)
Mutual labels:  love2d
Grid Sdk
The Grid SDK - Game engine for Lua
Stars: ✭ 612 (+518.18%)
Mutual labels:  love2d
Clean Architecture Components Boilerplate
A fork of our clean architecture boilerplate, this time using the Android Architecture Components
Stars: ✭ 1,241 (+1153.54%)
Mutual labels:  room
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+468.69%)
Mutual labels:  room
Prefiller
Prefiller is a Gradle plugin that generates pre-filled Room databases at compile time.
Stars: ✭ 43 (-56.57%)
Mutual labels:  room
Vgmstream
vgmstream - A library for playback of various streamed audio formats used in video games.
Stars: ✭ 524 (+429.29%)
Mutual labels:  video-game
Igdb
Go client for the Internet Game Database API
Stars: ✭ 65 (-34.34%)
Mutual labels:  video-game
Love2dcs
C# Wrapper for LÖVE, a 2d game engine
Stars: ✭ 97 (-2.02%)
Mutual labels:  love2d
Android Debug Database
A library for debugging android databases and shared preferences - Make Debugging Great Again
Stars: ✭ 7,946 (+7926.26%)
Mutual labels:  room
Cloudreader
🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端
Stars: ✭ 4,611 (+4557.58%)
Mutual labels:  room
Androidkotlincomponents
Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin
Stars: ✭ 79 (-20.2%)
Mutual labels:  room
Openvidu
OpenVidu Platform main repository
Stars: ✭ 1,133 (+1044.44%)
Mutual labels:  room
1-60 of 291 similar projects