Installing Tyra

Prerequisites:
- Git
- VSCode
- Docker with PowerShell as a default terminal
- PCSX2
Steps:
- Download intellisense package and unzip it somewhere in your computer.
- Open terminal in your favourite repositories directory and execute:
- Open
VSCode and open previously cloned directory.
- In
VSCode open .vscode/configurations/windows-docker and copy configuration files into .vscode/
- In
c_cpp_properties.json fix all YOUR-INTELLISENSE-PATH with path from point 2.
- 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)
- Click
CTRL+SHIFT+P, type Tasks: Run build task
- 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