From 5be28ce93d406370a491bd0a224393123b5f62a1 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 3 Jun 2019 16:53:23 +0300 Subject: [PATCH] readme: multirenderer is supported, so move it from planned --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c4787a..3b43c99b 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,13 @@ Latest development build: https://github.com/FWGS/xash3d-deploy/tree/newengine-l * Mobility API: allows better game integration on mobile devices(vibration, touch controls) * Different input methods: touch, gamepad and classic mouse & keyboard. * TrueType font rendering, as a part of mainui_cpp. +* Multiple renderers support(OpenGL, GLES, Software) * A set of small improvements, without broken compatibility. ## Planned fork features -* Virtual Reality support and game API(in development!) +* Virtual Reality support and game API * Voice support -* Multiple renderers support(OpenGL, GLES, Vulkan, software) +* Vulkan renderer ## Contributing * Before sending an issue, check if someone already reported your issue. Make sure you're following "How To Ask Questions The Smart Way" guide by Eric Steven Raymond. Read more: http://www.catb.org/~esr/faqs/smart-questions.html