Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeta611/swiftui-fractals
The Sierpinski carpet, triangle, and a fractal tree using SwiftUI
https://github.com/zeta611/swiftui-fractals
fractal ios recursion sierpinski-carpet sierpinski-triangle swift swiftui swiftui-demo
Last synced: about 2 months ago
JSON representation
The Sierpinski carpet, triangle, and a fractal tree using SwiftUI
- Host: GitHub
- URL: https://github.com/zeta611/swiftui-fractals
- Owner: Zeta611
- License: mit
- Created: 2020-04-20T17:53:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T04:54:36.000Z (about 3 years ago)
- Last Synced: 2023-03-04T04:42:48.655Z (almost 2 years ago)
- Topics: fractal, ios, recursion, sierpinski-carpet, sierpinski-triangle, swift, swiftui, swiftui-demo
- Language: Swift
- Homepage: https://zetablog.io/posts/fractals-in-swiftui
- Size: 9.11 MB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This app demonstrates the Sierpinksi carpet & triangle, and a fractal tree using
SwiftUI.Note that animations are disabled for large `step` values; otherwise SwiftUI will give up rendering.
## Screenshot
![ipad screenshot](ipad.gif)
## LICENSE
[MIT](LICENSE)