fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


resources:misc:ansi_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
resources:misc:ansi_resources [2018/03/29 01:58]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ANSI Art Resources ====== 
  
-===== Galleries / Libraries ===== 
- 
-  * [[http://​pc.textmod.es/​|TextMod.es]] - Packs 
-  * [[http://​sixteencolors.net/​|SixTeen Colors]] - Packs 
-  * [[https://​artpacks.org/​|ArtPacks.org]] - Packs 
-  * [[http://​www.chris.com/​ascii/​|Chris.com]] - ASCII Art 
-  * [[https://​github.com/​BBSRoot/​BBS-ANSI-Graphics|BBS Root]] - BBS Themes 
-  * [[http://​www.incredibleart.org/​links/​ascii.html|Incredible ASCII Art]] 
- 
- 
-===== Groups / Artists ===== 
- 
-  * [[http://​blocktronics.org/​|BlockTronics]] 
-  * [[http://​www.acid.org|ACiD Productions]] 
-  * [[http://​www.ansigarden.com|AnsiGarden.com]] 
-  * [[http://​www.roysac.com/​|ROY/​SAC]] 
-  * [[http://​www.ice.org/​|Insane Creators Enterprise]] 
-  * [[http://​xero.nu|Xer0]] 
- 
-===== Projects / Various ===== 
-  * [[https://​www.ansilove.org/​|AnsiLove]] - Display ANSI in Browsers 
-  * [[https://​hackaday.io/​project/​9624-pyans-a-raspberry-pi-ansi-art-scroller|PyANS]] a Raspberry Pi ANSI scroller 
-  * [[https://​www.cambus.net/​ansigo-ansi-to-png-converter-in-go/​|ANSI Go]] convert ANSI to PNG with Go 
-  * [[https://​www.cambus.net/​ansi-web-browser-concept/​|ANSI Web Browser Concept]] 
-  * [[https://​csl.name/​jp2a/​|jp2a]] - Convert JPGs to ANSI 
-  * [[http://​caca.zoy.org/​wiki/​libcaca|LibCaca]] - Utils to convert images to ANSI/ASCII 
- 
-===== Other ===== 
- 
-==== Setting Up Linux For ANSI Viewing ==== 
- 
-To properly view ANSI Art in a Linux Terminal App, like Gnome-Terminal or lx-terminal,​ we must do some customization. First of all download a proper font like the [[http://​webdraft.hu/​fonts/​classic-console/​|Classic Console Font]]. Place the font inside your font directory. For Ubuntu users, its the .fonts directory, inside their home folder. Open your Terminal Application and go to Preferences. Choose the Classic Console Font and apply changes. 
- 
-To enable ANSI colors, give the following command in the terminal. It will return an empty line. 
-<​code>​ 
-echo -e "​\e(U\e[0m"​ 
-</​code>​ 
- 
-Basically, thats all. Test it with the simple command ''​cat''​. For example: 
-<​code>​ 
-cat myansifile.ans 
-</​code>​ 
- 
-You should see beautiful ANSI Art... 
resources/misc/ansi_resources.1522288694.txt.gz ยท Last modified: 2018/03/29 01:58 by 127.0.0.1