12 lines
455 B
Markdown
12 lines
455 B
Markdown
# wh-engine
|
|
|
|
A game engine written in Common Lisp.
|
|
|
|
## Dependencies
|
|
- Currently requires [SBCL](http://www.sbcl.org/)
|
|
- [cl-sdl2](https://github.com/lispgames/cl-sdl2)
|
|
- [cl-opengl](https://github.com/3b/cl-opengl)
|
|
- [trivial-types](https://github.com/m2ym/trivial-types)
|
|
- [objective-lisp](https://bytes.keithhacks.cyou/keith/objective-lisp)
|
|
- [3d-vectors](https://github.com/Shinmera/3d-vectors)
|
|
- [3d-matrices](https://github.com/Shinmera/3d-matrices)
|