MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

Transparent plot window #195

Open jagot opened 5 years ago

jagot commented 5 years ago

This is purely eye-candy, but would it be possible to have slightly transparent plot windows (preferably background colour only), similar to iTerm2 on Mac or Konsole on Linux? Especially with a bit of Gaussian blur.

jagot commented 5 years ago

This would probably require the GLFW_TRANSPARENT_FRAMEBUFFER window hint which is part of the yet-to-be-released GLFW 3.3.

ffreyer commented 3 weeks ago

Related #518