GNU bug report logs - #60567
[PATCH] gnu: Add ftxui

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 5 Jan 2023 05:43:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60567: closed ([PATCH] gnu: Add ftxui)
Date: Tue, 10 Jan 2023 08:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 10 Jan 2023 09:16:48 +0100
with message-id <87cz7molcf.fsf <at> gnu.org>
and subject line Re: bug#60567: [PATCH] gnu: Add ftxui
has caused the debbugs.gnu.org bug report #60567,
regarding [PATCH] gnu: Add ftxui
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60567: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60567
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add ftxui
Date: Thu, 05 Jan 2023 08:42:06 +0300
[Message part 3 (text/plain, inline)]
Hello,

this patch adds FXTUI[1], a simple C++ library for terminal based user
interfaces.
[0001-gnu-Add-ftxui.patch (text/x-diff, attachment)]
[Message part 5 (text/plain, inline)]
I decided to place this package in a separate module called "tui.scm" as
there are other libraries for building text-based user interfaces that
can be added in the future (like [2], for example.)

Also to check if the library installed right I tried to build "tiles"
game[3] that is using FXTUI:

--8<---------------cut here---------------start------------->8---
git clone https://github.com/tusharpm/tiles.git
cd tiles
guix shell binutils gcc
mkdir build
cd build
cmake ..
make -j$(nproc)
--8<---------------cut here---------------end--------------->8---

Which worked out flawlessly.

Thanks,
- avp

References:
1. https://github.com/ArthurSonzogni/FTXUI
2. https://github.com/gansm/finalcut
3. https://github.com/tusharpm/tiles

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]
[Message part 7 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 60567-done <at> debbugs.gnu.org
Subject: Re: bug#60567: [PATCH] gnu: Add ftxui
Date: Tue, 10 Jan 2023 09:16:48 +0100
Hell Artyom,

> I decided to move the FTXUI package to "cpp.scm" module as the library
> provides API mainly for C++ programs.

OK, thanks for the v2!

Applied.

Mathieu


This bug report was last modified 2 years and 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.