borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link
common-lisp game-engine game-framework gamedev

cl-bodge

Experimental bodacious game engine written in Common Lisp.

  1. Documentation
  2. Framework modules
  3. Guides
  4. Installation
  5. Misc
  6. Help and Support

Documentation

See cl-bodge external documentation.

Framework modules

Guides

Installation

Quicklisp

;; Add cl-bodge distribution into quicklisp
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt")

;; Update main dist just in case
(ql:update-dist "quicklisp")

;; Load the demo
(ql:quickload :bodge-demo)
;; And run it!
(bodge-demo:run)

Misc

Also, check out trivial-gamekit to get started with cl-bodge bit by bit.

Help and Support

If you have any troubles going through guides or running the demo, feel free to fire an issue here or ping me in #lispgames IRC channels at freenode.net.