A ui interface use the GTK lib
Go to file
daleclack 1b7323d391 Fix issue for windows 2024-03-08 08:43:59 +08:00
Flos_Gtk4 Fix issue for windows 2024-03-08 08:43:59 +08:00
GCR_CMake@6ea69eca68 Delete Unused files 2021-12-29 22:34:39 +08:00
Gtk4_Reset/res Fix a issue for the icon of start 2023-11-08 20:11:08 +08:00
.gitignore Update start menu 2022-01-14 22:04:00 +08:00
.gitmodules Fix submodule 2021-12-30 21:46:16 +08:00
LICENSE Create LICENSE 2021-06-11 10:07:31 +08:00
README.developers Add README.developers 2023-05-07 11:21:33 +08:00
README.md Update README 2023-10-10 23:02:28 +08:00

README.md

My_GtkUi

A ui interface that use the GTK lib

Note for media support of gtk4 on windows installed with msys2

The Gtk 4 depends on gstreamer for media support, you may need install these packages to enable media support, for example:

pacman -S mingw-w64-ucrt-x86_64-gtk4-media-gstreamer \
mingw-w64-ucrt-x86_64-gstreamer-1.0 \
mingw-w64-ucrt-x86_64-gst-plugins-base \
mingw-w64-ucrt-x86_64-gst-plugins-good \
mingw-w64-ucrt-x86_64-gst-plugins-bad \
mingw-w64-ucrt-x86_64-gst-plugins-ugly 

Description

The project is to memorize the FlWin and the flos project. FlWin project started in 2016, in 2017, the name is changed to flos. In 2018, the project name is reset to FlWin. The last version of FlWin/Flos is FlWin 5.x, and tested in the start of 2019, which is never been released. I think the flos 2.0 is the best release of that project, so the idea is base on the flos 2.0 build.

Thanks for these author of libraries used by the project:

The Gtk Project

GCR_CMake

tomlplusplus