Re: Toolkit decorations experiment

2023-02-02 Thread Michael Strauß
I have experimented with blurred window backgrounds as well as blur-behind materials within the JavaFX scene graph. Here's a screenshot of a JavaFX application using the effect that you probably want: https://user-images.githubusercontent.com/43553916/216404144-da1cb463-c650-4fc3-ae05-e2b21385d66b

Re: Toolkit decorations experiment

2023-02-02 Thread Thiago Milczarek Sayão
Hi, This is the current status of the experiment: https://www.youtube.com/watch?v=EJbDVlAp-gA Not looking as I intend yet. To check it out (move/resize currently Linux only): 1) clone https://github.com/tsayao/jfx/tree/toolkit_decoration 2) build 3) java @build/run.args tests/manual/controls/Sce

Re: Toolkit decorations experiment

2023-01-31 Thread Dirk Lemmermann
Since you are venturing into this space …. would love to be able to create blurred backgrounds in windows. Apple has some apps where the sidebar is semi-transparent with a strong blur effect. > On 31 Jan 2023, at 15:15, Thiago Milczarek Sayão > wrote: > > Hi, > > I'm doing some experiments w

Toolkit decorations experiment

2023-01-31 Thread Thiago Milczarek Sayão
Hi, I'm doing some experiments with toolkit decorations (instead of platform decorations). The goal is to allow for modern-looking apps, with "hamburger buttons" or tabs (like firefox or chrome) on the decoration space. It is coming into shape (nowhere near finished). It's CSS styleable. Source