Download Latest Version alien-sdl-0.3.tgz (66.0 kB)
Email in envelope

Get an email when there's a new version of alien-sdl

Home
Name Modified Size InfoDownloads / Week
README 2010-12-01 735 Bytes
alien-sdl-0.3.tgz 2010-12-01 66.0 kB
Totals: 2 Items   66.7 kB 0
ALIEN-SDL 0.3
Copyright (c) 2008,2009 Sami Makinen

Introduction
------------

alien-sdl contains SDL foreign function interface bindings
for SBCL. Its nickname is alien-sdl. It is not complete and lacks
for example bindings for SDL sound interface.

Alien-sdl is released under MIT license, see LICENSE file for details.

Installing
----------

Download and extract alien-sdl-0.3.tgz package.
Make symbolic link from alien-sdl.asd to ASDF central registry, f.eg.

  $ cd ~/.sbcl/systems
  $ ln -s <unit test installation root>/alien-sdl.asd .

In Lisp eval

  (asdf:operate 'asdf:load-op 'alien-sdl-0.3)

Using
-----

The test directory contains unit tests and samples how to use library.
See generated API documentation for details.
Source: README, updated 2010-12-01