Files
2024-02-12 00:10:59 +01:00
..
2024-02-12 00:10:59 +01:00
2024-02-12 00:10:59 +01:00

Installing Tyra

Prerequisites:

  1. Git
  2. VSCode
  3. Docker with PowerShell as a default terminal
  4. Configured PCSX2

Steps:

  1. Download intellisense package and unzip it somewhere in your computer.
  2. Open terminal in your favourite repositories directory and execute:
docker pull h4570/tyra
git clone https://github.com/h4570/tyra.git
  1. Download the assets.zip file and unzip it into the tyra directory
  2. Open VSCode and open previously cloned directory.
  3. In VSCode open .vscode/configurations/windows-docker and copy configuration files into .vscode/
  4. In c_cpp_properties.json fix all YOUR-INTELLISENSE-PATH with path from point 2.
  5. Click CTRL+SHIFT+P, type Tasks: Run task and run Start docker container - Repeat this step every time you want to start working with Tyra (every reboot)
  6. Click CTRL+SHIFT+P, type Tasks: Run build task
  7. Tyra should automatically compile engine, demo game and run PCSX2. If you want to compile & run tutorials, please change buildDirectory in settings.json to example tutorials/01-hello