Skip to content

Releases: emorydunn/SwiftGraphics

Docs & Paths

21 Feb 23:56
Compare
Choose a tag to compare
  • [CHANGED] Document changes from 0.3.0
  • [CHANGED] Smoothing has been removed from Path, use BezierPath instead
  • [CHANGED] Move Bézier control point calculation to Vector

Ray Tracing & More

20 Feb 04:16
0.3.0
58eb223
Compare
Choose a tag to compare
  • [CHANGED] Shapes are now hashable
  • [FIXED] Vector init ambiguity
  • [CHANGED] Use proper XMLElement init
  • [ADDED] BezierPath
  • [ADDED] Pi constants
  • [ADDED] Size to NSSize
  • [ADDED] Boolean operations
  • [ADDED] Ray tracing
  • [ADDED] Shape intersections
  • [ADDED] Perlin noise value for a vector

Documentation

27 Jul 23:13
35a3b6f
Compare
Choose a tag to compare

Add documentation to everything