Skip to content

appblue/l-banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L-BANNER

CL package for generating ASCII banners using C64 fonts.

Installation

This package is not yet added to the official quicklisp repository, so at the moment, the best way to install is to clone it into the local-projects folder:

$ cd $HOME/quicklisp/local-projects
$ git clone https://github.com/appblue/l-banner.git

Note: in the example above, it's assumed that quicklisp is installed in $HOME directory.

Usage

Once the repository is cloned, the package can be used from REPL using following commands:

CL-USER> (ql:quickload :l-banner)
To load "l-banner":
  Load 1 ASDF system:
    l-banner
; Loading "l-banner"
[package l-banner.utils]..........................
[package l-banner.chars]..........................
[package l-banner.canvas].........................
[package l-banner]
(:L-BANNER)
CL-USER> (l-banner:print-string "l-banner")
 ##              #####     ##    ##  ##  ##  ##  ######  #####  
 ##              ##  ##   ####   ### ##  ### ##  ##      ##  ## 
 ##              ##  ##  ##  ##  ######  ######  ##      ##  ## 
 ##      ######  #####   ######  ######  ######  ####    #####  
 ##              ##  ##  ##  ##  ## ###  ## ###  ##      ####   
 ##              ##  ##  ##  ##  ##  ##  ##  ##  ##      ## ##  
 ######          #####   ##  ##  ##  ##  ##  ##  ######  ##  ## 
                                                                
NIL

About

ASCII Banners in Common Lisp using C64 fonts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published