wh-engine/README.md

14 lines
544 B
Markdown
Raw Permalink Normal View History

2021-11-12 19:39:26 +00:00
# wh-engine
2021-11-12 19:42:21 +00:00
A game engine written in Common Lisp.
## Dependencies
2022-02-21 20:55:04 +00:00
- 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)
2021-11-25 22:28:50 +00:00
- [objective-lisp](https://bytes.keithhacks.cyou/keith/objective-lisp)
- [superfluous-parentheses](https://bytes.keithhacks.cyou/keith/superfluous-parentheses)
2022-02-21 20:55:04 +00:00
- [3d-vectors](https://github.com/Shinmera/3d-vectors)
- [3d-matrices](https://github.com/Shinmera/3d-matrices)