How to detect and even save key presses

This page summarizes the projects mentioned and recommended in the original post on /r/nim

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
  • windy

    Windowing library for Nim using OS native APIs.

  • I used https://github.com/treeform/windy in my text editor. It's a pure Nim library like SDL. For separate keypresses I used a state machine where every keypress advances the state and when it reaches an end state the action performed. Works pretty well ^

  • illwill

    A curses inspired simple cross-platform console library for Nim

  • smth more advanced than getch: https://github.com/johnnovak/illwill https://forum.nim-lang.org/t/6919

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • tui-realm: a Rust TUI framework inspired by Elm and React

    1 project | news.ycombinator.com | 3 Mar 2024
  • When to flush()?

    1 project | /r/learnrust | 29 May 2023
  • cursive: A Text User Interface library for the Rust programming language

    1 project | /r/luckystarr | 27 Apr 2023
  • How difficult is ncurses?

    7 projects | /r/commandline | 17 Apr 2023
  • Writing to a real stdout in the following adapter pattern

    1 project | /r/learnrust | 10 Apr 2023