aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-25 13:06:06 +1200
committerArslaan Pathan <[email protected]>2026-05-25 13:06:06 +1200
commitdb082e08e66a02ad6ea8498ecfb0115f2202a9c9 (patch)
tree6a95ef342331328bc1892edee0977cbb651f400b /README.md
parente10a236478dc6b5ca0c4abf2b9bfcc9b3e1f6121 (diff)
downloadsaffronwebkit-db082e08e66a02ad6ea8498ecfb0115f2202a9c9.tar.xz
saffronwebkit-db082e08e66a02ad6ea8498ecfb0115f2202a9c9.zip
Add a resize handler and fill out part of the READMEv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9457495..24b52e9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,19 @@
# SaffronWebKit
WPEWebKit bindings for Saffron
+
+---
+
+SaffronWebKit embeds WPEWebKit into Saffron, allowing you to write a fully functional app with webview widgets in just a few lines of C.
+
+Features:
+- Supports Wayland, X11, even runs in a TTY via SDL3's kmsdrm driver
+- Full audio playback via GStreamer
+- WebGL, HTML5 video, and many more web APIs via WebKit
+
+Dependencies:
+- WPEWebKit
+- wpe-platform-2.0
+- libwpe
+- SDL3
+- Saffron