Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofra authored Aug 28, 2022
1 parent 04f9822 commit 59e342f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ _Follow the submarine exploration and listen to our songs from the deep._
* 3D engine : Xbarr, Mooz, Scorpheus, Kipixelle
* Based on [HARFANG 3D](http://www.github.com/harfang3d) and [BGFX](https://github.com/bkaradzic/bgfx)

### How to run it?
### How to run it? (_Windows 64_)

* find a PC running Windows 64
* find a PC running **Windows 64**
* unzip the zip
* run `start.bat`
* select your resolution and screen mode
Expand All @@ -28,6 +28,17 @@ _Follow the submarine exploration and listen to our songs from the deep._
* once the demo is running, the walkman is interactive
* click on the buttons to select previous & next song, in `Repeat/Next` Song mode.

### How to run it? (_Linux x64_)

* find a PC running **Ubuntu 20.04 LTS**
* untar the tar.xz file
* run ./start-demo.sh
* select your resolution and screen mode
* `full AAA`/`low AAA` modes might require a recent GPU
* `classic` mode is made for low-end GPUs
* once the demo is running, the walkman is interactive
* click on the buttons to select previous & next song, in `Repeat/Next` Song mode.

### Lua or Python ?
The original version of **Marine Melodies** was written in **Lua**. For educational purposes, I have made a port to the **Python** language.
* If you are interested in Python, just ignore the Lua files.
Expand Down

0 comments on commit 59e342f

Please sign in to comment.