Skip to content

Commit

Permalink
README: update state
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 1, 2024
1 parent 0bc6b4e commit b758c5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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


0 comments on commit b758c5c

Please sign in to comment.