A ui interface use the GTK lib
Go to file
daleclack 62d2b7e800 Remove unavailable style 2024-03-21 19:29:07 +08:00
Flos_Gtk4 Remove unavailable style 2024-03-21 19:29:07 +08:00
GCR_CMake@6ea69eca68 Delete Unused files 2021-12-29 22:34:39 +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 2024-03-12 22:47:42 +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.

The link of the original flash file is here, and it should can be played with recent ruffle builds and official Adobe Flash Player.

Thanks for these author of libraries used by the project:

The Gtk Project

GCR_CMake

tomlplusplus