CWLoog Posted September 5, 2021 Share Posted September 5, 2021 Hello, I open sourced a very interesting small project. https://github.com/WLDragon/oixi2 It can make your code simple, like the following. OContainer([ OText('anchor=0.5', 'Hello Oixi2!') ]) I have used it to make a small game. https://wldragon.github.io/rat-in-maze/ Check the source code of the small game. May be you will be interested in this development way.? https://github.com/WLDragon/oixi2_demo Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 5, 2021 Share Posted September 5, 2021 To make it more pixi-v6-like, i recommend to add individual pixi modules as peer dependencies like here: https://github.com/pixijs/pixi-plugin-example you dont need "global.d.ts" hack and some other things, just peer deps & using them instead of main pixi. Added to https://github.com/pixijs/pixijs/wiki/v6-Resources#improvement-for-stage-tree anyway CWLoog 1 Quote Link to comment Share on other sites More sharing options...
CWLoog Posted September 7, 2021 Author Share Posted September 7, 2021 On 9/5/2021 at 11:54 PM, ivan.popelyshev said: To make it more pixi-v6-like, i recommend to add individual pixi modules as peer dependencies like here: https://github.com/pixijs/pixi-plugin-example you dont need "global.d.ts" hack and some other things, just peer deps & using them instead of main pixi. Added to https://github.com/pixijs/pixijs/wiki/v6-Resources#improvement-for-stage-tree anyway Hi, Ivan. Can the plugin I created be named as @pixi/oixi ? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 8, 2021 Share Posted September 8, 2021 @pixi is a group name, to use it you have to be in contact with bigtimebuddy, because only he can give rights to npm @pixi packages. Really not worth it, just use "oixi2" like you do now Quote Link to comment Share on other sites More sharing options...
CWLoog Posted September 9, 2021 Author Share Posted September 9, 2021 all right Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.