emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60567: closed ([PATCH] gnu: Add ftxui)


From: GNU bug Tracking System
Subject: bug#60567: closed ([PATCH] gnu: Add ftxui)
Date: Tue, 10 Jan 2023 08:17:02 +0000

Your message dated Tue, 10 Jan 2023 09:16:48 +0100
with message-id <87cz7molcf.fsf@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@gnu.org.)


-- 
60567: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60567
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ftxui Date: Thu, 05 Jan 2023 08:42:06 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

this patch adds FXTUI[1], a simple C++ library for terminal based user
interfaces.

Attachment: 0001-gnu-Add-ftxui.patch
Description: Text Data

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@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#60567: [PATCH] gnu: Add ftxui Date: Tue, 10 Jan 2023 09:16:48 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]