dparnell / skitter

A small event system for games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skitter

skitter is a repl friendly event system for games.

Breaking API change: 2016-09-30

All listeners now have 3 manadatory args before the slot key args. (event timestamp tpref)

tpref (third party reference) is either nil or whatever argument the user passed to #'cepl:step-host

This assumes that the host passed it on to skitter. Currently I expect Im the only one using this so I can say it does :p

I have updated cepl.skitter to use this field

About

A small event system for games

License:BSD 2-Clause "Simplified" License


Languages

Language:Common Lisp 98.6%Language:NewLisp 1.4%