lisp-gui-examples VS bintracker

Compare lisp-gui-examples vs bintracker and see what are their differences.

lisp-gui-examples

GUI for generating a tone in various Lisp dialects (by goober99)

bintracker

A hackable Chiptune Audio Workstation. https://bintracker.org (by bintracker)
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
lisp-gui-examples bintracker
2 3
37 386
- 0.8%
0.0 6.4
over 1 year ago 4 months ago
Scheme
GNU General Public License v3.0 or later MIT 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.

lisp-gui-examples

Posts with mentions or reviews of lisp-gui-examples. 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
    The Allegro egg is accompanied by a couple of examples but no examples showing the use of the audio addon. The Allegro library itself comes with an example showing how to generate a saw wave, but being a C library, the example is, of course, in C. I ported that example to Scheme. I would have contributed the example back to the Allegro egg, but the repo is marked as "archived by the owner" and read-only on GitHub. I've included the example in the repo alongside the rest of the code for this tutorial in case someone finds it useful.
  • Learn Clojure by Example: JavaFX GUI with Cljfx
    2 projects | dev.to | 10 Jan 2021
    You can check out the entire example on GitHub. This started as a personal learning project to explore the state of GUI programming in Lisp and has become a series of tutorials on building GUIs with various dialects of Lisp.

bintracker

Posts with mentions or reviews of bintracker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-05.
  • Bintracker: A Chiptune Audio Workstation for the 21st Century
    4 projects | news.ycombinator.com | 5 Sep 2023
    If you look at the activity on GitHub (https://github.com/bintracker/bintracker/graphs/contributors), they have been working on the project since mid 2018, with almost continuous commits until mid 2021, and then some activity at the start of 2022, and considerably more at the start of 2023. So there seems to have been some loss of momentum, but I wouldn't give up hope yet. It's just unfortunate that there is only one single contributor - but I guess finding fellow LISP Jedi knights (referring to the XKCD comic someone else linked) to work on this project is not that easy...
  • Learn Scheme by Example: Tk GUI with Chicken Scheme
    5 projects | dev.to | 12 Nov 2021
    Let's extend the function that returns our labeled spin box to bind a validation function to the FocusOut event on the spin box. The spin box does have a validatecommand option, but I wasn't able to get it working. I looked through the examples that have come with the various variations of PS/Tk and couldn't find a single example of a spin box with a validatecommand. I even looked at the source code for Bintracker, a chiptune audio workstation written in Chicken Scheme with a PS/Tk GUI and developed by the current maintainer of the PS/Tk egg. Even it binds a validate-new-value function to the Return and FocusOut events of the spin box rather than using validatecommand.

What are some alternatives?

When comparing lisp-gui-examples and bintracker you can also consider the following projects:

blender-node-dice - Blender3D project which uses geometry nodes and shader nodes to generate a dice

furnace - a multi-system chiptune tracker compatible with DefleMask modules

cljfx - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame

gtkTtk - My fork of tile-gtk.

pstk - A Portable Scheme Interface to the Tk GUI Toolkit

PLEBTracker - Ncurses based audio tracker program inspired by goattracker and milkytracker

Allegro - The official Allegro 5 git repository. Pull requests welcome!