Selene VS curses

Compare Selene vs curses and see what are their differences.

Selene

Automation tool based on MQTT data. Optionnal backends to create "DRM/Cairo" "DirectFB" or "Curses" graphical applications. (by destroyedlolo)

curses

Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library. (by ruby)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Selene curses
2 4
15 285
- 0.0%
2.2 2.8
7 days ago 3 days ago
C C
GNU General Public License v3.0 or later 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.

Selene

Posts with mentions or reviews of Selene. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • How I wrote my own Smart Home Software using Lua
    4 projects | /r/programming | 5 Jun 2023
    Everything is built around MQTT messaging and I got several daemons picking, processing and submitting information. - https://github.com/destroyedlolo/Marcel is in charge of low level interface with my 1-wire network, get weather forecast, ISP figures ... Lua user script are doing simple processing and validate data if needed - https://github.com/destroyedlolo/Majordome is the root of the automation. Lua user scripts are launch based on received even and implement the automation. Initially, it was fully a Lua application, but separating the low level (C++) and user part (Lua) makes the code more easily manageable, and simply everything. - https://github.com/destroyedlolo/Selene is a framework helpers to Lua. Thanks to its pluggins, it add some capabilities to Lua to generate graphical or textual interface ... and much more like data management, multi-threading (real threading, not only co-routine that wasn't enough for such massive event driven dashboard).
  • Looking for a tool to extract Lua Interface in C(++) code/comment
    1 project | /r/lua | 14 Jun 2022
    I built a framework allowing even based automation, dashboard creation and many other things. It is written in C (and some companion in C++) and is lacking of decent documentation but in source code's comment.

curses

Posts with mentions or reviews of curses. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-14.
  • CLI tools at Aha!
    6 projects | dev.to | 14 Aug 2023
    As we make updates to our ops and similar CLI utilities, we often improve the user experience by taking advantage of various Ruby gems. With little effort compared to low-level coding with curses, our command-line utilities that used to be cryptic and confusing are now interactive, easy to use, and — dare I say — elegant.
  • Ncurses in Ruby style?
    3 projects | /r/ruby | 22 Apr 2023
    https://github.com/ruby/curses is the official ncurses gem for ruby
  • Ok y’all. How can we get this kind of real-time memory profiling in Ruby? Does it already exist? Is anyone working on this?
    6 projects | /r/ruby | 20 Apr 2022
    As a follow up, if anyone is interested in working on something like this, Ruby has an official curses gem supporting the curses family of libraries.
  • Parallel progress output from different threads
    1 project | /r/ruby | 13 Jan 2022
    First, a word of caution. "Updating" a terminal or console is possible, but it is rife with gotchas and inconsistencies. The go to library/application for this type of interfaces is Curses. There are Ruby bindings, but this injects a system dependency that may or may not be available on a given platform. Also, Curses is way overkill if all you're doing is output.

What are some alternatives?

When comparing Selene and curses you can also consider the following projects:

dte - A small, configurable console text editor (mirrored from https://gitlab.com/craigbarnes/dte)

cpaint - https://briancallahan.net/blog/20220220.html