Demos and examples for Riot and submodules
State machines and statecharts for the modern web.
issue commentpixijs/pixi-spine
Type definition error in Spine.visible
A fix to this would be much appreciated. We are now stuck with typescript v3.x because of this. 😭
comment created time in 3 days
issue closedpixijs/pixi-spine
how realize physics effect on pixi-spine?
I want to use pixi-spine with physics effect, how should I do? thx :-)
closed time in 4 days
W-wentpush eventahmadawais/awesome-random-stuff
commit sha a22fb8190efd4f61db5c75003af993ec99cb7177
📦 NEW: Polotno Studio - Make graphical designs
push time in 4 days
issue commentpixijs/pixi-spine
change all attachments in one slot during animation
ok, if it works in editor, it should also work here. Where did you get pixi-spine (which version is it) ?
comment created time in 5 days
issue commentpixijs/pixi-spine
change all attachments in one slot during animation
Is it even possible with any other spine runtime?
Does the animation work in editor?
Sorry, I only try it with pixi/spine runtime. In spine editor, the animation works well.
comment created time in 5 days
issue commentpixijs/pixi-spine
change all attachments in one slot during animation
Is it even possible with any other spine runtime?
comment created time in 5 days
issue openedpixijs/pixi-spine
change all attachment in one slot during animation
Hello, my problem is that my spine model contains two placeholders(fHandR_base, fHandR_up) in one slot(fHandR). During the animation called A, the two placeholders' attachments will switch. I want to change both two attachments' texture during animation A, But the result is that I can only change the attachment which is showing at the moment I change, and the hidden attachment can not be changed.
created time in 5 days
push eventahmadawais/awesome-random-stuff
commit sha cf9f48d44db1740535736a42b948d91cc16bb501
📦 NEW: use-eazy-auth: a library for simple auth management in React | Inmagik homepage
push time in 5 days
push eventahmadawais/awesome-random-stuff
commit sha 33a9ae9ca40479594f84b40142ec9886a64c87be
📦 NEW: Cloudlyn
push time in 7 days
push eventahmadawais/awesome-random-stuff
commit sha 4b842562b9c78b4ad12a8d51dbdf502dcfc4e8f6
📦 NEW: Wilson Miner · Staff Design
push time in 7 days
push eventahmadawais/awesome-random-stuff
commit sha 8f13fdee4319950a5be7b8cd1249b538adc73ff7
📦 NEW: Teenyicons — Tiny minimal 1px icons
push time in 8 days
issue commentpixijs/pixi-spine
it's when it's flipped horizontally:
hoodie.skeleton.scaleX = -1;
I've noticed it in the idle animation:
hoodie.state.setAnimation(0, 'idle', true);
comment created time in 10 days
issue commentpixijs/pixi-spine
how realize physics effect on pixi-spine?
You'll get the same answer for every other spine runtime, whether its unity or construct2 or cocos2d, or something else
comment created time in 11 days
issue commentpixijs/pixi-spine
how realize physics effect on pixi-spine?
Oh, its easy !
- Just take your favorite physics engine (p2, box2d, whatever)
- learn how to make game engine that uses both pixi and this physics and copies values from one to another , like i do in this absolutely easy demo for novices - https://codesandbox.io/s/unruffled-haze-l4tlj
- Add spine to the mix, add constraints based on bones, map every spine aspect you want your physics connect to.
- Voila! Its done!
comment created time in 11 days
issue commentpixijs/pixi-spine
Thanks! Is it buggy in starting state or in particular animation?
comment created time in 11 days
issue openedpixijs/pixi-spine
how realize physics effect on pixi-spine?
I want to use pixi-spine with physics effect, how should I do? thx :-)
created time in 11 days
issue commentpixijs/pixi-spine
@ivanpopelyshev if you have a demo I can modify I'd be happy to. Or if you'd rather, here is a spine object where you can see the distortion when flipped. (worked fined in pixi-spine 2.1.10 but not in 2.1.11)
https://drive.google.com/file/d/1CtxTDH3FCNtFsI2i_b61mDsnbEpmhSAq/view?usp=sharing, https://drive.google.com/file/d/1WSgpzp4UFymvRSv1qOG6hqWBHdtYl8GH/view?usp=sharing, https://drive.google.com/file/d/1cgRdyX-zSVxyjvnHUP5B_sBAn60knhQO/view?usp=sharing
comment created time in 11 days
issue commentpixijs/pixi-spine
@ivanpopelyshev working on it, but having a hard time creating a demo. Pixi loader seems incompatible with services like codesandbox. So I'm switching to a local repo but having trouble now with pixi-spine's requirement of a global PIXI
object.
comment created time in 11 days
push eventahmadawais/awesome-random-stuff
commit sha d1ef40c2694b9cc4192fc5e3a860292aeb32117b
📦 NEW: @extend-chrome
push time in 12 days
push eventahmadawais/awesome-random-stuff
commit sha 3b66a0616a5a7e6ac2cc7c32cbc846000f4f174b
📦 NEW: extend-chrome/js-react-boilerplate: Chrome extension boilerplate with JavaScript and React
push time in 12 days
push eventahmadawais/awesome-random-stuff
commit sha f4b6dcfd6160e6ecfd40928d10bab9a8bc5f8291
📦 NEW: webextension-toolbox/webextension-toolbox: Small CLI toolbox for cross-browser WebExtension development
push time in 12 days
push eventahmadawais/awesome-random-stuff
commit sha 308f269e4051521a313b25947275e3a20474b9d2
📦 NEW: Hypercolor - Tailwind CSS Gradient Palette
push time in 12 days
issue commentpixijs/pixi-spine
@ivanpopelyshev oh thanks for the reminder! I'll whip it up now.
comment created time in 12 days
push eventahmadawais/awesome-random-stuff
commit sha 4fd93faeac2133f331d61bbe7626dbf0ffec03d0
📦 NEW: Best of JavaScript
push time in 13 days
push eventahmadawais/awesome-random-stuff
commit sha fd7228d19143f747958221c159880aabc172b1fc
Update readme.md
push time in 13 days
push eventahmadawais/awesome-random-stuff
commit sha a7f6a7ba6cae0d7f268751084eddb23beea42cfb
📦 NEW: Homepage | A11y Coffee
push time in 13 days
issue commentpixijs/pixi-spine
Yes, that's also good idea, into the core it will go.
comment created time in 13 days
issue commentpixijs/pixi-spine
The other issue of course is heaven. We managed to get that working sort of by doing something similar. However it would be nice if two-tone tinting was in the pixi-spine core. Maybe a setting flag to enable it or something. I only argue this since it's a feature which spine already has built in, and I can't figure out why it would be left as a separate project, when it's already a built-in feature.
comment created time in 13 days
issue commentpixijs/pixi-spine
Actually , very good idea to spawn npm pixi-spine-37
, pixi-spine-38
and pixi-spine-40
comment created time in 13 days