Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@JacobDomagala JacobDomagala released this 09 Feb 23:52
· 23 commits to master since this release
9d8007e

Looper v0.0.4


image

Main changes

  • Added gizmo
  • Added group select
  • Use VMA for memory allocations

Changelog

Core:

  • Update multi buffer logic (#176)
  • Use VMA for Vulkan buffer allocation (#173)
  • Engine: Convert objects to non pointer type (#169)
  • Add render layer to .dgl file (#161)

Editor:

  • Editor: Don't change Gizmo's size when zooming the camera (#190 )
  • Further gizmo improvements (#187)
  • Editor: Implement Gizmo (#179)
  • Further improvements to Editor (#175)
  • Editor: Add search by ID (#168)
  • Editor: Add uniform scale (#166)
  • Editor: Update list of Objects (#163)
  • Editor: Add group select (#141)

Misc/Bugfix:

  • Fix flickering during Enemy animation (#185)
  • Editor: Remove unwanted std::string copy (#182)
  • Engine: Cleanup (#180)
  • Resolve issue with updating PerInstance buffer (#178)