Code Monkey home page Code Monkey logo

ps2ded-vscode's Introduction

PlayStation 2 DevEnv for Docker โ€“ VS Code Template

Template project repository for developing PlayStation 2 applications using Visual Studio Code. Requires one of the following toolchain host containers:

  • ps2ded-oss for use with the Open Source PlayStation 2 SDK
  • ps2ded-sce for use with the Sony PlayStation 2 SDK

The devcontainer is configured for running on a Windows host (workaround applied).

Configuration

Before running this container, edit the configuration files in .devcontainer to match your setup, i.e. match the PS2IP with your target's IP address, and select the PS2DED image variant.

File Setting
devcontainer.json Edit PS2IP env variable to match your target
Dockerfile Select one of the PS2DED variants

Usage

  1. Open the repo folder in VS Code
  2. Remote Explorer tab, select Containers in the combo box
  3. Click on "reopen the current folder in a container"
  4. Select cpptools configuration (EE or IOP) for your SDK in the lower right corner

Demo for Sony SDK: if using the Sony SDK, run the Makefile in the src subdirectory.

start_dsnetm
cd src
make run

Demo for open-source SDK: if using the open-source SDK, copy the "cube" sample into the working directory. Run the Makefile to build the ELF-executable, and upload it to the target using dsedb.

cp -r $PS2SDK/samples/draw/cube .
cd cube
make all
start_dsnetm
dsedb -nr run cube.elf

ps2ded-vscode's People

Contributors

islandcontroller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.