Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Polyphase-Engine

يحتوي Polyphase-Engine على 5 من skills المجمعة من Polyphase-Labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
5
Stars
41
محدث
2026-06-12
Forks
2
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

polyphase-dev
مطوّرو البرمجيات

Senior Polyphase Engine developer skill for code generation, debugging, and architecture guidance.

2026-06-12
polyphase-buildtarget
مطوّرو البرمجيات

Author a Polyphase build-target addon — a native DLL that adds a new packaging platform (Dreamcast, PS2, original Xbox, Xbox 360, NDS, custom hardware) to the editor without touching engine source. Triggers on requests like "add a Dreamcast build target", "make a custom platform addon", "ship a PS2 packager", "add a build target for X", or anything that wants the editor to package + compile + run for a platform the engine doesn't ship a built-in for.

2026-05-28
polyphase-addon
مطوّرو البرمجيات

Build and ship full-fledged native C++ addons for the Polyphase Engine — DLL/SO packages discovered under `<Project>/Packages/`, hot-reloaded by the editor, and statically compiled into shipped builds. Use this when the user wants to create a Polyphase native plugin, scaffold a `package.json` with a `native` block, register custom Node / Asset / GraphNode types from an addon, expose Lua bindings or REST routes from a plugin, attach editor UI hooks (menus, panels, inspectors, importers), or wire third-party libraries with per-platform overrides. Triggers on requests like "create a Polyphase addon", "add a native plugin called …", "register a custom node from a plugin", "make my addon hot-reload safely", "add an external library to my addon", or "ship a video / audio / network format addon".

2026-05-18
polyphase-controller
مطوّرو البرمجيات

Drive the running Polyphase editor over its REST controller server. Use this when the user wants to author or modify a scene programmatically while the editor is open — create scenes, spawn nodes, set transforms and properties, attach Lua scripts, fill in script-exposed fields, and start/stop play-in-editor. Triggers on requests like "spawn a cube at origin", "add a directional light", "attach the player script to the pawn", "build a level with N enemies", or "play the scene".

2026-04-29
polyphase-dev
مطوّرو البرمجيات

Senior Polyphase Engine developer skill for code generation, debugging, and architecture guidance.

2026-03-31