ANSI
Forum rules
Any posts concerning pirated software or offering to buy/sell/trade commercial software are subject to removal.
Any posts concerning pirated software or offering to buy/sell/trade commercial software are subject to removal.
Re: ANSI
miunk wrote:Any way I can make ANSI art on my o2?
emacs?
If I recall correctly or IIRC as I've just recently learned there is a open source ansi editor similar to AcidDraw that is called DuhDraw.
I too would also be interested in having duhdraw compiled for irix. I would also like to recommend you Ansi lovers out there to check out this nifty little frontend to various music players.
Camp
// Markus
I too would also be interested in having duhdraw compiled for irix. I would also like to recommend you Ansi lovers out there to check out this nifty little frontend to various music players.
Camp
// Markus
Behold my spermlogo, for it is I: Quick, Ambitious, creative and a tad bit sexually oriented.
----------------
[SGI Indigo2 R10K | High Impact | Indigo2 Video for IMPACT with indycam | Irix 6.5.22m]
----------------
[SGI Indigo2 R10K | High Impact | Indigo2 Video for IMPACT with indycam | Irix 6.5.22m]
i had the luck to compile a gcc mips-3 duhdraw. mipspro version always segment fault.
http://s92957900.onlinehome.us/packages/duhdraw.tar.gz
Edit. requires neko_ncurses.
http://s92957900.onlinehome.us/packages/duhdraw.tar.gz
Edit. requires neko_ncurses.
Last edited by voidfoo on Tue Jul 12, 2005 2:23 pm, edited 1 time in total.
How did you do it? I kept getting:
This is with ncurses 5.4 - which I compiled /w gcc - perhaps my ncurses libs are no good?
Code: Select all
rm -f duhdraw
gcc -O2 -s -Wall -L/usr/miunkware/lib -o duhdraw duhdraw.c -lncurses
ld32: Segmentation Fault. Removing output file...
This is with ncurses 5.4 - which I compiled /w gcc - perhaps my ncurses libs are no good?
- nekonoko
- Site Admin
- Posts: 8145
- Joined: Thu Jan 23, 2003 1:31 am
- Location: Pleasanton, California
- Contact:
miunk wrote:This is with ncurses 5.4 - which I compiled /w gcc - perhaps my ncurses libs are no good?
I've haven't tried compiling this so my observation is just academic - but is there a reason you have to use ncurses? Most things will let you link against the system curses library instead ( -lcurses ).
Twitter: @neko_no_ko
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.
miunk, maybe you are right. duhdraw segfaults with -lcurses. just the viewer ansi works fine with -lcurses.
the beginning of my Makefile to use ncurses looks like this
I also changed #include <ncurses.h> to <ncurses/ncurses.h>, as mentioned above.
the beginning of my Makefile to use ncurses looks like this
Code: Select all
CC=gcc -O2 -I/usr/nekoware/include
STRIP=strip
LIBS= -L/usr/nekoware/lib -lncurses
I also changed #include <ncurses.h> to <ncurses/ncurses.h>, as mentioned above.
Much closer.
Fonts:
http://home.earthlink.net/~us5zahns/enl/ansifont.html
Downloaded the fonts, downloaded and compiled rxvt. I execute it from a xwsh winterm via:
If I run the ansi program on one of the provided ansi files it looks great. When I start up the application it looks bad, but different than before (perhaps it is just a really bad splash screen?).
The major problem now is that the function keys (F1, F2, F3, etc.) don't work in the rxvt terminal duhdraw. Anyone know if this is a setting I can modify? Would I have better luck with aterm?
Fonts:
http://home.earthlink.net/~us5zahns/enl/ansifont.html
Downloaded the fonts, downloaded and compiled rxvt. I execute it from a xwsh winterm via:
Code: Select all
rxvt -fn vga -tn vt100 -fg white -bg black -display localhost:0.0
If I run the ansi program on one of the provided ansi files it looks great. When I start up the application it looks bad, but different than before (perhaps it is just a really bad splash screen?).
The major problem now is that the function keys (F1, F2, F3, etc.) don't work in the rxvt terminal duhdraw. Anyone know if this is a setting I can modify? Would I have better luck with aterm?
Return to “SGI: Computer Graphics”
Who is online
Users browsing this forum: No registered users and 2 guests