Skip to content

Releases: spicylobstergames/astratomic

New atoms!

13 Jan 14:34
044be43
Compare
Choose a tag to compare
  • New atoms! Water, Lava, Gravel, Dirt and Grass.
  • Chunk Loading/Deloading system, walk or mine as much as you want.
  • Hot reloaded atom material properties!
  • Particle system to handle pushed/pulled atoms.
  • Better player tool behaviour.
  • World file that stores the game state.
  • Smooth player camera.

Screenshot from 2024-01-13 09-08-15

What's new

New Contributors

Full Changelog: v0.1.1...v0.2.0

Bug fixes!

31 Dec 23:57
cba7390
Compare
Choose a tag to compare
  • Major performance buff due to bug fix
  • Added camera zoom with the mouse wheel
  • Changed from 8x6 initial chunks to 32x32
  • Fixed texture not loading properly sometimes
Screencast.from.2023-12-31.20-30-25.mp4

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.1

Player and more!

30 Dec 09:07
5fa8636
Compare
Choose a tag to compare

Main Additions

  • Actors
    • AABB colliders that interact with the atom world.
  • Player
    • The player is pretty cool! It has some animations, a jetpack and a pretty nice tool!
  • Player tool
    • The tool can suck atoms(Left Mouse Button), and also shoot(Right Mouse Button) the atoms you sucked!
  • Engine Changes
    • We changed the Chunk Manager approach to store Chunks in a Vec to storing them in a HashMap, this lays the ground for future updates, like Save/Load worlds, and big explorable worlds. It was needed to simplify addind the other additions and unfortunately took some time to do.
astrademo.webm

What's Changed

New Contributors

Full Changelog: https://github.com/Zac8668/astratomic/commits/v0.0.1