Skip to content

Commit

Permalink
README.md: explain how to run the example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 17, 2024
1 parent 8eed9af commit 23a5fd7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,14 @@ The source code and pre-built libraries are compatible with JDK 8.

Applications have been created to test and demonstrate
certain features of Heart.
The following apps are found in the HeartExamples subproject:

These can be run from the menu-driven AppChooser app:
+ using Bash or Fish or PowerShell or Zsh: `./gradlew AppChooser`
+ using Windows Command Prompt: `.\gradlew AppChooser`

You can also run specific apps from a command prompt:
+ using Bash or Fish or PowerShell or Zsh: `./gradlew :HeartExamples:LoopMeshTest`
+ using Windows Command Prompt: `.\gradlew :HeartExamples:LoopMeshTest`

### LoopMeshTest

Expand Down

0 comments on commit 23a5fd7

Please sign in to comment.