Xenira
Xenira
I will get my X40 tomorrow. Will try to get something to work then.
Hey, yeah I did start and did get bhaptics to work. But didn't have time to do actual interactions with the game. Currently busy with work, so do not know...
Thank you for your thorough explanation. I completely agree, that 3rd party developers need a simple and standardized package format and adding asciidoc would ad unnecessary complexity. One possible solution...
Had the same problem. Installing from source worked for me, but my fork might have been outdated. Will investigate soon :tm:
Ran into this as well. Ended up doing something like this as I only have one stylesheet: ```rs fn refresh_css( q_node_added: Query, mut q_ui_root: Query, ) { for _ in...
From what I can see those are only updated on `StyleSheet` change: https://github.com/afonsolage/bevy_ecss/blob/8633b54f9a4b498ac2e736e8b6a63813fec7bf37/src/system.rs#L59 Only thing that is reacting to change are pseudoclasses, as those have all entities as `MatchedEntities` and...
You could try the update system with `Query
I like the idea of using something bevy specific. Maybe use a vendor prefix as well, to clarify, that its bevy: ```css -bevy-image-scale-mode: sliced ...| tiled bool bool number ```
https://github.com/orhun/daktilo/assets/1288524/a1e59e1c-4f3b-4606-b7f8-51890979052b Its 2 am, and I wasn't able to type straight anymore, but here is a demo using the method described in #54. Great for knowing when you reached your...
Any progress on this? I am currently migrating from x11 to wayland. Might be able to look into this.