Simon Hausmann

Results 493 comments of Simon Hausmann
trafficstars

> > I made a proof of concept to do this directly in Slint, using Vulkan's extension to access the display directly, calloop, and libinput. I've uploaded the code into...

> @tronical that's excellent news mate. As soon as you need testing ping me and I'll put it through its paces. Okay, I have something that might be worth testing....

Additional notes for testing: Set the environment variable `SLINT_DRM_OUTPUT` to select a specific output. Set it to the value “list” to see the available outputs. The preferred mode of the...

My bad, when I test the feature combination I still had another backend in there so I didn't notice this :(. I pushed a fix.

This photo just made my day! Yep, hardcoding /dev/dri/card0 is incorrect. I'll fix that :)

I see the libinput error on my laptop, too - I think it may be a bug in the way I implemented the event loop. Performance wise there are two...

There is one more optimization to femtovg that I did a while ago (fast image blit if I clipped), but unfortunately it regressed. A few weeks ago I fixed it...

I suggest the following plan going forward: 1. We plan on releasing 1.1 next week - without this feature. 2. When 1.1 is out, I plan on finishing this to...

Thanks @jakerr for testing - much appreciated. The install steps you mentioned make sense. Now that the changes are merged into master, there's also libseat support, which means you also...

Yes. At the moment there's only support for ctrl-alt-delete/ctrl-alt-backspace as shortcuts to terminate the process (so that's just an escape hatch), but I'd like to support proper keyboard input. The...