Polyphase-LabsPolyphase-LabsOfficialยท2 Agent Skills Included

Polyphase-Engine

Cross-platform 3D game engine development and editor automation

Generates engine code, UI widgets, native addons, and custom build targets for the Polyphase 3D game engine. Controls the running editor over a REST API to spawn nodes, attach Lua scripts, set properties, and capture screenshots without manual clicking. Enforces engine conventions, build-system registration, and hot-reload safety so new code integrates cleanly on the first attempt.
npx skills add Polyphase-Labs/Polyphase-Engine --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Polyphase-Engine skills?โ–ผ

Run `npx skills add Polyphase-Labs/Polyphase-Engine --all -g -y` in your terminal to install all skills in this suite globally.

What is the Polyphase Engine?โ–ผ

Polyphase is a 3D game engine targeting GameCube, Wii, 3DS, Windows, Linux, and Android, modernized from the Octave engine. These skills help you write engine code, widgets, and addons that match its conventions.

How to control the Polyphase editor programmatically?โ–ผ

The polyphase-controller skill drives the running editor over its REST API on localhost:7890 to create scenes, spawn nodes, attach Lua scripts, and take screenshots. Enable the controller server in Preferences under Network first.

How to build a native addon for Polyphase?โ–ผ

The polyphase-addon skill scaffolds a package under your project's Packages folder with a package.json manifest and C++ source. The editor discovers, builds, and hot-reloads it automatically.

Can I add a new console build target like Dreamcast?โ–ผ

Yes. The polyphase-buildtarget skill registers a custom build target addon that teaches the editor how to compile, package, and run for platforms like Dreamcast or PS2 without modifying engine source.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’