gtkTtk VS pstk

Compare gtkTtk vs pstk and see what are their differences.

pstk

A Portable Scheme Interface to the Tk GUI Toolkit (by utz82)
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
gtkTtk pstk
1 1
17 10
- -
3.9 3.8
12 months ago 3 months ago
C++ Scheme
GNU General Public License v3.0 or later BSD 2-clause "Simplified" License
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.

gtkTtk

Posts with mentions or reviews of gtkTtk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.
  • Learn Scheme by Example: Tk GUI with Chicken Scheme
    5 projects | dev.to | 12 Nov 2021
    Ideally, something like gtkTtk that has GTK do the actual drawing would be integrated into Tcl/Tk and become the default on Linux. In the meantime, there are third party themes that imitate the look and feel of the most popular GTK and Qt themes. I use MATE with the Arc GTK theme, so I went with the Arc theme. There was even a Debian package for it (sudo apt install tcl-ttkthemes). We can then apply the theme system wide (echo '*TkTheme: arc' | xrdb -merge -), so that all Tk apps such as git-gui also inherit the theme. It is probably better to give your Linux users instructions on how to install their own theme instead of hard coding one with ttk/set-theme, so they can choose one that matches their system theme (KDE users might pick Breeze while Ubuntu users might opt for Yaru). The screenshots in this tutorial use the Arc theme.

pstk

Posts with mentions or reviews of pstk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.
  • Learn Scheme by Example: Tk GUI with Chicken Scheme
    5 projects | dev.to | 12 Nov 2021
    All PS/Tk function names begin with tk/ or tk- (or ttk/ and ttk- for the few Ttk-specific functions). The doc directory in the PS/Tk GitHub repo unfortunately has not been updated since this convention was adopted. One example from the docs is start-tk which is now tk-start.

What are some alternatives?

When comparing gtkTtk and pstk you can also consider the following projects:

bintracker - A hackable Chiptune Audio Workstation. https://bintracker.org

lisp-gui-examples - GUI for generating a tone in various Lisp dialects