Omzetting naar stdio.

This commit is contained in:
2026-08-03 08:20:56 +02:00
parent 93453c351f
commit 1ecb678e38
9 changed files with 989 additions and 1218 deletions
+5 -4
View File
@@ -35,10 +35,11 @@ This documentation is provided for version @bold{@version} of racket webview.
Racket Webview is a class-oriented webview library built on top of a Qt-based
native runtime.
The library is layered. At the lowest level a native FFI layer is used. On top
of that, @racketmodname[racket-webview/racket-webview] provides a functional API. The
class-oriented API described in this manual is built from smaller modules on top
of that layer.
The library is layered. At the lowest level, Racket starts a separate Qt helper
process and exchanges line-delimited JSON messages through stdin and stdout.
On top of that, @racketmodname[racket-webview/racket-webview] provides a
functional API. The class-oriented API described in this manual is built from
smaller modules on top of that layer.
@section{Core Concepts}