libvaxis icon indicating copy to clipboard operation
libvaxis copied to clipboard

vxfw: Implement Saturated Operators for Math

Open 00JCIV00 opened this issue 3 months ago • 0 comments

  • Heap allocated vxfw.App to prevent invalid stack pointer.
  • Implemented Saturated Operators (-|, +|, *|) where able in vxfw.zig. This forces the various asserts to actually be reachable.
  • Fixed vxfw for the new negative mouse position changes.
  • Added a few Doc Comments.

00JCIV00 avatar Nov 13 '25 05:11 00JCIV00