Skip to content

Releases: stefnotch/cgue23-cat-to-the-past

v0.0.2

22 Jun 18:13
Compare
Choose a tag to compare

Download the executable2-cat-to-the-past.zip and try it out 🐈

Controls

  • WASD+Mouse for moving
  • Space to jump
  • T for swiTching to freecam
    • WASD + Space to move around in the freecam mode
  • Right mouse button for time rewinding
  • Left mouse button for interacting
  • Shift to speed up rewinding. Not actually needed to solve any levels.
  • F8 enables/disables view frustum culling
  • Esc to quit

v0.0.1

22 Jun 18:13
Compare
Choose a tag to compare

So, we've got

  • a fully fledged character controller, which also supports bunny hopping
  • a physics engine (we used Rapier)
  • a rendering backend using Vulkan
  • model loading, that scene was first created in Blender
  • PBR rendering, we just haven't added any textures XD
  • lots of code written in Rust hehe