diff --git a/README.md b/README.md index 99a2ba1..ef0a4a1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.