No description
Find a file
2026-01-04 17:12:04 +01:00
.cargo added build for linux and web 2025-12-29 23:40:45 +01:00
.zed added image loading and rendering 2026-01-02 01:48:55 +01:00
src orthographic camera for 2D 2026-01-04 17:12:04 +01:00
.editorconfig added build for linux and web 2025-12-29 23:40:45 +01:00
.gitignore added build for linux and web 2025-12-29 23:40:45 +01:00
Cargo.lock add camera 2026-01-02 18:08:31 +01:00
Cargo.toml add camera 2026-01-02 18:08:31 +01:00
README.md added image loading and rendering 2026-01-02 01:48:55 +01:00
Taskfile.yaml added build for linux and web 2025-12-29 23:40:45 +01:00

Spaceurvival

Requirements

Tools required for development

Build (optional)

Tools required to build the game to various platforms

  • rustup
    • Handles installing targets
  • wasm-pack
    • Handles installing and using the correct wasm-bindgen tool
    • For compiling to WASM (Web)
  • mingw for compiling to Windows
  • aarch64-linux-gnu-gcc linker for compiling to ARM Linux
  • osxcross for compiling to MacOS? (TODO MacOS)