Sign inSign up

lockie/docker-lisp-gamedev

By lockie

Updated 10 days ago

A Docker image containing tools necessary for Common Lisp game development and deployment.

Image
Languages & frameworks
1

3.7K

lockie/docker-lisp-gamedev repository overview

docker-lisp-gamedev

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.

Usage

$ 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.

Contributing

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.

License

2-clause BSD.

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.

Tag summary

Content type

Image

Digest

sha256:bdf72c6f4

Size

398 MB

Last updated

10 days ago

docker pull lockie/docker-lisp-gamedev