Skip to content

v0.0.2

Compare
Choose a tag to compare
@DSchroer DSchroer released this 10 Mar 17:39
· 192 commits to master since this release

[v0.0.2] - 2023-03-10

Added

  • New center() function for 2D & 3D primitives
  • Export to txt file support
  • Trig functions for sin, cos, tan, sqrt
  • Text operations format and formatln
  • Math ceil and floor
  • Escape sequences for \r, \n, \", \\, \t

Changed

  • Removed the center parameter from 2D primitives. Instead of
    square(center=true) use square() ->shape center().

Fixed

  • Use system UI scale factor
  • Use Create, Modify and Remove events for file watcher
  • Order of operations
  • Windows builds crashing randomly
  • Crash on opencascade operations with invalid arguments
  • Files not static linking on win32
  • Docs update CI process