Li3zhen1 Grape Versions Save

A Swift library for graph visualization and efficient force simulation.

0.5.5

6 months ago
  • Performance optimization: Use int overflow instead of fmod
  • Add random seeding support.

0.5.4

6 months ago
  • Add independent linear randomness generators

0.5.3

6 months ago

Optimize performance (ManagedBuffer)

0.5.2

6 months ago
  • Add SealedForce3D

0.5.1

7 months ago

Remove old NDTree implementation

0.5.0

7 months ago
  • Performance improvements by 50%
  • SwiftUI View prototype release
  • Simulation API breaking change

0.4.1

7 months ago

Add @inlinable

0.4.0

7 months ago

Add a SwiftUI View

0.3.2

7 months ago

Optimize performance

0.3.1

7 months ago
  • Add non-generic Simulation2D & Simulation3D.
  • Fix simd import.