A TUI speedrun timer in Common Lisp with Croatoan, Mito, and friends!
categories | ||
database | ||
.gitignore | ||
config.lisp | ||
digits.lisp | ||
lispruns.asd | ||
main.lisp | ||
README.markdown | ||
speedrun.lisp | ||
text.lisp | ||
time.lisp | ||
ui.lisp | ||
util.lisp |
SBCL Speedrun Timer
This is a complete rewrite of my first Lisp project: a speedrun timer. It uses the amazing ncurses wrapper library (croatoan)[https://github.com/McParen/croatoan] and a SQLite database - with the (MITO ORM)[https://github.com/fukamachi/mito].
Requirements
- (Quicklisp)[https://www.quicklisp.org/beta/]
- (SBCL)[http://www.sbcl.org/platform-table.html]
- (SQLite)[[https://www.sqlite.org/download.html]
Usage
- Load the package ~sbcl --load lispruns.asd~
- Load it with quicklisp: ~(ql:quickload 'lispruns)~
- ~(main)~