Use Pixijs as the engine #9
Answered
by
barinbritva
fwx5618177
asked this question in
Q&A
-
Maybe we could use @ton/phaser-sdk and pixijs? Use Pixjs draw more complex scenes, and SDK to set the connect wallet button? |
Beta Was this translation helpful? Give feedback.
Answered by
barinbritva
Jul 18, 2024
Replies: 1 comment 1 reply
-
Hi @fwx5618177, Not sure I've got your question right. Am I right you want to use ton SDK in your Pixi.js project? Did you mean something else? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fwx5618177
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fwx5618177,
Not sure I've got your question right. Am I right you want to use ton SDK in your Pixi.js project?
If so, you could give a try to
vanilla-sdk
version. There is no render connect button wallet, but it has all the other features.npm install --save @ton/vanilla-sdk@beta
Did you mean something else?