Skip to content

Update 1.3

Compare
Choose a tag to compare
@Andy16823 Andy16823 released this 10 Jul 16:57
· 18 commits to main since this release

Changelog

Input System

  • Added Keys enum.
  • Updated the GetRefMousePos function to utilize native functions instead of WinForms functions.

Camera System

  • Introduced the CalculateScreenCorrection function to support virtual resolutions.
  • Added the ConvertScreenToWorldOrtho function to convert screen positions to world positions in 2D space.

New Features

  • Added the Window class for creating a Win32 window.
  • Introduced the BetaRenderer class, a copy of the GL Render Device, enabling the use of virtual resolutions.

Physics

  • Added abstract classes: ColliderBehavior2D, TriggerBehavior2D, ColliderBehavior3D, TriggerBehavior3D, and RigidBodyBehavior3D.
  • Reworked existing collider behaviors to be compatible with the new templates.