Skip to content

Releases: kingdcreations/react-raycaster

Release 0.1.1

15 Apr 09:27
Compare
Choose a tag to compare

Game object now usable from context that leads to joystick compatibility with following methods:

  • game.joystickMove(x, y)
  • game.joystickCamera(x)

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

25 Mar 17:46
Compare
Choose a tag to compare
  • Handling camera rotation with mouse !
  • Fixing ceiling
  • Improving floor and ceiling shading
  • Fixing unloaded textures

Full Changelog: v0.1.0...v0.1.0

Release 0.0.4

19 Mar 17:22
Compare
Choose a tag to compare
  • Adding run animation
  • Using key codes instead of key names
  • Bumping deps

Full Changelog: v0.0.3...v0.0.4

Release 0.0.3

08 Mar 15:45
22cbdef
Compare
Choose a tag to compare

Customizable inputs, custom resolution instead of raystep divider

Full Changelog: v0.0.2...v0.0.3

Release 0.0.2

08 Mar 08:12
Compare
Choose a tag to compare

Map throwing error if not valid and speed correction according to framerate

Full Changelog: v0.0.1...v0.0.2

Release 0.0.1

06 Mar 15:26
Compare
Choose a tag to compare

First version ! Now fully functional and usable.