Skip to content

ivandortulov/godot-ps2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Godot Engine - Playstation 2 Homebrew Port

Building

To build the export template for the Playstation 2, follow these steps:

  1. Clone this repo

  2. Build the docker image from the Dockerfile inside the repository

    docker build -t godot-ps2:latest .
  3. Start the docker image by creating a container:

    docker compose up -d
  4. Run SCons inside the docker container:

    docker exec -t godot-ps2-compiler sh -c 'scons platform=ps2'

About

Homebrew port of the Godot Game Engine to PlayStation 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published