Skip to content

v0.3.0

Compare
Choose a tag to compare
@ohgodhowdidthis ohgodhowdidthis released this 03 Feb 00:48
· 249 commits to master since this release

Features:

  • The rendering code has been completely rewritten to improve the VR experience. The existing VR rendering mode was a hack that simply offset 2D elements in each eye to approximate depth: this resulted in poor 3D effects that were hard to focus on. All rendering code now does mathematically-correct 3D perspective in both VR and non-VR mode, resulting in a much more pleasant experience.

Bug fixes:

  • The session runtime calculation uses a better method and doesn't take an extremely long time on complicated playlists.
  • The rename button in the creator now works properly.
  • Fixed a bug that would delay swapping themes after playlist changes.