Skip to content

Releases: WhenLifeHandsYouLemons/GravityGrid

v1.2.2

28 Aug 19:40
Compare
Choose a tag to compare

Release Notes

  • Rain is now finally disabled by default and can be enabled by pressing the R key.
  • Buttons are now visible to switch particle type and increase or decrease eraser size (changed from using a textbox).
  • You can now save grid states to a file and download them.
  • You can also load the grid states and continue the simulation from when the save file was stored.

Known Issues

  • Eraser size doesn't show up so it's unclear how much is going to be erased.

v1.2.1

02 Aug 05:13
Compare
Choose a tag to compare

Release Notes

  • The website now has a favicon!
  • The simulator starts off with the eraser tool selected.
  • The name of the website is now shown at the top left corner of the screen.
  • The current particle type selected is now shown at the top right.
  • The total particle count is shown underneath that.
  • Added textbox for mobile users to change particle type.
  • Fixed issue with water particles not flowing correctly when on a flat surface.
  • Removed scrolling for easier use on phones.

Known Issues

  • Particle rain can't be disabled.

v1.2.0

02 Aug 05:10
Compare
Choose a tag to compare

Release Notes

  • Added other file descriptions to the README.md file.
  • Improved efficiency of the particle type check when creating particles.
  • You can now create wall particles that act as boundary blocks using the 3 key!
  • Wall particles interact with the water and sand particles without any issue.
  • Water particles now interact with sand particles properly.
  • Removed GitHub Actions workflow file for deploying the website.

Known Issues

  • Water particles don't slide around properly on the top surface.
  • Particle rain can't be disabled.
  • The website can't be used on mobile due to the keyboard keys not being available to change particle type.

v1.1.0

02 Aug 05:06
Compare
Choose a tag to compare

Release Notes

  • Hosted the website on gravitygrid.sooraj.dev!
  • Water particles can now be spawned in using the 2 key!
  • Water particles also slightly change colour over time depending on their speed.
  • Updated the README.md file to reflect the new program and features.
  • Changed page title in the index.html file.
  • Renamed colorShift to sandColorShift to allow flexible colour change for water.
  • Fixed an issue where the program crashed when the eraser tool was used outside of the boundary of the grid.
  • Particles now randomly spawn as "rain".
  • Water slides left to right when unbalanced on the top surface.

Known Issues

  • Water and sand particles don't interact properly with each other.
  • Water particles don't slide around properly on the top surface.
  • Particle rain can't be disabled or changed.
  • The website can't be used on mobile due to the keyboard keys not being available to change particle type.

v1.0.0

02 Aug 04:56
Compare
Choose a tag to compare

Release Notes

  • You can add sand particles using the 1 key and they will fall and interact with other sand particles.
  • Sand particles change colour over time based on their speed.
  • You can remove particles using the 0 key to change the tool.
  • The window automatically sizes the grid based on the available screen space on load.
  • Water particle simulation is coming soon!