gpu

Execute PSX GPU GP0 and GP1 commands for rendering primitives and managing VRAM.

3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sadnescity/psx-spx-claude-plugin --skill gpu-sadnescity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpu
Source: https://github.com/sadnescity/psx-spx-claude-plugin/tree/main/skills/gpu
Command: npx skills add https://github.com/sadnescity/psx-spx-claude-plugin --skill gpu-sadnescity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides deep access to the PSX GPU, allowing users to execute GP0 and GP1 commands for rendering polygons, lines, rectangles, and control display, as well as manipulate VRAM and texture caching.

Core Features & Use Cases

  • Command Execution: Execute GP0 rendering commands (polygons, lines, rectangles), GP1 display control commands, and other GPU-specific commands.
  • VRAM Management: Interact with VRAM layout, texture formats, and texture caching.
  • Use Case: Ideal for developers working on PlayStation 1 games or applications, enabling precise control over GPU features for high-quality graphics rendering.

Quick Start

Execute the command 'GPU Render Rectangle' with color #00FF00, starting at position (50, 100) and extending to (150, 200).

Frequently Asked Questions about gpu

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute PSX GPU commands to render graphics?

You execute PSX GPU commands by sending specific GP0 commands to render graphical primitives like polygons and rectangles, and using GP1 commands to control display settings.

What is the difference between GP0 and GP1 commands on the PSX GPU?

GP0 commands handle drawing operations for rendering primitives such as polygons, lines, and rectangles, whereas GP1 commands manage display control and overall GPU configuration settings.

Can I use this to manage VRAM and texture caching for PlayStation 1 games?

Yes, you can manage VRAM and texture caching for PlayStation 1 games, directly manipulating VRAM layout and texture formats to achieve precise graphical rendering control.

What's the best way to render a colored rectangle on the PSX GPU?

The best way to render a colored rectangle is executing a GP0 rendering command with your desired color, starting coordinate, and ending coordinate to draw the primitive accurately.

Does this Skill support drawing lines and polygons alongside rectangles?

Yes, the Skill supports drawing lines and polygons alongside rectangles by executing various GP0 rendering commands, allowing precise control over multiple graphical primitive types.