• ansi art software linux raspberrypi

    From bbsing@VERT/LUNAROUT to All on Tuesday, April 08, 2025 20:54:12
    Is there anyone here doing ANSI on linux raspberrypi?

    Has anyone heard of a curses/ncurses based ANSI drawing program?

    I've got some art to create for my system, but my only computers with a monitor attached are raspberry pi.

    ---
    þ Synchronet þ Lunar Outpost BBS
  • From Digital Man@VERT to bbsing on Tuesday, April 08, 2025 22:51:28
    Re: ansi art software linux raspberrypi
    By: bbsing to All on Tue Apr 08 2025 08:54 pm

    Is there anyone here doing ANSI on linux raspberrypi?

    Has anyone heard of a curses/ncurses based ANSI drawing program?

    There's SyncDraw:
    https://syncdraw.bbsdev.net/
    --
    digital man (rob)

    This Is Spinal Tap quote #34:
    We'd love to stand around and chat, but we've gotta sit down in the lobby Norco, CA WX: 63.2øF, 57.0% humidity, 1 mph ENE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From phigan@VERT/TACOPRON to bbsing on Wednesday, April 09, 2025 14:51:13
    Re: ansi art software linux raspberrypi
    By: bbsing to All on Tue Apr 08 2025 08:54 pm

    Is there anyone here doing ANSI on linux raspberrypi?

    It's not curses/ncurses, but I use Moebius. You would probably have to install it from source on an Rpi, though, because I'm guessing they only have x86 packages on their github. I always have to make sure to save without that extra meta garbage it wants to add, though.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From bbsing@VERT/LUNAROUT to Digital Man on Wednesday, April 09, 2025 11:53:20
    Re: ansi art software linux raspberrypi
    By: Digital Man to bbsing on Tue Apr 08 2025 22:51:28

    Re: ansi art software linux raspberrypi
    By: bbsing to All on Tue Apr 08 2025 08:54 pm

    Is there anyone here doing ANSI on linux raspberrypi?

    Has anyone heard of a curses/ncurses based ANSI drawing program?

    There's SyncDraw:
    https://syncdraw.bbsdev.net/

    Thanks Digital Man,

    Using a remote ssh linux system in tmux session, -----------------------------------------------
    I clonded the git:
    git clone https://gitlab.synchro.net/main/sbbs.git
    cd sbbs/src/syncdraw
    make
    cd sbbs/src/syncdraw/gcc.linux.x64.exe.debug
    ./syncdraw

    then editor goodness. :)


    -----------------------------------------------
    I also found DurDraw, although I haven't worked through the install/build. https://durdraw.org/
    https://github.com/cmang/durdraw/#start-of-content

    ---
    þ Synchronet þ Lunar Outpost BBS
  • From Android8675@VERT to bbsing on Monday, April 14, 2025 08:06:24
    Re: ansi art software linux raspberrypi
    By: bbsing to All on Tue Apr 08 2025 08:54 pm

    Is there anyone here doing ANSI on linux raspberrypi?
    Has anyone heard of a curses/ncurses based ANSI drawing program?

    I don't know if it uses nCurses, but [Icy_Tools](https://github.com/mkrueger/icy_tools) has a great icy_draw app that has a lot of next gen features for ansi art. It only came out recently and has a steady amount of development. Worth checking out.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From bbsing@VERT/LUNAROUT to Android8675 on Monday, April 14, 2025 21:00:13
    Re: ansi art software linux raspberrypi
    By: Android8675 to bbsing on Mon Apr 14 2025 08:06:24

    Re: ansi art software linux raspberrypi
    By: bbsing to All on Tue Apr 08 2025 08:54 pm

    Is there anyone here doing ANSI on linux raspberrypi?
    Has anyone heard of a curses/ncurses based ANSI drawing program?

    I don't know if it uses nCurses, but [Icy_Tools](https://github.com/mkrueger/icy_tools) has a great icy_draw app that has a lot
    of
    next gen features for ansi art. It only came out recently and has a steady amount of development. Worth checking out.

    Android8675,

    Thanks for the reply.

    I'm testing a few a couple right now.

    I recently installed moebius thinking i could use a web browser instead of ncurses. Moebius has a feature to run as a server, so I would be able to use my work computer to access the canvas, but the vm I put it on seems to be out of memory so I have to make and adjustment there.

    Ncurses is an interesting interface with ANSI. Different terminal emulaters show the characters and colors in a different way, and sometimes the ESC key doesn't work, so I have to use 'ctrl + [' .

    But I'll keep trying different ones to see how they work.

    I will take a look at Icy_Tools.

    take care
    bbsing

    ---
    þ Synchronet þ Lunar Outpost BBS