Skip to main content

apple/game-porting-toolkit

SkillsMP는 apple/game-porting-toolkit에서 24개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
24
GitHub 스타
150
GitHub 포크
13

이 저장소의 skills

직업 카테고리 1개 · 100% 분류됨

수집된 skill 24개 중 24개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

ALWAYS use when compiling DXIL/HLSL to metallib with Metal shader converter (commonly referred to as MSC) via the metal-shaderconverter CLI or libmetalirconverter (IRCompiler, IRObject, IRShaderReflection) at runtime. Covers offline/runtime DXIL compilation,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when creating Metal pipeline state objects with Metal 4 descriptors (MTL4RenderPipelineDescriptor, MTL4ComputePipelineDescriptor, MTL4MeshRenderPipelineDescriptor) via MTL4Compiler. Covers function descriptors, function constant specialization,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when a user porting a game to Metal reports a rendering issue — blank screen, wrong output, or anything that looks incorrect on Metal vs. the source platform. Covers black screen, missing geometry, wrong colors, gamma/sRGB problems, texture…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when integrating Metal shader converter (commonly referred to as MSC) shaders at runtime — binding model, top-level argument buffer (TLAB), root signature resource locations, descriptor/sampler heaps, static samplers, bindless resources, vertex…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when writing or porting Metal object lifetime management code in metal-cpp — including crashes on release, use-after-free, memory leaks, autorelease pool placement, NS::TransferPtr vs NS::RetainPtr ownership, bridge casts at ARC/metal-cpp…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when working with Metal 4 resources — buffer / texture / heap creation, storage modes, `MTLResidencySet` management, heap aliasing, purgeable state, texture view pools, GPU lossless compression, and deferred destruction. Trigger for MTLBuffer,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Metal 4 explicit synchronization — barriers, fences, events, and cross-API state translation (from D3D12, Vulkan, OpenGL). Use when porting GPU synchronization, translating resource state transitions, or debugging barrier-related visual corruption.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze a codebase before starting a Metal 4 port. Produces a discovery report with platform readiness, graphics backend analysis, feature coverage matrix, and trace-grounded findings. Use before any porting work begins.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Begin writing code for the current milestone. This is the explicit go-signal after /porting-start-milestone preparation has been reviewed and approved by the user.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Close out the current milestone. Prompts the user to commit, updates porting-memory.md (watch list and feature status), writes a handoff note, updates the goal document milestone status, and requests a context reset.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core development methodology for porting games and engines to Apple platforms. Defines porting goals, milestone lifecycle, debugging escalation, and conventions. Preloaded by the porting agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Define the next porting goal. Reads the discovery report and current porting state, proposes a goal with milestones, and creates a goal document.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Begin the next milestone. Reads the goal document and latest handoff note, loads relevant skills, studies code paths, and produces a preparation summary for user review. Does NOT write code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Show the current porting status. Reads the goal document, porting-memory.md, and latest handoff note to report where things stand. Read-only — does not continue any work.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run the validation checklist before the milestone's final commit. Checks runtime verification, visual correctness, reference artifact comparison, Metal validation, memory leaks, skill-driven code review, and data flow verification. Can also be run…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when implementing or debugging the Metal drawable presentation contract — `CAMetalLayer` configuration, drawable lifecycle (`nextDrawable`, `waitForDrawable`, `signalDrawable`, `present`), vsync (`displaySyncEnabled`), `CAMetalDisplayLink`, HDR/EDR…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Setting up the macOS window layer when porting a Windows game to Metal. Covers AppDelegate + NSWindow programmatic setup, a CAMetalLayer-backed GameView with CAMetalDisplayLink, GameViewController lifecycle, AppKit notifications routed into the engine via…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use as the Metal 4 API reference and cross-API translation map when porting graphics code to Metal 4 — translating Metal 3, D3D12, or Vulkan calls, looking up any MTL4 / Metal 4 API or renamed type, finding the Metal 4 equivalent of a source-API call,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when the user has any question about game controller input on Apple platforms — whether writing new code, porting from Windows, or modernizing an existing implementation. Trigger when working with the GCController API or GameController framework…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when a user wants to capture a GPU trace (.gputrace) of a Metal application. Trigger when the user wants to capture a GPU trace, get a gputrace, record a Metal frame, capture a frame, capture GPU workload, use gpucapture, capture from the command…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when a user has a .gputrace file and needs to inspect, navigate, or extract resources from it using the gpudebug CLI. Covers draw calls, render encoders, pipeline state, resource bindings, textures/buffers, and shader source. Also trigger when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when a user wants to enable, configure, or run Metal validation — API validation (MTL_DEBUG_LAYER) for CPU-side API misuse, shader validation (MTL_SHADER_VALIDATION) for GPU-side memory errors, or the load/store-action visual indicators. Trigger…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use to add MetalFX frame interpolation with a dedicated PresentThread for precise dual-frame presentation to a Metal app. Use this skill when the user wants to add frame interpolation, frame generation, double the framerate, or mentions…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS use when the user wants to add MetalFX temporal upscaling, super-resolution, or upscaling to a Metal app — whether they say "add MetalFX", "add temporal upscaling", "render at lower resolution and upscale", "add DLSS-like upscaling", "add FSR-like…

원문 언어: 영어

업데이트
수집된 skill 24개 중 24개를 표시합니다.