diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
| commit | b96b17d7d4e1557205cd91f582ae46265d6de632 (patch) | |
| tree | c1d15506e44cfd161c662ab07dc23b49c7f117f8 /content/projects/sfwk.md | |
| parent | 44406d91c823e3c049721baaad2dd6a4853a8ea5 (diff) | |
| download | arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.tar.xz arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.zip | |
Start working on projects
Diffstat (limited to 'content/projects/sfwk.md')
| -rw-r--r-- | content/projects/sfwk.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/content/projects/sfwk.md b/content/projects/sfwk.md new file mode 100644 index 0000000..fd1650f --- /dev/null +++ b/content/projects/sfwk.md @@ -0,0 +1,35 @@ ++++ +title = "SaffronWebKit" +weight = 2 ++++ + +# [SaffronWebKit (SFWK)](https://git.arslaancodes.com/saffronwebkit.git/about/){: .white target="_blank" } + +WPEWebKit bindings for Saffron, allowing you to embed webview widgets into any Saffron app with just a few lines of C. + +- Built with: C, SDL3, WPEWebKit, GStreamer, EGL +- Status: Completed - in active development + +--- + +## Features + +- Full WebKit browser engine embedded into Saffron +- Supports Wayland, X11, and even runs in a TTY via SDL3's kmsdrm driver +- Full audio playback via GStreamer +- WebGL, HTML5 multimedia, and many other web APIs via WebKit + +--- + +## Why I built it + +When I was building Saffron, I thought it'd be really cool to rewrite cinnamon-browser with it once it was stable. The issue was, it's a custom UI framework, how does one put a browser in it? The answer: just write your own bindings! It can't be that hard... right? Right???? Right... + +This took up way too much time and effort than I thought it would. + +--- + +## Notes + +While Saffron itself is cross-platform, I cannot guarantee that SFWK will work across platforms because WPEWebKit, the library it is based on, is very much Linux-only. +I am also yet to write documentation, but I am currently delaying that until Saffron itself has a stable API, because SFWK is subject to change based on what happens in Saffron's codebase. |
