Skip to content

wingio/Hellish

Repository files navigation

Hellish logo

Hellish

An Android client for the Pointercrate demonlist

Stars Repo size Kotlin


Light Dark
Light mode screenshot Dark mode screenshot

Contribute

If you're unfamiliar with programming but would still like to help you can by doing one of the following:

Otherwise if you do want to contribute code then it's preferred that you're familiar with the following technologies:

  • Kotlin
  • Android SDK
  • Koin DI
  • Jetpack Compose
    • Voyager
  • The Pointercrate API
    • Ktor (Client)
    • Kotlinx Serialization

Build

Prerequisites

Instructions

  1. Clone the repo
    • git clone https://github.com/wingio/Hellish.git && cd Hellish
  2. Build the project
    • Linux: chmod +x ./gradlew && gradlew assembleDebug
    • Windows: ./gradlew assembleDebug
  3. Install on device
    • Enable usb debugging and plug in your phone
    • Run adb install app/build/outputs/apk/debug/app-debug.apk

License

Hellish is licensed under the GNU General Public License v3.0

GitHub License