This is a JavaScript template project for AthenaEnv. It contains the basics you need to build and run your Play Station 2 application using AthenaEnv. This version uses babel to transpile and minify the code to ES6.
All you need to do is clone the repository and then install the necessary dependencies with npm.
npm install
The start
script will start all the envirenment in watch mode, including the auto build and run the PCSX2 automatically.
The watch
script will start all the envirenment in watch mode, including the auto build will NOT run the PCSX2.
The build
script will only build the code and copy files to dist folder.
The start-pcsx2
script will automatically run the .elf
file on PCSX2 emulator.
The build-and-run
script will build and run you code manually.
- Autocomplete and TypeCheck for AthenaEnv v3
- Auto compile (with start and watch scripts)
- Autorun your PlayStation 2 app on PCSX2
Contributions are always welcome! Feel free to make you changes an PR.