SwiftGFX / SwiftMath

Cross-platform math library with SIMD support
BSD 2-Clause "Simplified" License
63 stars 14 forks source link

windows CI #10

Closed sakrist closed 3 years ago

sakrist commented 3 years ago

Windows tests

sakrist commented 3 years ago

Not sure if it's clean enough.

sakrist commented 3 years ago

Tests passed on my fork https://github.com/sakrist/SwiftMath/runs/1802306691?check_suite_focus=true

sakrist commented 3 years ago

@s1ddok I suggest removing random extension or mark it as deprecated for Int, Int32, Float and Double. Swift has built in random function for those types.

s1ddok commented 3 years ago

It sounds reasonable! Current random extensions were introduced before Swift's ones came out

3d4m-volodymyr commented 3 years ago

Can you please release new version? Then I will be able to switch my cross platform OpenGL sample app to it.

s1ddok commented 3 years ago

Done