Skip to content

Releases: Satanas1275/GraphEngine

v1.1.0-beta

24 Nov 21:23

Choose a tag to compare

v1.1.0-beta Pre-release
Pre-release

Beta 1.1.0 – Collision Update 🎉

The new collision update is here! 🚀

Features included:

  • Basic object collision – the engine now detects cubes and prevents walking through them.

Coming soon:

  • UI elements
  • Other fun features

Known bugs:

  • When jumping under a cube, some visual glitches can appear.
  • When jumping above a cube, you fall inside the cube and get pushed out, causing camera issues and general glitching.

This is still an early collision pass – more improvements are on the way!

v1.0.0-beta

17 Nov 21:12
319d465

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

Beta Release - First Preview 🎉

The first beta of the project is here! 🚀

Features included:

  • 3D environment – because it's a 3D game engine, obviously 😉
  • Advanced movement system – move with 8 (forward), 4 (left), 2 (backward), 6 (right), and jump with 7 or 9.
  • Clock system – a basic loop that keeps running even if you don't move. Useful for games with entities, giving the impression that the world never pauses.

Coming soon:

  • Collision detection (currently in progress)
  • UI elements
  • Other fun features

This is just the beginning – stay tuned for more updates!