Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 572 Bytes

Quantum Voxel: Recomputed

Quantum Voxel: Recomputed. Rewritten in Kotlin now!

Building

  • For Desktop: ./gradlew :lwjgl3:nativeCompile
  • For Web: Coming soon
  • For Android: Coming soon
  • For iOS: Coming soon

Running from source

  • For Desktop, either of the following:
    ./gradlew :lwjgl3:run for running using the JVM.
    ./gradlew :lwjgl3:nativeRun for running as native binary.
  • For Web: ./gradlew :teavm:run
  • For Android: ./gradlew :android:run
  • For iOS: Coming soon

Also check out PlayQV!