Skip to content

feat(pixi): port idaptik-reached Pixi/UI/Sound remainder (#760) - #764

Merged
hyperpolymath merged 1 commit into
mainfrom
feat/760-pixi-idaptik-reach
Sep 21, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
feat/760-pixi-idaptik-reach

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Why

#760 is the remaining Pixi.res inventory beyond the #56 bar. #56 is closed. This ports only what a real IDApixiTIK build still reaches.

Audit

JoshuaJewell/IDApixiTIK src/bindings/Pixi.res (~313 decls) vs src/app + src/engine call sites.

This PR

  • Graphics circle / stroke / roundRect / moveTo / lineTo / quadraticCurveTo
  • Container per-axis x/y, parent Option, interactiveChildren, addChildAt, removeChildren, hitArea circle
  • ObservablePoint set/get (idaptik's 36 scale.set sites)
  • Texture.WHITE, ticker deltaTime, renderer.resize, Assets init/loadBundle
  • FancyButton onPress/onDown/onHover, Slider value, Input value/onEnter/onChange, List.addChild
  • @pixi/sound singleton (pauseAll / find / play(name) / volumeAll) — that is what PixiSound.res actually uses
  • Bun-ESM lowerings + smokes

Out of scope

Does not claim production-ready (DOC-09).

Audit of JoshuaJewell/IDApixiTIK src/app + src/engine against
Pixi.res / PixiUI.res / PixiSound.res. Bindings cover only what a
real build still calls: Graphics circle/stroke/roundRect/path,
per-axis x/y, parent Option, interactiveChildren, ObservablePoint,
Texture.WHITE, Assets init/loadBundle, Renderer.resize,
FancyButton onPress/onDown/onHover, Slider/Input value, and the
@pixi/sound singleton (pauseAll/find/play-by-name).

Bun-ESM lowerings in codegen_deno.ml + smokes. Unused decls
(BigPool, Extensions, ScrollBox, sprite atlases) stay out.
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: ed4f3b43-0234-4b67-ba83-3cb8a50ab013

📥 Commits

Reviewing files that changed from the base of the PR and between 5204e90 and f25d74d.

📒 Files selected for processing (14)
  • CHANGELOG.adoc
  • docs/CAPABILITY-MATRIX.adoc
  • docs/TECH-DEBT.adoc
  • docs/bindings-roadmap.adoc
  • lib/codegen_deno.ml
  • stdlib/Pixi.affine
  • stdlib/PixiSound.affine
  • stdlib/PixiUI.affine
  • tests/codegen-deno/pixi_smoke.affine
  • tests/codegen-deno/pixi_smoke.harness.mjs
  • tests/codegen-deno/pixisound_smoke.affine
  • tests/codegen-deno/pixisound_smoke.harness.mjs
  • tests/codegen-deno/pixiui_smoke.affine
  • tests/codegen-deno/pixiui_smoke.harness.mjs
 _____________________________________________
< Preventing Skynet from becoming self-aware. >
 ---------------------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).
✨ Finishing Touches
📝 Generate docstrings
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@hyperpolymath
hyperpolymath merged commit afc7f99 into main Sep 21, 2026
14 of 17 checks passed
@hyperpolymath
hyperpolymath deleted the feat/760-pixi-idaptik-reach branch September 21, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant