-
Content Count
14 -
Joined
-
Last visited
About Jenson
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
-
-
-
-
-
Hi ivan, I am going to build up a single page with vuejs and this page contains slider etc. And I have to add html5 animation with pixi in each slider page. So I tried to install vue-pixi to my vuejs project but I got failed. The installation of package has successfully done without error. But when I add it to plugin, the path to vue-pixi is not recognized and I cannot use it in my component finally. The envirenment is as following: - OS: macOS Mojave 10.14.6 - NPM version: 6.13.2 - Vue-cli version: 4.1.1 It's the screenshot for the error when I run on the browser. https://monosnap.com/file/aqwbvSpdFejmG70ffwKkhPnuk9mlgO And this is the project code. https://github.com/truedandyman0617/my-vue-pixi When you run the command then you can see the errors what I am explaining now. https://monosnap.com/file/1B0TkKWv8tuPP97tHot0s4vrUIcBwL My purpose it to run this project without error in browser so I can add pixi codes for html5 animation. Thank you very much.
-
Hi everyone, I wanna use vue-pixi package on my vuejs project, But this package doesnt work properly. Which version of vuejs do I have to use for this package? The package is installed but the Import command doesnt work. vue-pixi is not recognized. Thanks๐
-
Jenson changed their profile photo
-
Hi everyone! I want to set the current position to 0 in pixi.js video object. (video file extension is mp4. Loaded and played successfully) And stop the video completely (not pause). How can I do that? If you know about this, please kindly let me know. Thanks.
-
Jenson started following Pixi.js Spine event controlling
-
Hi everyone! I have some problem with pixi.js spine event. I am using generated spine json file by another source. Anyway, it has some user defined events. (Added image file) I want to customize event end result. How can I do this? Thanks.
-
-
Thanks I fixed my issue. But another problem, if I call the updateTexture(), I can't change the text? textObject.updateTexture(); textObject.text = "another string"; Is it working?
-
-
Hi everyone! I need to change slot attachment with text in PIXi-spine. How can I do this? I found somethings on this. Could you please explain to me? I am hearing you here asap! Thanks
-
Jenson started following ivan.popelyshev