From b758c5c6d500bf57679aacb60d521ddde9b77422 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 1 Jul 2024 20:42:25 +0200 Subject: [PATCH] README: update state --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da70135..ba2bb05 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ for an application to render on a Wayland session (in a window) or a native DRM It is agnostic of the rendering API (Vulkan/OpenGL) and designed to be lightweight, performant, and minimal. +Aquamarine provides no bindings for other languages. It is C++-only. + ## Stability Aquamarine depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for aquamarine ABI breaks, not stdlib. @@ -20,8 +22,8 @@ cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getc ## TODOs - [x] Wayland backend - - [ ] DRM backend (DRM / KMS / libinput) - - [ ] Virtual backend (aka. Headless) + - [x] DRM backend (DRM / KMS / libinput) + - [x] Virtual backend (aka. Headless) - [ ] Hardware plane support