From f7918bbfa327d4e53e919f79b2da201c6fc19ac6 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 26 Feb 2024 21:50:42 +0100 Subject: [PATCH] DOC: add notice about Feb-2024 Developer Meeting ...again no separate summary, as the meeting was used for technical discussion and brainstorming (GTK and Scheduler testing) --- doc/devel/meeting_summary/index.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/devel/meeting_summary/index.txt b/doc/devel/meeting_summary/index.txt index ecd045ea3..6d9573790 100644 --- a/doc/devel/meeting_summary/index.txt +++ b/doc/devel/meeting_summary/index.txt @@ -11,6 +11,17 @@ spending time on the task of writing a summary. Anyone interested in Lumiera development is also encouraged to read mailing list archives and other documentation. +14 Feb 2024 +----------- + +Topics +~~~~~~ + * Discussion about GTK\+, Python bindings vs. C++ bindings vs. the C-API, + challenges due to the dynamic nature of layout and inconsistent CSS settings, + and further difficulties integrating video display. + * Update regarding the ongoing effort to establish performance limits of the + Scheduler and discussion about methods of measurement. + 10 Jan 2024 -----------