From 20b05d9ec2dfe0e444bacf754aa7750a18aea696 Mon Sep 17 00:00:00 2001 From: faiface <faiface2202@gmail.com> Date: Mon, 28 Jan 2019 21:54:37 +0100 Subject: [PATCH] add Vulkan support + strike-through GPU effects from the roadmap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b56f5..27cfe9d 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,9 @@ Pixel is in development and still missing few critical features. Here're the mos - ~~Advanced window manipulation (cursor hiding, window icon, ...)~~ - Better support for Hi-DPI displays - Mobile (and perhaps HTML5?) backend -- More advanced graphical effects (e.g. blur) +- ~~More advanced graphical effects (e.g. blur)~~ (solved with the addition of GLSL effects) - Tests and benchmarks +- Vulkan support **Implementing these features will get us to the 1.0 release.** Contribute, so that it's as soon as possible! -- GitLab