Simon Hausmann

Results 390 comments of Simon Hausmann

This might be the same cause as #418, i.e. winit's event handling on Windows. If you look for a workaround on Windows, you could try with Qt: https://github.com/slint-ui/slint/blob/master/docs/install_qt.md

Hi @sciguyryan, I think that with commit this may be fixed. That's in the latest release. Could you try again and see if this still happens for you?

This is currently not supported but it is on our radar. Could you explain your use-case a little bit? What kind of components are you thinking about?

> Should we somehow enforce this convention with warning like rust do? I'm torn about this, but I'd say no. I think we should produce warnings about behavioural, performance or...

Ah yes, thanks for the reminder. Somehow I thought the types are `randomcamecase` but we have separators between them :)

This also makes sense to do for the GL renderer. Even if all pixels are always rendered, not all of them need to be copied to the screen by the...

I agree with principle. I think we should have a data structure for editable text that supports undo/redo and formatting. It would be great if we can re-use an existing...

Hi @jacquetc ! That looks really interesting! Can you explain a little bit how your data structure works? How would a document containing say three paragraphs of text look like...

My feeling is that instead of giving every widget an explicit API for each configurable color property, I think it would be better if we had a palette and it's...

You're right, there are a few fundamental issues with regards to text input with this, more specifically with HTML Canvas based rendering. egui has a pretty well working hack around...