A Docker image containing tools necessary for Common Lisp game development and deployment.
3.7K
A Docker image containing tools necessary for Common Lisp game development and deployment:
The image is based on Ubuntu 20.04 so that resulting AppImages support wide range of possible Linux distributions with old Glibc versions.
There's also windows tag with another version of the image containing all of the above tools, Wine, MSYS2 and NSIS for windows development.
$ docker run -it -v `pwd`:/opt/game lockie/docker-lisp-gamedev /bin/bash
# #start hacking
You also might be interested in Common Lisp game template using these Docker images.
Feel free to request new software to be added via issue tracker.
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is heavily based on cl-docker-images, Copyright (c) 2018-2020 by Eric Timmons.
Windows version is based on msys2-docker-experimental, Copyright (c) 2024 Christoph Reiter.
Content type
Image
Digest
sha256:bdf72c6f4…
Size
398 MB
Last updated
10 days ago
docker pull lockie/docker-lisp-gamedev