qt6ct VS glyphy

Compare qt6ct vs glyphy and see what are their differences.

qt6ct

Qt6 Configuration Tool (by trialuser02)

glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language. (by behdad)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qt6ct glyphy
2 3
118 658
- -
6.2 5.5
28 days ago 10 months ago
C++ C++
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

qt6ct

Posts with mentions or reviews of qt6ct. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.
  • Dark theme with good coverage
    8 projects | /r/swaywm | 28 Dec 2022
    kvantum can use arc theme and apply it for qt's app with qt5ct and qt6ct
  • The end of the nice GTK button
    4 projects | news.ycombinator.com | 24 Mar 2022
    You always use a theme with Qt or Gtk. On Plasma the default Qt and Gtk theme is Breeze, which has not been ported to Qt6 yet. ATM the only Qt Widgets-compatible themes I have on my system are "Fusion" and "Windows" (as in "Windows 95"), both of which look absolutely horrible. Fusion is the default, and it's what you currently see when you open a

    For instance, if I open QBittorrent right now (which has been recently ported to Qt 6), it's clearly using the Fusion theme because of that.

    By the way, qt6ct exists <https://github.com/trialuser02/qt6ct>, and it's even in Arch's repositories right now. The main issue is that it's useless, because there are simply no Qt6 themes out there yet and KDE still does not support Qt6 so you have to force qt6ct manually.

glyphy

Posts with mentions or reviews of glyphy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-29.
  • Why Modern Software Is Slow
    6 projects | news.ycombinator.com | 29 Sep 2022
    harfbuzz creator made https://github.com/behdad/glyphy/ which i integrated into GTK a while back (but we don't ship currently, because we still do the bitmap stuff).

    the bitmap stuff still has major drawbacks though, like maintaining grid alignments and pixel boundaries where as this stuff (mostly) goes away using glyphy.

    still work to be done around hinting though (hence not merged).

  • Vector Graphics on GPU
    10 projects | news.ycombinator.com | 10 Aug 2022
    You can approximate the Bézier curves with circular arcs and store those in the "SDF" instead. https://github.com/behdad/glyphy
  • The end of the nice GTK button
    4 projects | news.ycombinator.com | 24 Mar 2022
    > The only issue with it is that font rendering looks horrific, but that might just be my machine.

    This is because GTK4 enables pixel/scaling-independent fractional vertical positioning, even with hinting enabled. There's a long (somewhat ongoing) discussion at https://gitlab.gnome.org/GNOME/gtk/-/issues/3787, though I haven't followed the last few months of discussion.

    Even though GTK4 aims to achieve scale-independent layout, the 4 horizontal/vertical positions still produce a bit of judder, and fonts do not scale smoothly (even with bilinear interpolation) with hinting enabled, and (unless fixed) there are rendering issues due to failing to clear the texture atlas properly: https://gitlab.gnome.org/GNOME/gtk/-/issues/4322

    Interestingly there's a proposal to switch GTK4 fonts to SDF-style rendering. This is somewhat like what Qt Quick 2 implemented already (and KDE turns off and reverts to FreeType rendering, to make QML apps mimic Qt Widgets font rendering more): https://blogs.gnome.org/chergert/2022/03/20/rendering-text-w... However, I looked at https://github.com/behdad/glyphy and it seems to implement vector-based SDFs, instead of earlier texture-based SDF/MSDFs used by Valve games and Qt Quick.

What are some alternatives?

When comparing qt6ct and glyphy you can also consider the following projects:

NotepadNext - A cross-platform, reimplementation of Notepad++

contrast_renderer - Contrast is a WebGPU based 2D render engine written in Rust

Kvantum - A Linux SVG-based theme engine for Qt and KDE

Fly-Pie - :pie: Fly-Pie is an innovative marking menu written as a GNOME Shell extension.

Heimer - Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.

stylus - Stylus - Userstyles Manager

qimgv - Image viewer. Fast, easy to use. Optional video support.

vger - 2D GPU renderer for dynamic UIs

cxx-qt - Safe interop between Rust and Qt

nanovgXC - Lightweight vector graphics library implementing exact-coverage antialiasing in OpenGL

Gruvbox-Kvantum - kvantum theme based on Gruvbox color pallete https://github.com/morhetz/gruvbox

vger-rs - 2D GPU renderer for dynamic UIs