This repository has been archived on 2021-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-25 17:02:44 -04:00
2021-09-29 17:06:06 -04:00
2021-09-25 17:02:44 -04:00
2021-09-29 21:43:45 -04:00
2021-09-29 21:43:45 -04:00
2021-09-25 17:02:44 -04:00
2021-09-20 10:52:51 -04:00
2021-09-20 10:57:26 -04:00
2021-09-29 21:43:45 -04:00
2021-09-25 17:02:44 -04:00
2021-09-20 10:52:51 -04:00
2021-09-25 17:05:14 -04:00
2021-09-25 17:02:44 -04:00

ludum-dare-49

Build Ludum Dare 49 Rust 1.57 nightly Made with Raylib

Directory Structure

  • game: Contains the game code and assets
  • wrapper: This is just a small hack to improve the compile times of the game. Don't mess with anything in here

Building for release

These steps should only be followed by whoever is building the final game executables for release. This is not needed for development.

Firstly, ensure the docker images are built:

docker build -t ldjam_49_x86_64_unknown_linux_gnu_build_env -f ./bundle/docker/x86_64-unknown-linux-gnu.dockerfile .

Then, build in release mode for targeted platforms:

cross build --release --target x86_64-unknown-linux-gnu
cross build --release --target x86_64-pc-windows-gnu

The resulting binaries will be in the target directory. Make sure to rename the executables before release.

Description
[data::loss]: A game build over a weekend for Ludum Dare 49, written in Rust, made with raylib.
Readme 23 MiB
Languages
Rust 98.1%
GLSL 1.7%
Dockerfile 0.2%