sandvox

Crates.iosandvox
lib.rssandvox
version0.2.0
sourcesrc
created_at2019-01-16 03:11:46.847564
updated_at2019-01-16 21:17:46.057254
descriptionThe 3D voxel falling-sand game
homepage
repositoryhttps://github.com/io12/Sandvox
max_upload_size
id108826
size2,583,421
Benjamin Levy (io12)

documentation

README

Build Status

Sandvox

The 3D voxel falling-sand game

Building

Run cargo build --release. Without --release, the game is unplayably slow.

TODO

  • Client
    • Proper player hitbox
    • Air control
    • Adjustable brush size
    • Debug HUD
    • Color variation
    • Better shading
    • Better sandfall logic (resolve the statefulness issue)
    • Choice of materials
      • Wall
      • Wood
      • Water
      • Sand
      • Ice
      • Fire
      • Lava
      • Stone
      • Oil
      • Acid
      • Dust
    • 3D environment outside the game area
    • Realistic lighting/shadows
    • Realistic physics
    • Saving
    • UI
    • Stereo sound effects
    • Screenshotting
    • Color shade when player is inside a material
  • Server
    • Upload/rate worlds
    • Multiplayer
  • Deployment
    • crates.io
    • Add documentation on docs.rs
    • Logo
    • Linux app (.desktop file, icon)
    • Linux AppImage
    • DEB
    • RPM
    • Ubuntu PPA
    • AUR package
    • Windows executable icon
    • Mac app (not just a raw executable)
    • Homebrew-cask
    • Website
    • Android app
Commit count: 167

cargo fmt