10 releases (4 breaking)

0.5.3 Feb 27, 2024
0.4.0 Feb 13, 2024
0.3.2 Feb 13, 2024
0.2.1 Feb 1, 2024
0.1.4 Jan 30, 2024

#40 in Visualization

Download history 20/week @ 2024-01-28 92/week @ 2024-02-11 155/week @ 2024-02-18 160/week @ 2024-02-25 7/week @ 2024-03-03 29/week @ 2024-03-10 2/week @ 2024-03-17 187/week @ 2024-03-31

218 downloads per month

GPL-3.0 license

80KB
2K SLoC

The NuhxBoard logo NuhxBoard

Crates.io Version Crates.io License Crates.io Total Downloads

Contents

  1. Goals
  2. Usage
  3. Installation
  4. Demo

Goals

Nohboard is great! But it's only for Windows. The only alternative is Tiyenti's KBDisplay, which is really great, but limited in functionality. My primary goal with this project is to replicate the functionality of NohBoard in a Linux-compatible manner. More specifically, I want to be able to feed in any NohBoard config file and have near-identical output to NohBoard.

I may add functionality where I think it would fit, but I want to prioritize interoperability with NohBoard. Call it just another incentive for gamers to switch to Linux.

Usage

Just right-click anywhere in the window, and pick which keyboard you want to use!

See NohBoard's documentation for more info on usage. NuhxBoard can't do everything that NohBoard can, but everything it does, NohBoard does too.

Installation

NuhxBoard is currently only on crates.io. It can also be installed with cargo-binstall. If you use Linux and either install without binstall or build from source, you will need the libxi-dev and lib-xtst packages installed. You can also install NuhxBoard using the option matching your platform on the latest release page. Once you've installed it, you'll have to run it from the command line using the --install to add it to your start menu and create the necessary program files.

0.5.0

Version 0.5.0 takes advantage of iced version 0.12.0's new features and iced_aw's context menu to make the the application purely graphical, with a seperate window for loading a keyboard, error pop-up windows (instead of crashing over an error), and an all-new settings menu, getting closer to NohBoard's behavior and usage. However, there's a problem. While most parts of iced_aw work with iced v0.12.0, there are a couple things they still need to work on (see this issue) before a new release, so I have to depend on its github repo to use its context menu. Crates.io won't let you publish a crate with a git dependency, so I can't release 0.5.0 until iced_aw has its next release. I will push releases to GitHub, but you won't be getting the most up-to-date version from any package managers for now.

Demo

https://github.com/justDeeevin/NuhxBoard/assets/90054389/36dc9cf6-3b23-435c-a742-18dddf9c7c19

Configurable like NohBoard:

https://github.com/justDeeevin/NuhxBoard/assets/90054389/80c69a52-e76d-4715-a22c-78db34743959

Dependencies

~59–105MB
~1.5M SLoC