Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 898 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 898 Bytes

Exvi Client

The client portion of my high school capstone project.

View the project overview at CS 30 Capstone Poster Report.pdf!

Technologies

  • Jetpack Compose
    • Full app functionality on OSX, Windows, Linux, and Android with JVM builds
  • Gradle
  • GitHub Actions for CD
    • Used to build the latest commits for various platforms
  • JitPack

Download & Run

Supported Platforms

  • Desktop Linux/MacOS/Windows (JVM)
  • Android

Desktop JVM

  1. Install Java 11 if it is not already installed
  2. Download the latest build for your platform in the GitHub actions tab
  3. Extract the zipped folder
  4. Navigate into the extracted folder and run the jar inside

Related Repositories