Skip to content

Releases: grunnt/falling-rust

Release v0.6

08 Nov 08:34
Compare
Choose a tag to compare

Changes:

  • Added gunpowder element
  • Simplified rendering (using single color) for code simplicity and performance
  • Updated to the latest Bevy version

Installation:

  • Download the ZIP file and unpack it somewhere
  • Run falling-rust.exe

Release v0.4

18 Dec 14:55
Compare
Choose a tag to compare

Changes:

  • Select different sizes for the sandbox
  • Added TNT and explision elements
  • GUI makeover
  • Fixed middle / right mouse button mixup
  • Added basic support for running on the web

Installation:

  • Download the ZIP file and unpack it somewhere
  • Run falling-rust.exe

Release v0.3

20 Nov 14:50
Compare
Choose a tag to compare

Plants that grow upwards.

Changes:

  • Added new seed element that turns into a plant when in contact with water and nutrition (e.g. sand or ash)
  • Update plant element added by @ayebear to grow semi-upwards for a limited distance

Installation:

  • Download the ZIP file and unpack it somewhere
  • Run falling-rust.exe

Release v0.2

26 Jan 12:44
Compare
Choose a tag to compare

A small update that acually adds falling rust!

Changes:

  • Added an iron element that slowly turns to rust when in contact with water or rust
  • Added rust element that behaves like sand
  • Updated to bevy 0.6 and rust 2021 edition (not a functional change)

Installation:

  • Download the ZIP file and unpack it somewhere
  • Run falling-rust.exe

Release v0.1

21 Nov 12:15
Compare
Choose a tag to compare
Release v0.1 Pre-release
Pre-release

First release of the Falling Rust sandbox. Everything works and it's fun to play with, but there are more features planned.

Features:

  • 512 x 512 cells sandbox to play around with
  • Simulation of many different elements: sand, rock, wood, water, acid, oil, lava, fire, ash, smoke
  • Sources for several liquids which generate an infinite supply of the liquid
  • Liquid drains: a "black hole" which will make neighbouring liquids disappear
  • A "life" element that functions somewhat like Conway's "game of life" (it also burns and dissolves in acid)
  • Editor with several tools: place circle, square or spray in different sizes
  • Pause and step the simulation
  • Clear the sandbox

Installation:

  • Download the ZIP file and unpack it somewhere
  • Run falling-rust.exe