tayloraswift / swift-noise

Generate and compose commonly-used procedural noises and distributions, in pure Swift
https://swiftinit.org/docs/swift-noise/noise
Apache License 2.0
116 stars 11 forks source link

adds sub-project with benchmarks #15

Closed heckj closed 3 months ago

heckj commented 3 months ago

Goal of all this is to be able to quick check future changes against the pre-existing implementation, especially with an eye to enabling SIMD, evaluating the inline references, etc.