open-story-teller/software/platform/qt-qml
2023-04-18 16:20:41 +02:00
..
icons add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
screenshots add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
CMakeLists.txt add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
default_image.bmp add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
FrontButton.qml add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
icon.rc add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
main.cpp add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
main.qml add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
ost-icon.ico add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
ost-logo-scale320x240.png add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
ost-logo.png add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
qml.qrc add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
qtquickcontrols2.conf add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
README.md add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
StoryTellerModel.cpp add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
StoryTellerModel.h add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00
StoryView.qml add files (swicth to mono-repo) 2023-04-18 16:20:41 +02:00

Open Story Teller

Application

This is the application to read your story pack files on a computer (Windows/Linux/Mac) or mobile (Android...).

windows

Usage

  1. Select the directory where your packs are installed (click on the sandwich menu button)
  2. Enjoy

/!\ BETA VERSION /!\ not working:

  • home button
  • pause button
  • some pack files are not working

Navigation

There is no wheel to select the story or the user choices. Instead, swipe with your finger or the mouse on the fake LCD screen.

How to build

Dependencies

This program needs CMake and Qt to build. You can use QtCreator to open & build the project.

Steps in command line

  1. git clone --recursive https://github.com/OpenStoryTeller/application
  2. cd application && mkdir build && cd build
  3. cmake ../ && make