Demonstration of the Serpent Game Framework from Lispy Snake, Ltd
Our goal is to accelerate development of certain aspects of Serpent, through various demos.
- Flesh our physics integration (Chipmunk2D)
- Add basic audio support (sdl_mixer)
- Make a basic game with Serpent
- Test deployment across multiple targets (Windows & Linux)
- Huge Serpent core improvements
To get the dependencies on Solus, issue the following command:
sudo eopkg it -c system.devel sdl2-image-devel sdl2-devel mesalib-devel ldc dub dmd
As Serpent is currently in prealpha stages, we don't yet distribute an SDK. Thus you
must have serpent-support
built in ../serpent-support
to be able to build this
demo.
Make sure you have all modules cloned recursively:
git submodule update --init --recursive
./scripts/build.sh release
./bin/serpent-demo-paddle